Changeset 3530 in josm for trunk/src/org/openstreetmap/josm/data/coor
- Timestamp:
- 2010-09-15T08:21:16+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/coor/CoordinateFormat.java
r3438 r3530 19 19 */ 20 20 DEGREES_MINUTES_SECONDS (tr("deg\u00B0 min'' sec\"")), 21 21 22 22 /** 23 * the nautical format 23 * the nautical format 24 24 */ 25 25 NAUTICAL (tr("deg\u00B0 min'' (Nautical)")), 26 26 27 27 /** 28 28 * coordinates East/North
Note: See TracChangeset
for help on using the changeset viewer.