I'm using the osmdroid library for my custom map application and my last issue is related to the accessibility of offline contents prepared in a common format easy to share.

In the specific I'm now able to correctly download .png tiles from my custom data source using Tile Packager and compress them into a .zip archive directly on the SD card, but I can't render them in my MapView. Could someone please post some example to explain how to load the tiles directly from the zip archive in a scenario without connectivity in offline mode?

I already checked the post OSMdroid : How to load offline map from zip archive - MapTileFileArchiveProvider, but no example is provided.

link|improve this question
feedback

1 Answer

u should use MOBAC to download tiles and select map format as OSMdroid Zip... then just place that .zip file in /sdcard/osmdroid/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.