Changes between Initial Version and Version 1 of Ticket #17528, comment 11
- Timestamp:
- 2019-04-16T16:52:52+02:00 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17528, comment 11
initial v1 1 I still see some false positives and some false negatives .1 I still see some false positives and some false negatives as well. 2 2 3 3 I think I'll see about doing something similar to https://github.com/KaartGroup/highwayNameModificationJOSMPlugin/blob/master/src/com/kaart/highwaynamemodification/GeometryCustom.java in order to get the distance from the node that is almost touching the other way to the other way. … … 5 5 So, TODO list before I work on this particular patch further: 6 6 7 * Add additional functions to `Geometry.java` to find the distance between different OSM primitives (I think some addons, namely PT Assistant would also benefit) so I can get the distance between the node and the way.See #17616.8 * Add tests for the above functions9 * Refactor `GPXDistance.java` to use the new `Geometry` functions7 * ~~Add additional functions to `Geometry.java` to find the distance between different OSM primitives (I think some addons, namely PT Assistant would also benefit) so I can get the distance between the node and the way.~~ See #17616. 8 * ~~Add tests for the above functions~~ 9 * ~~Refactor `GPXDistance.java` to use the new `Geometry` functions~~ 10 10 11 11 After that is done, refactor patch to: