Changeset 15398 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2019-10-01T00:38:23+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/gpx/GpxData.java
r15397 r15398 710 710 * Returns minimum and maximum timestamps for all tracks 711 711 * Warning: there are lot of track with broken timestamps, 712 * so we just ingore points from future and from year before 1970 in this method 713 * works correctly @since 5815 712 * so we just ignore points from future and from year before 1970 in this method 714 713 * @return minimum and maximum dates in array of 2 elements 714 * @since 7319 715 715 */ 716 716 public synchronized Date[] getMinMaxTimeForAllTracks() {
Note:
See TracChangeset
for help on using the changeset viewer.