mapbox / tippecanoe

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

Allow larger tile size limit #936

Open stonetip opened 2 years ago

stonetip commented 2 years ago

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 circumstances). Please consider either raising the limit in the referenced lines of code. Or allow the use of the -M arg so users can choose to set their own limit, consistent with the tippecanoe tile generator.

e-n-f commented 2 years ago

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.)

stonetip commented 2 years ago

That's a good point. I should've mentioned we host our own tilesets 3rd-party. Those have been just fine with recent versions of the Web GL SDK.