Skip to content
Commit 7227009d authored by Volker Krause's avatar Volker Krause Committed by Torsten Rahn
Browse files

Don't run elements entirely contained inside a tile through clipping

This avoids the expensive clipping process and results in slightly smaller
tiles (no synthetic id and the real id stored delta encoded rather than
as tag value string).

Most importantly though, it passes OSM data through unaltered, unlike our
current clipping code which can reorder vertices. While that's not such
a big deal for polygons, that can significantly alter the semantics of
directional lines. That remains to be fixed for the clipped cases though.
parent 01f047ae
Pipeline #559655 canceled with stages
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment