Leaflet Vectorgrid.slicer Error
I'm trying to use the Leaflet.VectorGrid API to load a GeoJSON in a leaflet map, but no matter what I try I keep getting this error: Uncaught (in promise) TypeError: this._makeFe
Solution 1:
There was a bug in the library to get the coordinates of GeoJSON points.
This problem has been fixed in its master branch, but the fix is not published yet. If you cannot wait for the v1.3.0 release, you can install the library from GitHub directly.
See the PR https://github.com/Leaflet/Leaflet.VectorGrid/pull/62
Post a Comment for "Leaflet Vectorgrid.slicer Error"