Changeset 29371 in osm for applications/editors/josm/plugins/imagery_offset_db/src/iodb/ImageryOffset.java
- Timestamp:
- 2013-03-18T21:58:17+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/imagery_offset_db/src/iodb/ImageryOffset.java
r28008 r29371 57 57 map.put("maxzoom", String.valueOf(maxZoom)); 58 58 } 59 60 @Override 61 public String toString() { 62 return "ImageryOffset{" + "imageryPos=" + imageryPos + ", imagery=" + imagery + "position=" + position + ", date=" + date + ", author=" + author + ", description=" + description + ", abandonDate=" + abandonDate + '}'; 63 } 59 64 }
Note:
See TracChangeset
for help on using the changeset viewer.
