Changeset 26835 in osm for applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CadastreGrabber.java
- Timestamp:
- 2011-10-12T00:39:26+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CadastreGrabber.java
r24907 r26835 36 36 else 37 37 imageModified = new VectorImageModifier(img, false); 38 return new GeorefImage(imageModified.bufferedImage, lambertMin, lambertMax); 38 return new GeorefImage(imageModified.bufferedImage, lambertMin, lambertMax, wmsLayer); 39 39 } catch (MalformedURLException e) { 40 40 throw (IOException) new IOException(tr("CadastreGrabber: Illegal url.")).initCause(e);
Note:
See TracChangeset
for help on using the changeset viewer.