Changeset 32329 in osm for applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/WMSLayer.java
- Timestamp:
- 2016-06-19T16:08:56+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/WMSLayer.java
r32211 r32329 160 160 grabThread.setGrabber(grabber); 161 161 // if it is the first layer, use the communeBBox as grab bbox (and not divided) 162 if (Main. map.mapView.getAllLayers().size() == 1 ) {162 if (Main.getLayerManager().getLayers().size() == 1 ) { 163 163 final Bounds bounds = this.getCommuneBBox().toBounds(); 164 164 GuiHelper.runInEDTAndWait(new Runnable() {
Note:
See TracChangeset
for help on using the changeset viewer.
