Changeset 35978 in osm for applications/editors/josm/plugins/tracer/src
- Timestamp:
- 2022-06-15T20:10:48+02:00 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/tracer/src/org/openstreetmap/josm/plugins/tracer/ConnectWays.java
r35976 r35978 150 150 151 151 for (Pair<Node, Node> np : ww.getNodePairs(false)) { 152 double dist = TracerGeometry.distanceFromSegment(ll, np.a .getCoor(), np.b.getCoor());152 double dist = TracerGeometry.distanceFromSegment(ll, np.a, np.b); 153 153 if (dist < minDist) { 154 154 minDist = dist;
Note:
See TracChangeset
for help on using the changeset viewer.