Changeset 1724 in josm for trunk/src/org/openstreetmap/josm/data/projection/Epsg4326.java
- Timestamp:
- 2009-07-03T22:19:22+02:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/projection/Epsg4326.java
r1722 r1724 25 25 26 26 @Override public String toString() { 27 return tr(" EPSG:4326");27 return tr("WGS84 Geographisch"); 28 28 } 29 29 … … 34 34 public String getCacheDirectoryName() { 35 35 return "epsg4326"; 36 }37 38 @Override public boolean equals(Object o) {39 return o instanceof Epsg4326;40 36 } 41 37
Note:
See TracChangeset
for help on using the changeset viewer.
