ipyleaflet icon indicating copy to clipboard operation
ipyleaflet copied to clipboard

VectorTileLayer as a base map ?

Open kraleva opened this issue 3 years ago • 1 comments

Basically a pretty straightforward question. In the JavaScript implementation, there are plugins like Tangram, which renders vector tiles using WebGL. However, if one wants to use vector tiles as a basemap on ipyleaflet side, this integration that exists in JavaScript with tangram is not possible. Is there some good workaround this issue ?

kraleva avatar Nov 30 '22 10:11 kraleva

Our VectorTileLayer currently uses https://github.com/Leaflet/Leaflet.VectorGrid, which has canvas and SVG renderers. If you want to use WebGL through Tangram, we would need the Tangram Leaflet layer. That would be a nice feature, do you want to try and implement it?

davidbrochart avatar Nov 30 '22 10:11 davidbrochart