sensebox / openSenseMap

Platform for storing and exploring sensor data
https://opensensemap.org
MIT License
99 stars 51 forks source link

Maximum map zoom level doesn't load #95

Closed christophfriedrich closed 8 years ago

christophfriedrich commented 8 years ago

When one clicks on a sensebox marker and the map zooms in all the way to that position, the map tiles are not rendered. Instead, one only sees the marker on a grey background. When one then zooms out one step, the tiles are displayed perfectly fine, when one zooms in again, they're not. I.e. it appears that the map tiles don't support that high of a zoom level.

ubergesundheit commented 8 years ago

We changed to https tiles. These do not support zoom level 18. Please delete your cache and try again

christophfriedrich commented 8 years ago

Deleted cache and tried again but the problem still occurs. :/

ubergesundheit commented 8 years ago

Please open http://opensensemap.org/scripts/controllers/map.js with your browser and verify line 13 maxZoom: 17. If not hard-reload with Ctrl+F5.

christophfriedrich commented 8 years ago

Ok, it was indeed a chaching error, despite clearing the cache in the browser settings... Opening the js file directly in the browser did the proper reload, it works now as expected.