183184185186187188189190191192193
cache = layer.cache; break; } } if (cache == null) { cache = new WmsCache(info.getUrl(), imageSize); cache.loadIndex(); } } // if automatic resolution is enabled, ensure that the first zoom level
110311041105110611071108110911101111
} @Override public void onPostLoadFromFile() { if (info.getUrl() != null) { cache = new WmsCache(info.getUrl(), imageSize); startGrabberThreads(); } }