-
Notifications
You must be signed in to change notification settings - Fork 8
Layer configuration should have some semantic checks for min and max zooms #24
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
Comments
Hi Jeremy, feel free to assign this to me and I'll take a look |
Thanks for taking a look @brian-dellabetta! Let me know if run into any issues getting started |
Just getting familiar with it for now -- this is pretty neat. I set it up with elastic search, seeded the data, and I can see tiles but I'm not seeing any heights for the buildings. Maybe something's off with the provided tilenol.yml? I see I'm running |
Good catch @brian-dellabetta . Yeah it looks like in a recent commit I had changed the field name that's used to set the It should work however by removing the ...
sourceFields:
area_sqft: building.area_sqft
height: building.height_ft |
ok cool, it was sourceFields:
height: height i can create a separate MR for this |
@jerluc couple questions for you:
|
@brian-dellabetta it's probably confusing because that's the source of this particular bug ;)
|
Sounds good! Makes sense to me |
Describe the bug
When layers are configured in Tilenol, we should do some simple semantic checks to at least ensure that the layers are actually accessible (likely around here somewhere), e.g. checking that the min and max zoom numbers fall within the absolute min and max zooms acceptable by the server itself.
To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: