Route KML files?

Good morning… do KML files for the routes exist anywhere? Currently I study the red-lined maps overlayed with transparency over google maps in photoshop to make sure I have stuff lined up and then approximate it in google earth, then load them into my watch. Having the files would be tremendously easier. I’ve purchased all the areas in the app, but my watch is a far easier way to do GPS what with my phone packed in the drybag. Either way, TYSM for the site!

The GPX files are available on each route page near the top, but not KML. I find GPX a more universal format, so support that instead of KML. You can certainly convert GPX to KML if you watch doesn’t support GPX natively.

1 Like

Thanks, somehow I missed those despite their prominence on the page. I had to run a python script to collapse the trkseg and trkpt elements into a single trk before the Suunto would accept the whole path. In places it makes a non-intuitive zigzaggy mess where it tries to join the disjoint segments, but at least it represents the whole route and I can ignore the jumps. That’s their own shortfall though, of course. I can share the script if anyone needs. TY!

1 Like