bryceco / GoMap

OpenStreetMap editor for iPhone/iPad
ISC License
324 stars 41 forks source link

Incorporate iD orthogonalization improvements #304

Open bryceco opened 4 years ago

bryceco commented 4 years ago

The orthogonalizing algorithm is based on iD's similar feature. We should ensure that changes in iD are reflected in Go Map!! https://github.com/openstreetmap/iD/pull/5999

tordans commented 4 years ago

One of the improvements in iD based on the issue that you linked is the ability to square and straighten at lot more different segments, which where improvement that I really liked. Especially

The last two would need a way in GoMap to multi select nodes. Which I find a challenging idea in a mobile UI – but at the same time might not be that complex with some multitouch gestures.

Let me know if part of this should be a separate issue (or if out of scope).