Changes between Initial Version and Version 1 of Ticket #17528, comment 11


Ignore:
Timestamp:
2019-04-16T16:52:52+02:00 (6 years ago)
Author:
taylor.smock

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17528, comment 11

    initial v1  
    1 I still see some false positives and some false negatives.
     1I still see some false positives and some false negatives as well.
    22
    33I 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.
     
    55So, TODO list before I work on this particular patch further:
    66
    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 functions
    9 * Refactor `GPXDistance.java` to use the new `Geometry` functions
     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 functions~~
     9* ~~Refactor `GPXDistance.java` to use the new `Geometry` functions~~
    1010
    1111After that is done, refactor patch to: