All I have used osmdroid and i want to download map zip files from android app and than create offline map. Any one have more knowledge about osmdroid and offline map and navigation.
Asked
Active
Viewed 7,056 times
2 Answers
4
The easisest way is to download MOBAC, then run it and mark out an area you want, store the tiles in Osmdroid.zip format. When that's done, drop the zip file into the osmdroid folder on your device.

NickT
- 23,844
- 11
- 78
- 121
-
2i want download this zip file from my android app programatically. Is it possible? – Girish Bhutiya Mar 17 '12 at 12:36
-
1But the map tiles downloaded by MOBAC do not allow routing. – Robert Sep 11 '12 at 07:51
-
2also MOBAC is probably going to be blocked because it causes heavy traffic for OSM servers. – kzs Nov 10 '12 at 14:04
2
First of all you need to download Mobile Atlas Creator. This link is for the latest version of MOBAC
1- In Mobile Atlas Creator select your area of interest.
2- Select your Map Source
3- Select Zoom Levels
4- Add Selection
5- Create Atlas
6- After downloading is finished move the zip-file to /mnt/sdcard/osmdroid/
on your device.
You can find more details about next steps HERE

Community
- 1
- 1

Milad Faridnia
- 9,113
- 13
- 65
- 78
-
Note that MOBAC is very bad for OSM tile servers and you are likely getting blocked. See https://wiki.openstreetmap.org/wiki/MOBAC for more information. – scai Nov 25 '16 at 11:12
-
@scai Yes, You are right. It was OK when I answered this question. ;) – Milad Faridnia Dec 03 '16 at 04:43
-
-
@kemdo Rendering your own tiles, e.g. with [Maperitive](http://maperitive.net/) (or a [full tile server](https://switch2osm.org/serving-tiles/), which is much more work and probably unneeded for most users). – scai Sep 21 '17 at 07:37
-
Hello. I got mess mono quit unexpectedly. when run mono Maperitive.exe, dont know why but i can run maperitive :(. ......I follow on http://wiki.openstreetmap.org/wiki/Maperitive#Mac_OS_X – kemdo Sep 21 '17 at 08:09