Question

I have created maps using josm editor. However, I have no idea how to put it into function in my android application. The file generated from josm editor is xml or osm. Is it xml parser is needed?

Anyone used sails MRE to create indoor navigation application before? http://support.sailstech.com/kb/tutorial/newbie-guide-create-your-first-indoor-lbs-project

Is it a must to render my map created from josm using their map render editor? and how to retrieve the map if I use it?

Was it helpful?

Solution

You need to generate the tiles(images) and providing it to your android system:

  • modify osm data(using JOSM or QGIS) and export it (as .osm or .shp)

  • import the data in a tile generator(TileMill for example)

  • export the images(as a folder of .png or as .mbtiles file)

  • use osmdroid lib to read these tile sources in your android application

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top