I want to develop android application with online and offline capabilities, I want to know what types of maps are supported by osmdroid(for offline use) and if I can include the map in the project and display it problematically, I write a small app that work online but when I zoom in, the tiles are not displayed(I use open street map MAMNIK as the source to my map with,and use osmdroid-android-3.0.7.jar and slf4j-android-1.5.8.jar) so what is wrong??? and the same problem occur when I use the app offline (setting use data connection to false and after including the map as osmdroid zip) so what is wrong???? also I am a newer to osmdroid and I want to know what is it capable of like changing the tile source to a custom tile provider(or custom maps server) asked 18 Apr '12, 20:17 mapping edited 19 Apr '12, 16:53 stephan75 |
I think you should post to the Osmdroid discussion group instead.
If you want to ask questions on this question & answer site, it works best if you try to stick to asking one question. You are asking several questions and telling us a story which invites discussion.
thanks Harry Wood for your comment, the question is: I want to know what types of maps are supported by osmdroid(for offline use) and if I can include the map in the project and display it problematically??????