Ignore:
Timestamp:
2010-03-02T00:12:01+01:00 (14 years ago)
Author:
bastiK
Message:

applied #4645 - option to show projected coordinates instead of lat/lon (patch by tibob)

File:
1 edited

Legend:

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

    r2512 r3067  
    1818     * the minutes/seconds format 99" 99'
    1919     */
    20     DEGREES_MINUTES_SECONDS (tr("Degrees Minutes Seconds"));
     20    DEGREES_MINUTES_SECONDS (tr("Degrees Minutes Seconds")),
     21
     22    /**
     23     * coordinates East/North
     24     */
     25    EAST_NORTH (tr("Projected Coordinates"));
    2126
    2227    private String displayName;
Note: See TracChangeset for help on using the changeset viewer.