Changeset 35369 in osm for applications/editors/josm
- Timestamp:
- 2020-03-15T19:24:44+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/measurement/src/org/openstreetmap/josm/plugins/measurement/MeasurementLayer.java
r35221 r35369 135 135 WayPoint last = null; 136 136 137 pathLength = 0.0;138 137 for(WayPoint p : points){ 139 138 if(last != null){
Note:
See TracChangeset
for help on using the changeset viewer.