felt / tippecanoe

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

Tippecanoe not outputing any progress in the terminal #228

Open virgilxw opened 3 months ago

virgilxw commented 3 months ago

I am running the following on a geojson file that is 41mbs; it runs and produces an output .pmtiles file, but I am not getting any progress bar or output even after hours.

Am I doing something wrong?

docker run -it --rm -v /tiledata:/data tippecanoe:latest tippecanoe -zg --projection=EPSG:4326 --coalesce-densest-as-needed --extend-zooms-if-still-dropping -o Glasgow_grid.pmtiles -l Glasgow_grid.geojson --force