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 support for versatiles #1567

Open
mfbehrens opened this issue Nov 4, 2024 · 3 comments
Open

Add support for versatiles #1567

mfbehrens opened this issue Nov 4, 2024 · 3 comments
Labels

Comments

@mfbehrens
Copy link

versatiles is a FLOSS software stack to generate and serve vector maps. They use their own tiles format, which seems to be "better" (probabely smaller and faster to read)

versatiles spec

They have several servers, one is written in rust, which depends on the versatiles-lib.

Probably a very big project, but might be manageable since it can just depend on the versatiles-lib.

@nyurik
Copy link
Member

nyurik commented Nov 4, 2024

that's a tile container spec, not a tile spec. They are using shortbread - so most likely its the same MVT tiles. While I'm all for supporting cool tech, maintaining code is not free - i.e. each line of extra code has cost - so there has to be a good reason to add it - i.e. a lot of datasets are distributed in it plus a lot of tools exist for it. How does it differ from pmtiles?

@mfbehrens
Copy link
Author

mfbehrens commented Nov 4, 2024

@nyurik
Copy link
Member

nyurik commented Nov 5, 2024

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

No branches or pull requests

3 participants