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

This PR fixes issue #227 My IDE removed some trailing spaces that makes some mess in the diff. I can revert them if necessary.

Is there a more recent version available? I can find 1.3.0 (3 years old) but I would need a more recent version to have #132 included (merged in 2019). My...

Errors are below var vectorTile = new L.vectorGrid.protobuf(vectorLayerUrl, getVectorOptions('name Google browser said it can't find some pbf file but That can't impact web applicton which run normally. But whether can...

need more info

Hi, in the geojson-vt variant I'm able to access tile features after the map is rendered, e.g. in a click event handler. I have a scenario where interacting with the...

I am opening this issue related to the discussion in previous topic. https://github.com/Leaflet/Leaflet.VectorGrid/issues/224 So far I guess `fetch` Cancel is supported in some of the browsers. But what about reordering...

I have this vector grid layer with `maxNativeZoom: 16`. When I zoom to level `16`, wait until all tiles at that level are loaded and _then_ zoom in to `17`...

Similar to issue #67, however it would be nice to have more than just the oneachfeature function. For example the [mapbox vector tile plugin ](https://github.com/SpatialServer/Leaflet.MapboxVectorTile) has examples of both static...

The point demos give a `SyntaxError: missing variable name`: http://leaflet.github.io/Leaflet.VectorGrid/demo-points.html http://leaflet.github.io/Leaflet.VectorGrid/demo-points-icons.html

With the last Firefox 50.1, the icons aren't displayed with SVG Renderer. The SVG images are in the dom, but not displayed. A way to solve maybe using xlink:href in...