react-leaflet-vectorgrid
react-leaflet-vectorgrid copied to clipboard
React wrapper of Leaflet.VectorGrid. Display gridded vector data (sliced GeoJSON or protobuf vector tiles) in Leaflet.
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:  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.;(