Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tile size to metadata #63

Open
rbrundritt opened this issue Sep 9, 2021 · 0 comments
Open

Add tile size to metadata #63

rbrundritt opened this issue Sep 9, 2021 · 0 comments

Comments

@rbrundritt
Copy link

In a future version, a tile size metadata option should be considered. Mapbox vector tiles are 512 square pixels in size, but raster tiles traditionally have been 256 square pixels, but in the last couple years, some have started moving to larger sizes. When it comes to storing the tiles in SQLite, the tile size makes no difference, but when rendering data, the tile size will often be needed. Adding an optional column to the metadata table for table size would address this. There is a similar request for the TileJSON spec here: mapbox/tilejson-spec#26

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant