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

I load a geojson which contains 40000+ polygons features. When I update the data, the memory increase a lot until the crash of the browser. Is there a way to...

Hi there, I'm using vector grid with leaflet 1.0, thing is when the layer start to draw vector tile serve from geoserver or any other provider, CPU usage goes way...

I am using L.vectorGrid.protobuf with **rendererFactory: L.canvas.tile** to show some vectortiles generated with tippecanoe. Everything looks nice and fast, but the **interactive:true** option lacks some precision for some polygons. You...

I have only polygons and points in my database. It is in one table and one column. I do not store any more signs (river, house, etc. ... this is...

Hello, I've found that the polygons draw in repeat around the globe when adding the vectorgrid to the map (doesn't happen in L.geoJson). This causes some interaction problems where mouseover...

Is there a way to toggle an specific polygon to show the popup content using JS code? Thanks

Updated from #68, with deduplicating for labels added to example.

``` > [email protected] build /home/paws/Leaflet.VectorGrid > gobble build -f dist/ gobble: build started gobble: 01-rollup done in 1250ms gobble: 03-merge done in 40ms ∙∙∙◦∙∙∙ 05-rollup running... gobble: 05-rollup transformation failed...

Hi I am facing an issue when trying to consume a maptiler vector image. From my digging it seems as if the protobuf type of Vectorgrid is not expecting gzipped...

In #151 there was introduced an optimization for tile loading inside `_isCurrentTile` function. ``` _isCurrentTile : function(coords, tileBounds) { if (!this._map) { return true; } var zoom = this._map._animatingZoom ?...