-
Notifications
You must be signed in to change notification settings - Fork 65
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
Disconnected line features #132
Comments
I think what happens here is that in the vector tile data these are 2 separate line features and the vertical one gets simplified which moves the connection point slightly. The default simplify tolerance at max zoom is So you have a couple of options:
It's hard to do a "topology aware simplification" because each feature is initially simplified in isolation without knowledge of surrounding features. |
I realized we might be able avoid this by not simplifying z14 features at all (at least transportation and building layers), but that does increase max z14 tile sizes by 15-20% |
plus:
I've tried
|
I'm seeing a few cases of line features that are disconnected:
In this location in OSM Americana we see the issue:
It's connected in the data:
... but is disconnected on my planetiler tileset:
The text was updated successfully, but these errors were encountered: