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 am using aurelia framework. Earlier i was using Leaflet Mapbox Tile layer library to display vector tiles but now i want to use a seperate tile server to render...

I am noticing some strange behavior about `mouseover` and `mouseout` events that seems to be linked to the way a VectorGrid is styled. For a demonstration, I have created a...

I am trying to create tiles for a few topojsons when they are read into a webpage. The idea is that once they are created, switching tile layers would be...

A feature that returns all features rendered at a certain lon/lat (within a radius for points). See [`queryRenderedFeatures`][1] in Mapbox GL. If this is of interest I can take a...

When I use the svg renderer, all the geometries look crisp on my retina display. But if I switch to canvas, the points and lines all look a little blurry....

feature

Apparently it's possible to have canvas renderers inside a web worker thread, see https://stackoverflow.com/questions/1864756/web-workers-and-canvas It would be nice to see if this could be applied to Leaflet's canvas renderers, as...

I'm trying to map routes from GeoJson. Lines are displayed, but with a small increase they are broken. I suspect that somehow they are not redrawn. Help me please. https://i.imgur.com/vzGIeHL.png...

Hello, I have problems with my polygon layers not showing up when changing base layers. I can se the polygon layers flashing up when I change base layer, it seem...

Hi Are there any plans to add the drawing of fonts to the basemaps? So place names etc get displayed on the map? Unless I'm missing something, the only solution...

Wondering if it would be possible to implement the GridLayer tile loading events for async vector tile resources. Looking to get feedback on when tiles have loaded as well as...