Changeset 32382 in osm for applications/editors/josm/plugins/mapillary/src/org
- Timestamp:
- 2016-06-23T17:42:36+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mapillary/src/org/openstreetmap/josm/plugins/mapillary/MapillaryAbstractImage.java
r32341 r32382 168 168 */ 169 169 public boolean isModified() { 170 return !this.getLatLon().equals(this.latLon) || Math.abs(this.getCa() - this.ca) <EPSILON;170 return !this.getLatLon().equals(this.latLon) || Math.abs(this.getCa() - this.ca) > EPSILON; 171 171 } 172 172
Note:
See TracChangeset
for help on using the changeset viewer.