Changeset 35465 in osm for applications/editors/josm/plugins/ElevationProfile/src
- Timestamp:
- 2020-05-21T06:56:55+02:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/gpx/ElevationProfile.java
r35444 r35465 197 197 importantWayPoints[WAYPOINT_START] = wp; 198 198 if(wp.getDate() != null) 199 199 this.start = wp.getDate(); 200 200 } 201 201 … … 206 206 importantWayPoints[WAYPOINT_END] = wp; 207 207 if(wp.getDate() != null) 208 208 this.end = wp.getDate(); 209 209 } 210 210
Note:
See TracChangeset
for help on using the changeset viewer.