Ignore:
Timestamp:
2010-08-03T23:53:21+02:00 (14 years ago)
Author:
bastiK
Message:

fixed #3187 - Feature request: coordinates also in degrees minutes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/coor/CoordinateFormat.java

    r3083 r3412  
    1616
    1717    /**
    18      * the minutes/seconds format 99" 99'
     18     * the degrees/minutes/seconds format 9° 99" 99'
    1919     */
    20     DEGREES_MINUTES_SECONDS (tr("Degrees Minutes Seconds")),
    21 
     20    DEGREES_MINUTES_SECONDS (tr("deg\u00B0 min'' sec\"")),
     21   
     22    /**
     23     * the nautical format
     24     */
     25    NAUTICAL (tr("deg\u00B0 min'' (Nautical)")),
     26   
    2227    /**
    2328     * coordinates East/North
Note: See TracChangeset for help on using the changeset viewer.