felt / tippecanoe

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

Tile making recipe to reduce tile size #264

Open DeepakSharda opened 1 month ago

DeepakSharda commented 1 month ago

Erica,

We tried different approach to dump data in geojson based of the fclass tags from OSM data. We tried to make tiles smaller and effecient with this reciepe. This recipe is for people who is being using tippecanoe to make tiles lighter and faster.

for roads

{A15D8926-23A6-4E92-880B-261AE28B5426}

e-n-f commented 1 month ago

Thanks. You are suggesting this for inclusion in the "recipe" section of the README?

DeepakSharda commented 1 month ago

if it helps people why not . some of them can help and make it better .

DeepakSharda commented 1 month ago

this approach is best to reduce the tile size but merging Tile-Join takes ages it runs sometimes for 24 hours and use only single core on 48 core machine. how we can use tile join to use all the cores ?