mapbox / tippecanoe

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

Non-geographical maps #954

Open zned45 opened 2 years ago

zned45 commented 2 years ago

Can tippecanoe generate mbtiles from non-geographical geojson for usage in fantasy maps? Points outside geo referencial get dropped.

e-n-f commented 2 years ago

You can use --projection=EPSG:3857, which is denominated in meters rather than in longitude and latitude degrees.