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

Hi there, I'm using VectorGrid and trying to catch the click event on one of my feature/vectorgrid using following code: vectorGrid.on('click', function(e) { L.popup() .setContent("test") .setLatLng(e.latlng) .openOn(map); } It works...

Use preferred OSM tile URL.

I am using `vectorGrid.protobuf` with **.pbf** tiles served from **tileserver-gl**. While tiles are shown ok, and I also have access to feature properties using mouse events, I cannot get the...

I have a tile set that is defined for zoom levels 0-2, but I want it to continue to show beyond a zoom level of 2. I believe this is...

This change (#130) has disappeared some time and the sample from the docs didn't work anymore.

Hi there, I'm loading a protobuf layer of objects containing both polygons and points/circles. At first load, points/circles are not displayed when creating the vectorGrid using: vectorGrid = L.vectorGrid.protobuf("https://url/{z}/{x}/{y}.pbf", {...

When rendering point geometries, regardless of passing in `fillOpacity` and `fillColor` to the `vectorTileLayerStyles` function, it seems to render the points as circlemarkers with no fill at all: ![Screen Shot...

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

hi I have added a layer to the map with below code and after I want to remove that layer from the map, how can I do this? vectorUrl ='http://localhost:7800/asphalt/{z}/{x}/{y}.pbf';...

This project hasn't seen any active development since 2019, so should we consider this project abandoned? If it is can anyone recommend a healthy fork with a corresponding npm published...