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

Supporting MVT-like vector tiles? #84

Open
deeplook opened this issue Aug 10, 2021 · 1 comment
Open

Supporting MVT-like vector tiles? #84

deeplook opened this issue Aug 10, 2021 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@deeplook
Copy link
Contributor

I wonder if vector tiles are already on the to-do list? I see them only briefly mentioned in #49. I have some experience in this context which can be summarized like: it's kind of easy to get the data, but kind of difficult to render it with some proper style, partly because there are multiple standards.

@martinfleis
Copy link
Member

There's certainly a willingness to add support for vector tiles. There was no discussion on how to do that. They will probably need more information than we store for XYZ.

We also need to find a way how to distinguish between the tile types since other libraries are now expecting that xyzservices.providers is a bunch of XYZ tiles. If we just added vector tiles with an attribute type="vector" it may cause some friction (you'd need to first filter xyz types...).

If you have any ideas I am all ears.

@martinfleis martinfleis added this to the future milestone Aug 10, 2021
@martinfleis martinfleis added the enhancement New feature or request label Aug 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants