Upload GPX File
Select your GPX file to filter Points of Interest by pattern
How it works
1
Upload your GPX file containing POIs (waypoints)
2
Preview all POIs and test pattern filters
3
Filter and download matching POIs as new GPX
Requirements & Info
- GPX files up to 500MB
- Supports waypoints (POIs)
- Wildcard and regex patterns
- Files auto-deleted after 24h
Pattern Examples
Wildcard Patterns
*-S28
POIs ending with "-S28"
Hotel*
POIs starting with "Hotel"
*Bridge*
POIs containing "Bridge"
Regular Expression Patterns
.*-S\d+$
POIs ending with "-S" + numbers
^! .+
POIs starting with "! "
(AVOID|DANGER)
POIs containing warnings
? = matches exactly one character
Pattern matching is case-insensitive