Changeset 18271 in osm for applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/DownloadWMSVectorImage.java
- Timestamp:
- 2009-10-24T20:06:29+02:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/DownloadWMSVectorImage.java
r18207 r18271 44 44 } else { 45 45 // set vectorized commune bounding box by opening the standard web window 46 wmsLayer.setCommuneBBox(grabber.getWmsInterface().retrieveCommuneBBox());46 grabber.getWmsInterface().retrieveCommuneBBox(wmsLayer); 47 47 // if it is the first layer, use the communeBBox as grab bbox 48 48 if (Main.proj instanceof LambertCC9Zones && Main.map.mapView.getAllLayers().size() == 1 ) {
Note:
See TracChangeset
for help on using the changeset viewer.
