-
-
Notifications
You must be signed in to change notification settings - Fork 197
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
Caching at higher levels than specified by maxZoom #311
Comments
@ear7h you're correct about "lower zooms" being closer to zero, and this looks like a bug. Thanks for reporting it. I will add a test case to both the Regarding the uint / pointer piece being odd, I agree. This is because some of the typing is going through a transition. Tile requests come to tegola in the format of |
Okay sounds good. I'll look for those tests when you submit them and make corresponding ones for the |
- added test cases for max_zoom - removed package stutter s3cache -> s3 - removed package stutter filecache -> file - updated test cases to use new convetion
From what I understand here higher zooms correspond with higher numbers. However the code in the
filecache
ands3cache
packages assume the opposite, not caching when the zoom level is lower thanMaxZoom
.Also, I think mechanism is makes odd use of pointers and uint types. I'm willing to change this but wanted to submit an issue for clarification.
The text was updated successfully, but these errors were encountered: