Erica Fischer

Results 149 comments of Erica Fischer

Thanks. I'll have to take a look at this.

You should be able to fix this by using the `--no-tile-stats` option.

You can either add a `"tippecanoe": { "layer": "layername" }` field to each GeoJSON object to say what layer it should go in, but there is not a way to...

Thanks for the report. `--detect-shared-borders` can be extremely expensive. I'll download the file and take a look.

Yes, the property name takes up as much space in the tile as a string value does. But it will not save very much if the same property name is...

As far as I know, those larger tile sizes are only allowed with MTS, not with direct mbtiles upload. (No longer a Mapbox employee, so I don't really know.)

Thanks. Shapefile would be useful and will be practical once I factor out GeoJSON parsing from the rest of the code. PostGIS seems like it would be more difficult to...

https://github.com/mapbox/tippecanoe/pull/468 is a partial implementation of shapefile support, but I got stuck trying to figure out how much support I should have for different projections.

Thanks! I'll merge this after testing if I can get it working on all platforms. The tests are failing because the parallel test uses `

Thanks. I don't have a way to reproduce this myself on that platform, but if you can upload the two non-matching files I can take a look at how they...