Skip to content
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

Tile loading bug: Wrong tile source for certain tiles (but geographically correct) #67

Closed
garvankeeley opened this issue Sep 11, 2014 · 4 comments

Comments

@garvankeeley
Copy link

Cloned from: mozilla/MozStumbler#759

For a few months I have been seeing the behaviour in the screenshot with 100% consistency. Certain tiles were loading incorrectly. At a given zoom the same tiles would always render in the OSM style, instead of the MapBox provider style that is specified as a tile source.

To fix this problem, I had to delete /sdcard/osmdroid/*sqlite.

Things that did not fix this:

  • uninstalling the app
  • deleting /sdcard/osmdroid/tiles

Since deleting the sqlite files, those files have not reappeared. The MozStumbler app don't use sql-backed tiles.

Potentially, this is not a bug at all, and the MozStumbler app switched its OSMDroid source around in such a way that triggered this (I don't know the history of the apps OSMDroid use).

8e3c4cc6-1f27-11e4-8dc7-8ef17ff4f20c

@neilboyd
Copy link
Contributor

This looks the same as old issue 298. I'm not sure what the current status is.

@spyhunter99
Copy link
Collaborator

did you try invalidating after changing tile sources?

@garvankeeley
Copy link
Author

i'll ping @crankycoder, he might recall. In the month after this bug was filed we made many changes to our OSMDroid usage and the bug no longer occurred.
Most likely this got worked around when the app switched at that time to using a non-shared directory for the tile source.

@spyhunter99
Copy link
Collaborator

gonna close this for now. reopen if it reoccurs (hopefully with instructions on reproducing)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants