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

Initial zoom should only accept integer values #26

Closed
robinfrick opened this issue Jul 14, 2016 · 1 comment
Closed

Initial zoom should only accept integer values #26

robinfrick opened this issue Jul 14, 2016 · 1 comment
Labels

Comments

@robinfrick
Copy link

If one specifies a non-integer zoom level leaflet will try to fetch the corresponding map tiles fail because there aren't any 4.5-zoom-level map tiles.
image
See the error messages on the right, the map tiles throw 404s for https://cartodb-basemaps-b.global.ssl.fastly.net/dark_all/4.5/.... because there is only /4 or /5

@daniellee daniellee added the bug label Jul 25, 2016
linkslice added a commit to linkslice/worldmap-panel that referenced this issue Aug 1, 2016
should fix grafana#26. Note that dist and src appear out of sync and this isn't precisely how I'm doing it in prod. It should work though.
daniellee added a commit that referenced this issue Aug 25, 2016
@robinfrick
Copy link
Author

Thanks a lot @daniellee that was painles :)

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

Successfully merging a pull request may close this issue.

2 participants