mapbox / tippecanoe

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

Filter features with large buffer are in the wrong place on the earth #887

Open e-n-f opened 4 years ago

e-n-f commented 4 years ago
tippecanoe -z3 --no-tile-size-limit --no-feature-limit --no-simplification --no-tiny-polygon-reduction -b127 -c 'mkdir -p output/$1/$2; cat > output/$1/$2/$3.ldgeojson' /Users/enf/Downloads/RhodeIsland.ldgeojson -f -e output

The coordinates in output/0/0/0.ldgeojson are like [ 108.281250, 41.836828 ] instead of like [-71.822269,41.368928]. Overflow in the longitude somewhere? Doesn't happen without the large buffer of -b127.