osmcha-frontend
osmcha-frontend copied to clipboard
Check for non-square buildings
I'm submitting a feature request
Brief Description
A flag for buildings that have corners that aren’t 90 degrees
We are using the relying on the iD validation.
These changesets are containing a lot of unsquared buildings. It will be great if OSMCha has ways to detect this sort of behaviour.

In addition to the previous: maybe an OSMCha flag that would detect when square buildings are edited in such a way that their squareness would be lost.
This would need to be added as a Compare function in the osm-compare repository: https://github.com/mapbox/osm-compare
One can look at the comparators in https://github.com/mapbox/osm-compare/tree/master/comparators and make a new one to detect this kind of geometry change.
I made an issue on the osm-compare repository referencing this issue: https://github.com/mapbox/osm-compare/issues/230
We should close this issue and follow up in the osm-compare repository / it would be great if someone is able to take a first stab at this.