This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

How to synchronize to KML route on the go?

0

In my Android "toolbox" I have OsmAnd and OSM Tracker.

Now I need some Android app (or maybe it is a way to use those 2 apps) which will allow me:

  • to import KML route for off-line usage
  • it will show me where I am in relation to the selected KML route
  • if it supports displaying OSM offline map in the background it would be awesome

So -- how to do with OsmAnd, or what is the app that can do it?

There is a guide about importing KML into OsmAnd but I believe it is no longer correct. It assumes such app OsmAndMapTileCreator which I cannot find (only OsmAndMapCreator). And the latter does not seem to have option for importing KML.

asked 29 Sep '12, 17:23

macias's gravatar image

macias
20181117
accept rate: 0%

edited 29 Sep '12, 17:25


2 Answers:

1

answered 29 Sep '12, 18:01

andy%20mackey's gravatar image

andy mackey
13.2k87143285
accept rate: 4%

I upvoted you, but didn't accept the answer because OruxMaps is far from OsmAnd usefulness, so I pursued another approach. See below.

(20 Oct '12, 11:09) macias

0

Finally! I found the way :-) Ok, here are the steps how to make the happy marriage of 2 different worlds:

  1. create a route in Google Maps for example
  2. export it to KML
  3. use GpsBabel to convert KML into GPX
  4. use FTPServer to upload GPX into /scard/osmand/track
  5. run OsmAnd
  6. define view / GPX / select your uploaded GPX track

Voila. You will see your track over OSM map.

answered 20 Oct '12, 11:11

macias's gravatar image

macias
20181117
accept rate: 0%

Source code available on GitHub .