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

(Mapbox) Vector Tile support #37

Open
svbaelen opened this issue May 19, 2022 · 3 comments
Open

(Mapbox) Vector Tile support #37

svbaelen opened this issue May 19, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@svbaelen
Copy link

Hi!

Cool project! I was wondering if you are planning to integrate support for vector tiles, such as MVT?
For example, similar to the OpenLayers MVT format: https://github.com/openlayers/openlayers/blob/main/src/ol/format/MVT.js

@tentone tentone added the enhancement New feature or request label Jul 1, 2022
@tentone
Copy link
Owner

tentone commented Jul 1, 2022

Hello

This file format could be implemented Ideally we could render these directly in shader code which would take some time to implement but could be done.

But it can also be easily added by rasterizing the tiles dinamically into a canvas for example.

Thanks a lot!

@svbaelen
Copy link
Author

svbaelen commented Aug 8, 2022

Sounds good! Implementing this in the shader code might be more suited for potential layering? For example, say you want to add a base layer with OSM tiles, and an optional (toggle-able) layers with vector tile, especially for "smaller" features. I wonder whether in case of dynamic rasterization, this might introduce unnecessary overhead, especially for multiple layers?

@cyrfer
Copy link

cyrfer commented Sep 26, 2023

I am also interested in vector tile data, possibly with AWS Location Services as a data provider.

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

3 participants