Changes between Initial Version and Version 1 of Ticket #17131, comment 2


Ignore:
Timestamp:
2018-12-21T16:04:53+01:00 (7 years ago)
Author:
taylor.smock

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17131, comment 2

    initial v1  
    33As far as `org.openstreetmap.josm.tools.Geometry`, I didn't see any `distance` methods in it. I should probably look at moving many (or all) of the methods in GpxDistance to Geometry.
    44
    5 As far as `ant pmd checkstyle` goes, I can't run it. This is probably due to a hardcoded path somewhere in build.xml for ant.
     5As far as `ant pmd checkstyle` goes, I couldn't run it. This is probably due to a hardcoded path somewhere in build.xml for ant. I fixed it with `ln -s "$(which ant)" /usr/local/share/ant`.
    66{{{
    77iMacs-iMac-6:core tsmock$ ant pmd checkstyle