-
Notifications
You must be signed in to change notification settings - Fork 40
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 tiles #346
Comments
Hi @dcooley, I was wondering if there was a timeline for this feature showing up in a build? I'd love to kick the tires on it with some gigantic polygon datasets! |
The problem I am having with this is coming up with a clean way to pass in the colours / line widths / etc into the function. All the other layers that have a So this kind of fell of my radar because I couldn't come up with anything. I don't suppose you have any ideas? |
@dcooley I've been playing around with this, and it seems that the MVT layer is intended to use the external tile server specified in The only way for this to all work without externally hosted tiles would be to use something like https://github.com/felt/tippecanoe to generate local tiles, then spin up a local server, and insert the URL from that. But that's never going to be viable here. Short of that, the MVT layer is just a way of getting data from an external tile server and using that to constuct a UpdateImplementation in |
https://deck.gl/docs/api-reference/geo-layers/mvt-layer
The text was updated successfully, but these errors were encountered: