tippecanoe
tippecanoe copied to clipboard
Build vector tilesets from large collections of GeoJSON features.
Is it possible to compile tippecanoe with MinGW or Visual Studio on Windows, so that the peoples who work on Windows can use tippecanoe
I have a large number of unique properties, each associated with a different feature, which is causing the tileJSON file to bloat, and causing my mapbox upload to fail. Is...
When I use tippecanoe-decode to convert mbtiles file to geojson file, like: tippecanoe-decode cumberfldparallll.mbtiles 12 1151 1621 > tile.geojson I get a geojson file that produces the following error message,...
min cluster feature option added to undo clusters that do not have at least passed min feature count. This is useful if you don't care to see clusters with 2-3...
I have large polygon dataset which mix small polygon with very large polygons. When trying to display all in the view at z13 the tiny polygons looks like this: ...
Hello I'm glad to discuss Tippecanoe with you. I use Tippecanoe to output PBF folder and load it with ArcGIS API for JS. I define the coordinate system as EPSG:...
It weird, this command generates the tiles in EPSG:3857 instead of 4326. tippecanoe -s EPSG:4326 -o /home/project/output/output.mbtiles -f -pn /home/project/output/output_wgs84.json Using the ogr command: ogrinfo -al output.mbtiles I get the...
I get the following error when running tippecanoe on a large polygon dataset: ``` tippecanoe -zg -P -f -o parcels-coalesce.mbtiles -D11 --no-polygon-splitting --coalesce-fraction-as-needed --include=id --include=parcel_intent --include=appellation nz_primary_parcels.geojson For layer 0,...
Is it possible to add a flag to the tiler so that empty tiles are generated where there are no features? Use case - we have a static dataset of...
https://github.com/mapbox/tippecanoe/blob/18e53cd7fb9ae6be8b89d817d69d3ce06f30eb9d/tile-join.cpp#L517-L518 tile-join skips tiles that are larger than 500K. However, Mapbox now allows (and has for some time) tiles up to 2500K (and advises it may allow more in special...