Converts KML into GPX so a GPS device or fitness app can use it. The usual case is a route planned in Google My Maps that needs to end up on a Garmin, in Strava, or in Komoot — none of which read KML.
Track or route — the choice that matters on a device
A track is a recording of where something went: a dense line of points, drawn on the map, not navigated. Use it to see a shape or to share a ride you did.
A route is a plan: a sparse list of points the device navigates between, giving turn-by-turn directions. Use it to follow something you have not done yet.
Track is the default because it always renders correctly. Choose route if you want your Garmin to give you directions — but note that a route made of hundreds of closely spaced points from a detailed KML will overwhelm some devices, which cap routes at 100 to 250 points. Simplify first if the device complains.
Polygons cannot survive
This is reported when it happens. If the area matters rather than the outline, GeoJSON keeps polygons properly.
What else is lost
Extended data from My Maps is kept where it can be: names and descriptions become the GPX <name> and <desc>.
Layer order is preserved
Other names for this
Also searched as “google my maps to gpx”, “kml to garmin”, “google earth to gpx”.
Questions
- Should I choose track or route?
- Track to display a path; route to navigate it. Garmin devices give turn-by-turn directions for routes only, but cap them at a couple of hundred points.
- My shaded areas became lines.
- GPX has no polygon type. The outline is kept as a closed track; if you need the area, convert to GeoJSON instead.
- How do I export KML from Google My Maps?
- Open the map, use the three-dot menu, choose "Download KML", and pick "Export as KML instead of KMZ" if you want a plain file. Either works here.
- Can I load the result onto a Garmin?
- Yes — connect the device and copy the .gpx into the GPX folder, or use Garmin Connect / BaseCamp to import it.
- Is my file uploaded?
- No. Everything runs in this tab. That matters more here than almost anywhere else on the site — a calendar is your movements, an address book is other people’s personal data, and a GPS track is where you live and where you run. None of it is sent anywhere.
- Can I convert several files at once?
- Yes — drop as many as you like, or a whole folder. Each keeps its original name and you can download them individually or as a ZIP.