Changeset 26418 in osm for applications/editors/josm/plugins/ElevationProfile
- Timestamp:
- 2011-07-29T12:36:51+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/ElevationProfileBase.java
r24033 r26418 146 146 } 147 147 148 if (start.after(end) || start.equals(end)) {148 //if (start.after(end) || start.equals(end)) { 149 149 // GPX does not contain time stamps -> use sequential order 150 150 setStart(wayPoints.get(0)); 151 151 setEnd(wayPoints.get(n-1)); 152 }152 //} 153 153 154 154 avrgHeight = sumEle / n;
Note:
See TracChangeset
for help on using the changeset viewer.