felt / tippecanoe

Build vector tilesets from large collections of GeoJSON features.
BSD 2-Clause "Simplified" License
906 stars 78 forks source link

Make tile-join distrust source tilesets' metadata maxzoom and minzoom #161

Closed e-n-f closed 10 months ago

e-n-f commented 10 months ago

Changes tile-join to report the actual minzoom and maxzoom of the tiles it has written to the output tileset in that tileset's metadata, rather than the max of the maxzooms and the min of the minzooms claimed in the metadata of the source tilesets.

In addition, the new tectonic plate test file in wraparound2 intends a longitude jump of 360° to be a polygon edge across the world, not an accidental modulus.