0

I already import open street map Library(link of GitHub) in my application and it works completely (I used osmdroid + osmbonuspack)true , but i need to have my country map for offline mode . I used of mobile atlas creator for creating my Country map but mobile atlas creator doesn't allow me creating huge map. What i have to do ? I want to have maps like maps.me in my application please help me , I am working at this more than 2 weeks .

Thank you

Ehsan Abbsai
  • 41
  • 1
  • 7
  • Is there a reason why you asked the question twice? http://stackoverflow.com/questions/39546282/using-offline-of-open-street-map-in-my-app/39550718 – k3b Sep 27 '16 at 07:50

3 Answers3

2

I used the osmdroid-forge-app sample app from https://github.com/osmdroid/osmdroid/ as a starting point and downloaded the offline map files for my country from http://download.mapsforge.org/maps/ .

That worked for me out of the box.

k3b
  • 14,517
  • 7
  • 53
  • 85
1

maps.me very likely uses vector maps instead of raster tiles.

Take a look at Mapsforge or Mapbox Android SDK / Mapbox GL for vector map solutions.

scai
  • 20,297
  • 4
  • 56
  • 72
0

Make more than one map archive or hack up Mobac to remove the limit

spy
  • 3,199
  • 1
  • 18
  • 26