mapbox / mapnik-vector-tile

Mapnik implemention of Mapbox Vector Tile specification
BSD 3-Clause "New" or "Revised" License
553 stars 117 forks source link

Disable geometry clipping? #172

Closed JelmerBaas closed 8 years ago

JelmerBaas commented 8 years ago

First off: Apologies if this is the wrong place to ask.

I'm currently playing around with tilestrata, mapnik and mapnik vector tiles. My target software doesn't have the ability to cut off the buffer part of a vector tile, meaning I end up with a lot of horizontal and vertical lines. I wouldn't mind having two identical geometries overlap; so I think somehow disabling geometry clipping all together would be a good solution.

Is there any way to disable geometry clipping?

flippmoke commented 8 years ago

It would not be a valid polygon if it did not create an edge on the boundary of the tile (assuming it extents past the bounds of the tile.)