Ticket #4190: followline.diff

File followline.diff, 523 bytes (added by Manchito, 15 years ago)

Required for the followline plugin to work

  • src/org/openstreetmap/josm/actions/mapmode/DrawAction.java

     
    751751        return way;
    752752    }
    753753
     754    public Node getCurrentBaseNode() {
     755        return currentBaseNode;
     756    }
     757
    754758    private static void pruneSuccsAndReverse(List<Integer> is) {
    755759        //if (is.size() < 2) return;
    756760