Ignore:
Timestamp:
2009-07-03T22:19:22+02:00 (15 years ago)
Author:
stoecker
Message:

some more changes and bug fixes related to new projection stuff - GPX should now work also

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/projection/Epsg4326.java

    r1722 r1724  
    2525
    2626    @Override public String toString() {
    27         return tr("EPSG:4326");
     27        return tr("WGS84 Geographisch");
    2828    }
    2929
     
    3434    public String getCacheDirectoryName() {
    3535        return "epsg4326";
    36     }
    37 
    38     @Override public boolean equals(Object o) {
    39         return o instanceof Epsg4326;
    4036    }
    4137
Note: See TracChangeset for help on using the changeset viewer.