-
Notifications
You must be signed in to change notification settings - Fork 55
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
Mapnik errors around zoom levels 21 and 22... naturally #306
Comments
Wait. What makes Viking think that there are more than 19 zoom levels for Mapnik? At least that's how it is on OSM.ORG. |
The file When panning around it should not (and it does not on my system) make requests for tiles at zoom levels of 20 and 21. Unfortunately, it appears if you use F5 to refresh - then that bypasses the zoom limit check - and so makes unnecessary/unwanted requests :( |
Also once one somehow gets the half-baked parking lot you see above, one is stuck for life with it. As there is no mechanism to just throw away the tiles one sees, without throwing away more. Edit: easy workaround: I just went into ~/.cache/Viking and manually deleted the offending files of anything that I wished would refresh. |
Panning to unexplored areas: the tiles seem to load normally, but why all the errors, particularly around zoom levels 21 and 22?
If I didn't look at the log messages button there on the bottom bar I wouldn't know something was wrong.
Warning Download error: /home/jidanni/.cache/viking/OSM-Mapnik/21/1752674/903328.png
Warning curl_download_uri: http response: 400 for uri http://tile.openstreetmap.org/21/1752674/903328.png
Warning Download error: /home/jidanni/.cache/viking/OSM-Mapnik/21/1752674/903327.png
Warning curl_download_uri: http response: 400 for uri http://tile.openstreetmap.org/21/1752674/903327.png
Warning Download error: /home/jidanni/.cache/viking/OSM-Mapnik/21/1752674/903326.png
Warning curl_download_uri: http response: 400 for uri http://tile.openstreetmap.org/21/1752674/903326.png
Warning Download error: /home/jidanni/.cache/viking/OSM-Mapnik/21/1752673/903328.png
Warning curl_download_uri: http response: 400 for uri http://tile.openstreetmap.org/21/1752673/903328.png
https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/400 seems to point the finger at Viking.
The text was updated successfully, but these errors were encountered: