- Timestamp:
- 2011-04-06T14:08:03+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/imagery/GeorefImage.java
r3808 r4014 95 95 } 96 96 default: 97 this.image = layer.sharpenImage(this.image); 97 if (this.image != null) { 98 this.image = layer.sharpenImage(this.image); 99 } 98 100 break; 99 101 }
Note:
See TracChangeset
for help on using the changeset viewer.