-
Notifications
You must be signed in to change notification settings - Fork 37
Description
We're starting to come across an important implementation issue with OMK. If you want to use OMK to validate say water points for example, you might find that the original GPS point used to generate the OSM file can be quite in accurate. Ie) 50-100M off. Once you are in the field and you properly identify the point you have an important opportunity to correct/improve the accuracy of the point.
Currently, OMK doesn't really provide an elegant way of handling this. If you click on the point, you are validating the old inaccurate GPS. Deleting and adding a new point isn't ideal as you lose a lot of meta data.
To solve this, we could potentially add a "move feature". For nodes, it would allow you to move the marker to your current location. Ways are obviously more complicated. One option could be to have your current location become the centroid for the polygon. You would probably want to be able to rotate the shape though to ensure it's retains proper orientation. Being able to move the position of the node or way is also probably useful too.
We could potentially put some resources into helping implement this. It would be good to get some community discussion and agreement on how to tackle this. Curious to see too if anyone has any clever work arounds?