I was following this pretty good tutorial to show offline maps. So basically what I have done is:
- Created a tile package in zip format with Mobile Atlas Creator
- Used MapQuest source, JPEG format
- Put the zip into the right folder:
/mnt/sdcard/osmdroid/
The problem was the tiles were not rendered. I got a blank page.
I found this solution, to solve my problem.
But now, it is bothering me that I have to use PNG files, that takes significantly more space. It is not really efficient for my app because the user will have to download a much larger package.
MY QUESTION IS: How can I use JPEG tiles with OSMDroid and MapQuest?
Thanks in advance.