Changeset 22286 in osm for applications/editors/josm/plugins/wmsplugin/src/wmsplugin/WMSGrabber.java
- Timestamp:
- 2010-07-12T16:53:14+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified applications/editors/josm/plugins/wmsplugin/src/wmsplugin/WMSGrabber.java ¶
r20891 r22286 155 155 156 156 @Override 157 public boolean loadFromCache(){ 157 public boolean loadFromCache(boolean real){ 158 158 URL url = null; 159 159 try{ … … 166 166 } 167 167 BufferedImage cached = cache.getImg(url.toString()); 168 if(!layer.hasAutoDownload() || cached != null){ 168 if((!real && !layer.hasAutoDownload()) || cached != null){ 169 169 image.min = b.min; 170 170 image.max = b.max;
Note:
See TracChangeset
for help on using the changeset viewer.
