Leaflet.VectorGrid icon indicating copy to clipboard operation
Leaflet.VectorGrid copied to clipboard

Display gridded vector data (sliced GeoJSON or protobuf vector tiles) in Leaflet 1.0.0

Results 113 Leaflet.VectorGrid issues
Sort by recently updated
recently updated
newest added

I'm currently working with Leaflet's VectorGrid and I'm encountering an issue with the filter option. Here's a snippet of my code: ```js const vectorGrid = L.vectorGrid.protobuf(url, { vectorTileLayerStyles: vectorTileLayerStyles as...

this is code snippet for displaying the vector tile layer on the map vectorTileLayer = new (L as any).vectorGrid.protobuf(layer.url, { ...layer.layerOptions, interactive: true, }); because of the interactive = true...

Hello, can you tell me if I can use styles to make vector tiles in Leaflet.VectorGrid look like raster tiles, maybe there are examples of such styles (captions, object colors)?