You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fixtures stored inside mvt-fixtures should be very small, easy to regenerate, and demonstrate a minimal thing like a single geometry type or a single type of invalid tile.
But downstream implementers will also be interested in oddball, massive, or otherwise realworld samples of tiles. https://github.com/mapbox/mvt-bench-fixtures exists but we can do better. Let's use this ticket to start collecting ideas and links to realworld tile samples that demonstrate things like:
a very dense tile at a very high zoom level (>z30)
a street map tile used for cartographic styling with lots of layers with varied data
a very dense tile with only multi-geometries and no properties - this will compress really well but will be very large in-memory
sample from OSM QA tiles
tiles that are extremely large (> 60 MB)
The text was updated successfully, but these errors were encountered:
The fixtures stored inside mvt-fixtures should be very small, easy to regenerate, and demonstrate a minimal thing like a single geometry type or a single type of invalid tile.
But downstream implementers will also be interested in oddball, massive, or otherwise realworld samples of tiles. https://github.com/mapbox/mvt-bench-fixtures exists but we can do better. Let's use this ticket to start collecting ideas and links to realworld tile samples that demonstrate things like:
The text was updated successfully, but these errors were encountered: