-
Notifications
You must be signed in to change notification settings - Fork 989
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
offline-map #312
Comments
do you have an offline tile archive already prepared and copied to the device in /sdcard/osmdroid? |
yes,I used MOBAC to download the offline tile. |
Did you produce a sqlite file or a zip file? In either case, you'll want to open the archive and verify that the source name is exactly "MapQuest" |
Yes,of course. |
the only possibility if that you have two different versions in play for On Sat, May 21, 2016 at 10:52 PM, Mantj notifications@github.com wrote:
|
when i used
map.setTileSource(new XYTileSource("MapQuest", 0, 18, 256, ".jpg", new String[] {}));
eclipse tell me thats error.
So I use
map.setTileSource(new XYTileSource("MapQuest", null,0, 18, 256, ".jpg", new String[] {}));
but I can not see the map.
By the way
osmdroid 4.3
osmbonuspack 5.0
slf4j 1.6.1
please help me~
The text was updated successfully, but these errors were encountered: