Changeset 13267 in josm for trunk


Ignore:
Timestamp:
2018-01-01T19:06:05+01:00 (6 years ago)
Author:
Don-vip
Message:

fix #15713 - properly update imagery entries

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/imagery/ImageryInfo.java

    r12851 r13267  
    514514                Objects.equals(this.id, other.id) &&
    515515                Objects.equals(this.url, other.url) &&
     516                Objects.equals(this.dirtyMode, other.dirtyMode) &&
    516517                Objects.equals(this.bestMarked, other.bestMarked) &&
    517518                Objects.equals(this.isGeoreferenceValid, other.isGeoreferenceValid) &&
Note: See TracChangeset for help on using the changeset viewer.