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
noordbrabant.zip
When I drag a geojson layer with a MultiPolygon in it, the _transformPoints function in L.Path-Drag is causing an error. At line 322 where it processes rings it wants to get a latlng:
latlng = latlngs[i][j];
But this is in fact an array of latlngs and not a single latlng. I have enclosed an geojson file that causes an error.
Maybe MultiPolygons are not supported?
The text was updated successfully, but these errors were encountered:
@Dawied Have you resolved this issue? The author said that it should work without any problems, but in fact when dragging a multipolygon, the error will be appeared in the browser`s console.
noordbrabant.zip
When I drag a geojson layer with a MultiPolygon in it, the _transformPoints function in L.Path-Drag is causing an error. At line 322 where it processes rings it wants to get a latlng:
latlng = latlngs[i][j];
But this is in fact an array of latlngs and not a single latlng. I have enclosed an geojson file that causes an error.
Maybe MultiPolygons are not supported?
The text was updated successfully, but these errors were encountered: