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 119 Leaflet.VectorGrid issues
Sort by recently updated
recently updated
newest added

I'm currently extending VectorGrid.protobuf to do this for some custom code, but would be great if this was part of the main library. Feature would be useful in case of...

The dependencies code is also contained in the non bundled dist version: https://unpkg.com/[email protected]/dist/Leaflet.VectorGrid.js

Missing event 'tileerror' when failed to fetch. This is part of the the base L.gridLayer events when a tile has an error it should call the tileerror event.

On non-integral zoom levels, I notice strange geometry artifacts. Is there anything that can be done about this? I need non-integral zoom to fit my maps nicely in their containers,...

See https://github.com/mapbox/geojson-vt/releases/tag/v3.0.0 There is a major improvement in memory usage (cut by half). Please consider this change.

This solves https://github.com/Leaflet/Leaflet.VectorGrid/issues/67 The demo is very explicit I think. The user can define a function for each vt layer to be called when a point feature is added. This...

http://leaflet.github.io/Leaflet.VectorGrid/demo-vectortiles.html in the MVT mode is not working, as the tiles are giving a 401 response.

help wanted

This plugin works perfectly together with Mapbox Vector Tiles and Leaflet SVG renderer in modern browsers. Unfortunately, there are some artifacts on tile borders when using IE 11. I'm trying...