-
Notifications
You must be signed in to change notification settings - Fork 432
Work in progress on marking features to be merged back into their pre-tiling form #551
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
base: master
Are you sure you want to change the base?
Conversation
(Was missing transitions before because division rounds toward zero)
Most of my work so far has been focused on polygons but I got stuck because they are the most complicated case. New strategy: Get reconstruction working for LineStrings, and then generalize to other geometry types from there. Treat complete reconstruction of features as the main goal, and leave the other cases that can be done without complete reconstruction to be considered as potential optimizations, not goals of their own. |
For mapbox/vector-tile-spec#104
To build:
There is a new
--join-features-across-tiles
flag to turn on the new features, but there is nothing to see yet: everything so far is just internal plumbing within Tippecanoe to track feature clipping, and there is nothing yet that even tries to reassemble the features that have been clipped apart.