Changeset 29430 in osm for applications/editors/josm/plugins/imagery_offset_db/src/iodb/IODBReader.java
- Timestamp:
- 2013-03-29T20:04:22+01:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/imagery_offset_db/src/iodb/IODBReader.java
r29388 r29430 225 225 if( geometry.isEmpty() ) { 226 226 if( imagery == null || imageryPos == null ) 227 throw new IllegalArgumentException("Both imagery and imageryPos should be s epcified for the offset");227 throw new IllegalArgumentException("Both imagery and imageryPos should be specified for the offset"); 228 228 result = new ImageryOffset(imagery, imageryPos); 229 229 if( minZoom >= 0 )
Note:
See TracChangeset
for help on using the changeset viewer.