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
The startDrawing method in the DrawingManager has been updated to handle editing BoundaryLayers made of MultiPolygons in this PR #339
The current implementation only enables editing the first polygon in the list of polygons. This assumes that the other polygons are not required. This also means that the new boundary will no longer be a MultiPolygon but a Polygon. All other polygons will be discarded.
A multipolygon can contain holes or can be used to represent a feature that is made of of multiple scattered polygons.
An example being in case you want to edit the boundary of Mombasa which is part of the Kenya boundary but an island thus forms a polygon by it's own
Improvements have to be made to accommodate this
The text was updated successfully, but these errors were encountered:
Rkareko
changed the title
Improve handling of MultiPolygons when drawing bounderies
Improve handling of MultiPolygons when drawing boundaries
May 20, 2020
The startDrawing method in the DrawingManager has been updated to handle editing BoundaryLayers made of MultiPolygons in this PR #339
The current implementation only enables editing the first polygon in the list of polygons. This assumes that the other polygons are not required. This also means that the new boundary will no longer be a MultiPolygon but a Polygon. All other polygons will be discarded.
A multipolygon can contain holes or can be used to represent a feature that is made of of multiple scattered polygons.
An example being in case you want to edit the boundary of Mombasa which is part of the Kenya boundary but an island thus forms a polygon by it's own
Improvements have to be made to accommodate this
The text was updated successfully, but these errors were encountered: