Erica Fischer
Erica Fischer
It uses a "hot pixels" approach where two segments that cross through the same pixel get snapped together. It unfortunately is not idempotent, so rerunning it on its own output...
Yes, they'll get bigger because there will be more nodes. I'm actually much more worried about time and memory than about tile size, especially in the future (https://github.com/mapbox/vector-tile-spec/issues/104) when features...
It is not controlled by a flag because the vector tile spec requires that polygon geometries be valid, and I don't have a way to guarantee that without the use...
And please note that `--coalesce-smallest-as-needed` will only be useful *with* the use of Wagyu, since its entire value relies on being able to union together adjacent polygons, which happens in...
Interesting. Can you share a sample of your data so I can investigate?
Thanks for the report. I should probably limit the maximum size of the `generator_options` field, since it seems to do more harm than good to retain this much information about...
This should be fixed by https://github.com/mapbox/tippecanoe/pull/826
There is not an option to turn it off, but you can use the `sqlite3` command to open the `mbtiles` file and do ``` delete from metadata where name='generator_options'; ```...
Oh good, glad you got it working! In general the recommendation is to use a higher `--maximum-zoom` instead of a higher `--full-detail`, since many renderers have a limit on the...
Are these vector.pbfs from different vector tiles? If so, put them in a directory in zoom/x/y.vector.pbf format and use `tippecanoe-decode` to decode the directory to GeoJSON.