You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 6, 2019. It is now read-only.
Solved this error by adding, the following inside the example folder:
on src/Shapefile.js
Right after the ComponentWillMount () (right about line 11) , do:
ShapeFile.prototype.createLeafletElement = function createLeafletElement () {}
Now, I've tried to add the following file block.zip, which can be found here https://www.data.boem.gov/Main/Mapping.aspx: (4th element on table) which has around 10.000 features (about 4.6MB)
But the map performs really slow, when the layer is on. I suspect this is because I'm trying to move ALL features at the same time, so map and feature layers move together. Slowness goes away when layer is deselected.