Ignore:
Timestamp:
2015-04-10T14:06:46+02:00 (10 years ago)
Author:
bastiK
Message:

see #11312 - imagerycache Plugin broken by recent changes in JOSM (patch by wiktorn)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/layer/TMSLayer.java

    r8168 r8186  
    194194        tileCache.clear();
    195195        if (tileLoader instanceof CachedTileLoader) {
    196             ((CachedTileLoader)tileLoader).clearCache();
     196            ((CachedTileLoader)tileLoader).clearCache(tileSource);
    197197        }
    198198    }
Note: See TracChangeset for help on using the changeset viewer.