react-leaflet-vectorgrid icon indicating copy to clipboard operation
react-leaflet-vectorgrid copied to clipboard

React wrapper of Leaflet.VectorGrid. Display gridded vector data (sliced GeoJSON or protobuf vector tiles) in Leaflet.

Results 5 react-leaflet-vectorgrid issues
Sort by recently updated
recently updated
newest added

Hello there! I am trying to use react-leaflet-vectorgrid with react-leaflet 3.0. It doesn't work because in version 3.0 HOC 'withLeaflet' anymore doesn't exist. Who can help?

Hello :) First of all thank you your plugin, I'm glad someone found a way to wrap it for React. It works like a charm for large GeoJSON with points....

Hello there! After several attempts, I was able to display the desired data (in .pbf), but every time I click on a polygon to see its associated data, the tile...

Hello, I'm trying to use react-leaflet-vectorgrid to render .mvt tiles from a remote server but I get the error below: ![image](https://user-images.githubusercontent.com/732147/85250763-2fcc4e00-b460-11ea-9a78-5e91b1d2a898.png) My code is: ``` import React, { Component }...

Hello, I have a problem with dragging when using vector grid as protobuf-> example https://codesandbox.io/s/react-leaflet-dbl6c?file=/index.js:318-914. I have played with various options but nothing seems to work.;(