- Timestamp:
- 2010-05-31T20:46:41+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/layer/geoimage/CorrelateGpxWithImages.java
r3052 r3288 1181 1181 // This is in km/h, 3.6 * m/s 1182 1182 if (curWpTime > prevWpTime) { 1183 speed = 3 .6* distance / (curWpTime - prevWpTime);1183 speed = 3600 * distance / (curWpTime - prevWpTime); 1184 1184 } 1185 1185 try {
Note:
See TracChangeset
for help on using the changeset viewer.