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

Checks for presence of old `_fakeStop` method. If it's available, use it instead. If not, use the new `fakeStop`.

Hi, I want to ask if is possible add support to L.divIcon in icon config of VectorGrid.Slicer. Thanks

I have to point out that Leaflet.VectorGrid is OK when Leaflet.VectorGrid handle with one vectorTile address. It can click all the feature's properties of the Leaflet.VectorGrid layer. But when I...

I have tried to implement the onClick event using this plugin as below, ```js const vectorGrid = L.vectorGrid .slicer(street, { rendererFactory: L.svg.tile, maxNativeZoom: 19, maxZoom: 20, interactive: true, getFeatureId: function...

Hi *! Trying to render subsequent data encoded server side with python using [mapbox_vector_tile](https://github.com/tilezen/mapbox-vector-tile#encoding) encoder I obtain this error: - **Uncaught Error: Unimplemented type: 3** Uncaught Error: Unimplemented type: 3...

When using maxZoom and maxNativeZoom to "overzoom" tiles to higher zoom levels, the existing Canvas.Tile logic incorrectly calculates where the mouse is within the tile, because it does not scale...

Fixes #185 by bringing a feature to front after its style was set/updated. Additionally the code indentation in this function was fixed

Hi, I have one question regarding the highlighting of a feature. Currently I have the problem, that parts of a geometry are overlapped by other geometries. That means, that parts...

Hello, I'm having issues with some tiles in some zoom layers not rendering. I'm running `Leaflet.VectorGrid.bundled` v. 1.3.0 and Leaflet 1.7.1 and I'm getting in the console the following error...

Is it possible to apply esri styling? For example provided from this url: [esri style](https://www.arcgis.com/sharing/rest/content/items/e19e9330bf08490ca8353d76b5e2e658/resources/styles/root.json).

help wanted