-
Notifications
You must be signed in to change notification settings - Fork 120
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
Zoom 17 missing some building parts #912
Comments
This the osm way in question? http://www.openstreetmap.org/way/287494678 Possibly related to #653? Although, it does show up in the tile with a Not sure why the bump would be disappearing at z17 and appearing at z16. I'd expect it to start showing at z17+ if anything. Could there be a rule on the styling side controlling that @nvkelso? |
I've added a test for whether the data is present in the tiles, which passes. That suggests that @rmarianski is right and client-side filtering is playing a role. I think it might be in the extrusion filtering, as there's a min-height rule at zoom 16, but no min-height rule at 17. This feature has a height of 111, so is included at 16, but the area and volume rules are not triggered at 17. I think that's what's happening - if I'm understanding the rules correctly! |
And looking at the requests made out to the server, only requests for z16 are made and then they are "overzoomed". |
From that chunk of code:
We think something like this needs to be added to zoom 17 filter set:
|
Closing this in favor of tangrams/bubble-wrap#187. |
Go to: http://tangrams.github.io/bubble-wrap/#18.87804/40.74546/-73.99049
Note bump on southern side of the building below the waldy's woodfire pizza label:
Zoom out once: http://tangrams.github.io/bubble-wrap/#17.87804/40.74546/-73.99049
Note that the bump is gone:
Zoom out again: http://tangrams.github.io/bubble-wrap/#16.87804/40.74546/-73.99049
The bump has returned.
This happens on web and on ES
The text was updated successfully, but these errors were encountered: