Changeset 3253 in josm for trunk/src/org/openstreetmap/josm/data/coor
- Timestamp:
- 2010-05-15T19:59:15+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/coor/CachedLatLon.java
r3083 r3253 47 47 return "CachedLatLon[lat="+lat()+",lon="+lon()+"]"; 48 48 } 49 50 // Only for Node.get3892DebugInfo() 51 public Projection getProjection() { 52 return proj; 53 } 49 54 }
Note: See TracChangeset
for help on using the changeset viewer.