mapbox / osm-compare

Functions that identify what changed during a feature edit on OpenStreetMap.
ISC License
38 stars 15 forks source link

add impossible angles comparator #194

Closed manoharuss closed 6 years ago

manoharuss commented 6 years ago

Detects impossible angles in newVersions of LineString geometry features. Uses turf and a threshold angle of 30 degrees is used.

manoharuss commented 6 years ago

@amishas157 tests are passing. can you review and merge if everything looks 👍

amishas157 commented 6 years ago

Thanks @manoharuss , this looks 👌 now