-
Notifications
You must be signed in to change notification settings - Fork 15
Does the feature overlap with another feature #129
Comments
Found two more cases where overlapping feature were bad edits |
Working over this issue here: #135. It's based on the workflow described by @bkowshik ^ Tracking down the issues which are coming by:
|
|
Working in this PR : #135 |
As part of the context based validation, this compare function will flag suspeciously overlapping features. A couple of examples we have seen in the recent past are:
Lake in Manhattan overlapping existing buildings.
A residential area becomes a Park for what looks like a Pokemon mapper.
In scenario's like ^, the feature that was created/modified overlapped quite a lot of existing features on OpenStreetMap, which being the context of where the feature will actually be. It is super important to detect features like these and correct them as soon as possible as they affect the very looks of the map. Ex:
Residential areas rendered as lake and park due to harmful edits.
Workflow
NOTE: Focussing on just new/updated water bodies in iteration 1 to keep our focus narrow.
Uncertainities
Lakes
andparks
features fit this use-case well. What other feature types can something like this handle?cc: @planemad @manoharuss
The text was updated successfully, but these errors were encountered: