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

Is there any feature to convert it to geojson?

is it possible to publish a new release with all the changes that has been merged so far? The last release is from late August 2017! Thanks

Hello, I can't find this in the documentation. Is it possible to add points with some textual property as leaflet labels (or small texts of anykind) instead of markers ?...

Hi! Thanks for maintaining this library. I'm writing to report a bug or quirk when using protobuf tiles with a custom marker icon that has an `iconAnchor` set to make...

Can i initialize protobuf before adding to map? How?

First of all thanks for this implementation, I have to ask if it is possible to override the functions in charge of styles of the vector tiles dynamically. I tried...

Have issues trying to get highlight function to work when splitting up a GeoJSON file in several layerGroups, tried to put in "var distance" but that did not work. The...

See issue #43 and #50 for use cases, or replacing the `options.vectorTileLayerStyles` content in a VectorGrid layer, then calling `redraw()` to apply the styles. Ideally, there could be a "softer"...

It seems Leaflet.VectorGrid.bundled.js does not play well with JS bundlers (Webpack/Browserify). VectorGrid expects Pbf to be defined in the global scope, but if the bundle is referenced with 'import' and...