Changeset 3656 in josm for trunk/src/org/openstreetmap/josm/data/coor
- Timestamp:
- 2010-11-15T00:02:20+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/coor/LatLon.java
r3438 r3656 99 99 } 100 100 101 p rivatefinal static String SOUTH = trc("compass", "S");102 p rivatefinal static String NORTH = trc("compass", "N");101 public final static String SOUTH = trc("compass", "S"); 102 public final static String NORTH = trc("compass", "N"); 103 103 public String latToString(CoordinateFormat d) { 104 104 switch(d) { … … 115 115 } 116 116 117 p rivatefinal static String WEST = trc("compass", "W");118 p rivatefinal static String EAST = trc("compass", "E");117 public final static String WEST = trc("compass", "W"); 118 public final static String EAST = trc("compass", "E"); 119 119 public String lonToString(CoordinateFormat d) { 120 120 switch(d) {
Note: See TracChangeset
for help on using the changeset viewer.