developmentseed / observe

Cross-platform, offline, field mapping tool for OpenStreetMap
ISC License
66 stars 5 forks source link

Deleting first/last node of a polygon is not correct #301

Closed geohacker closed 4 years ago

geohacker commented 4 years ago

We move the first and last node of a polygon correctly but this is not the case for deleting. We should probably also turn the feature into a LineString when this happens.

geohacker commented 4 years ago

Actually, we shouldn't convert it to a LineString. Though when we delete one node, subsequent move operations are not handled well. This is likely because the coordinate indices don't match membership index anymore.

geohacker commented 4 years ago

Fixed in #302