Erica Fischer
Erica Fischer
There is not currently a way to redirect the progress output without code changes. I think stderr is the more appropriate place for both progress and errors, since stdout should...
Thanks! I'll take a look.
I can reproduce the rendering glitch at certain zoom levels (zoom 2.98 here):  I think this is a triangulation or rendering bug...
Thanks, I'll take a look into what it would take to add this. Is there a particular application where you think it will do a better job?
Thanks for the report. Tippecanoe does its own locking internally to make sure that multiple threads do not access the database at the same time. I don't know why sqlite3...
Is Tippecanoe running out of memory and crashing when trying to generate this tile? Otherwise there is nothing that should generate a completely blank tile from dense data.
Agreed. I no longer work at Mapbox so I can't just make this change to the repository here, but you can use `--no-tile-stats` to keep from generating the tilestats that...
There isn't an existing option to do that, since I was always under the impression that it was a requirement for vector uploads to have a complete `vector_layers`. The loop...
The only way to make it consistent across the zoom is to find a `detail` that is sufficient for all the tiles, or to use one of the `--coalesce-*-as-needed` or...
If you can upload a sample of your data, I can look at this and try to figure out what is going wrong. The `--coalesce-smallest-as-needed` should cause features to be...