Changeset 8795 in josm for trunk/src/org/openstreetmap/josm/data/gpx
- Timestamp:
- 2015-09-24T23:56:05+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/gpx/GpxConstants.java
r8512 r8795 53 53 String PT_TIME = "time"; 54 54 55 /** Magnetic variation (in degrees) at the point. 0.0 <= value<360.0 */55 /** Magnetic variation (in degrees) at the point. 0.0 <= value < 360.0 */ 56 56 String PT_MAGVAR = "magvar"; 57 57 … … 83 83 String PT_AGEOFDGPSDATA = "ageofdgpsdata"; 84 84 85 /** Represents a differential GPS station. 0 <= value<= 1023 */85 /** Represents a differential GPS station. 0 <= value <= 1023 */ 86 86 String PT_DGPSID = "dgpsid"; 87 87
Note:
See TracChangeset
for help on using the changeset viewer.