mapbox / tippecanoe

Build vector tilesets from large collections of GeoJSON features.
BSD 2-Clause "Simplified" License
2.74k stars 432 forks source link

Some tiles just hidden for some zoom lavels. #988

Closed EgorSaffrezzi closed 11 months ago

EgorSaffrezzi commented 11 months ago

Hi.

I want create mbtile file, where I can see roads on all zoom lavels.

Step by step:

1 . I dowloaded https://data.maptiler.com/downloads/north-america/us/florida/ ( OpenStreetMap vector tiles Florida )

2 . Then I get all transportation layers : tippecanoe-decode -z14 -Z14 -l transportation ./florida.mbtiles > ./transportation-layer-z14.geojson 2>&1

I try use tippecanoe for reset zooms : tippecanoe -o no-zoom-range.mbtiles --no-feature-limit --no-tile-size-limit --no-tiny-polygon-reduction --preserve-input-order --no-line-simplification --extend-zooms-if-still-dropping ./transportation-layer-z14.geojson

Expected result: I will see all roads for every zoom lavels. But for some zooms some tiles just hidden. Why ?

image image image
EgorSaffrezzi commented 11 months ago

Problem with RAM. On aws with 64gb works fine. Close.