Changeset 26823 in osm for applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/DownloadWMSVectorImage.java
- Timestamp:
- 2011-10-09T23:41:21+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/DownloadWMSVectorImage.java
r26509 r26823 36 36 if (CacheControl.cacheEnabled) { 37 37 if (wmsLayer.grabThread.getCacheControl().loadCacheIfExist()) { 38 Main.map.mapView.zoomTo(wmsLayer.get CommuneBBox().toBounds());38 Main.map.mapView.zoomTo(wmsLayer.getFirstViewFromCacheBBox().toBounds()); 39 39 //Main.map.mapView.repaint(); 40 40 return;
Note:
See TracChangeset
for help on using the changeset viewer.
