19052013
19052013

Reputation: 295

Offline and Online indoor map with open street map.

I designed indoor map with Josm. I try to doing indoor map project with android.

I made open street map on josm and I asking question about it on OSM HELP PAGE and they said use tilemill for showing your indoor map. But tilemille suport .shp file and I could not convert it on tilemill. you can download my work josm HERE

My question is.

How can I design this indoor map on mapbox-TileMill. Or Could you give other advise

exxample project and I found this project for example When I import it ,Why it does not show map

And How can I show map on my android application

could you give me advise. I am so mixed.Could you give me open source project or example

Upvotes: 4

Views: 1296

Answers (1)

Nirab Pudasaini
Nirab Pudasaini

Reputation: 696

If you are looking for a way to load .osm map to tilemill there is a way. I did it following instructions in this guide. After you have your tiles created using Tilemill you can either either export them to your mapbox account or as mbtiles. Then you can use the mapbox android sdk to create your indoor map app.

Another alternative is to use mapsforge. They provide a mapwriter plugin (which is a plugin for osmosis)that allows you to convert .osm files into .map files. This .map file can then be loaded into the SD card and be used to render maps. However this option will only allow offline maps.

I hope this helps.

Upvotes: 5

Related Questions