Changeset 9419 in josm for trunk/src/org/openstreetmap/josm/data/coor
- Timestamp:
- 2016-01-12T17:39:45+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/coor/LatLon.java
r9384 r9419 56 56 public static final LatLon ZERO = new LatLon(0, 0); 57 57 58 /** 59 * North and south pole. 60 */ 61 public static final LatLon NORTH_POLE = new LatLon(90, 0); 62 public static final LatLon SOUTH_POLE = new LatLon(-90, 0); 63 58 64 private static DecimalFormat cDmsMinuteFormatter = new DecimalFormat("00"); 59 65 private static DecimalFormat cDmsSecondFormatter = new DecimalFormat("00.0");
Note:
See TracChangeset
for help on using the changeset viewer.