Changeset 42 in josm for src/org/openstreetmap/josm/data/projection
- Timestamp:
- 2006-01-21T19:02:06+01:00 (19 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
src/org/openstreetmap/josm/data/projection/Epsg4263.java
r41 r42 10 10 * @author imi 11 11 */ 12 public class LatitudeLongitudeextends Projection {12 public class Epsg4263 extends Projection { 13 13 14 14 @Override … … 26 26 @Override 27 27 public String toString() { 28 return " Latitude/Longitude";28 return "EPSG:4263"; 29 29 } 30 30
Note:
See TracChangeset
for help on using the changeset viewer.