Erica Fischer
Erica Fischer
[`filter_features`](https://github.com/mapbox/supermercado/blob/ecc9f5a36c1c8d13872df5bdcbd01621e5f3ab48/supermercado/super_utils.py#L57) decomposes MultiPolygons, MultiLineStrings, and MultiPoints into sub-features, but its output is not valid GeoJSON because these sub-features do not have a `properties`.
For https://github.com/mapbox/tippecanoe/issues/577
For https://github.com/mapbox/tippecanoe/issues/675
There has been some recent confusion in https://github.com/mapbox/tippecanoe/issues/692 and https://github.com/mapbox/tippecanoe/issues/688 about tile-join behavior when joining tilesets with different zoom ranges. It might be good to have an explicit `--overzoom` option...
This command generates an mbtiles file with tiles in zoom level 10 but with a maxzoom of 9. ``` ➤ tippecanoe -M 300000 -m 12 -f -o sf.mbtiles tl_2010_06075_tabblock10.json For...
``` tippecanoe -z3 --no-tile-size-limit --no-feature-limit --no-simplification --no-tiny-polygon-reduction -b127 -c 'mkdir -p output/$1/$2; cat > output/$1/$2/$3.ldgeojson' /Users/enf/Downloads/RhodeIsland.ldgeojson -f -e output ``` The coordinates in `output/0/0/0.ldgeojson` are like `[ 108.281250, 41.836828 ]`...