0

Refering to this question , Download maps for osmdroid and the accepted answer , on some device it shows blank grid ,though it shows marker ,i kept the zip file of Mobac created tiles in sdcard/osmdroid.

Community
  • 1
  • 1
Vikas Pandey
  • 1,115
  • 1
  • 15
  • 25

1 Answers1

0

did you add WRITE_EXTERNAL permission in you manifest.xml ?
osmdroid try to catch your loaded map on disk so need WRITE_EXTERNAL permission. if on some device it work without this permision maybe osmdroid configuration is different or osmdroid folder exist on device.

MHP
  • 2,613
  • 1
  • 16
  • 26
  • @ MHP, mwhat are the best possible map tiles sources are avaliable other than MOBAC .And do you if we can change how osmdroid is finding tiles so than we can change the location of tiles . – Vikas Pandey Apr 16 '15 at 11:53
  • because I use osmdroid in offline mode I don't know online source , I use default source as describe in osmdroid page(for online usage). – MHP Apr 17 '15 at 11:27