Changeset 396 in josm
- Timestamp:
- Oct 16, 2007 11:16:23 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/osm/Node.java
r343 r396 49 49 50 50 @Override public String toString() { 51 if (coor == null) return "{Node id="+id+"}"; 51 52 return "{Node id="+id+",lat="+coor.lat()+",lon="+coor.lon()+"}"; 52 53 }
Note: See TracChangeset
for help on using the changeset viewer.
