Ignore:
Timestamp:
2013-03-18T21:58:17+01:00 (13 years ago)
Author:
zverik
Message:

some updates to iodb plugin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/imagery_offset_db/src/iodb/ImageryOffset.java

    r28008 r29371  
    5757            map.put("maxzoom", String.valueOf(maxZoom));
    5858    }
     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    }
    5964}
Note: See TracChangeset for help on using the changeset viewer.