// compact
// TODO: use tileCachePath when set
storageFormat = cacheInfo.getCacheStorageInfo().getStorageFormat();
if (storageFormat.equals(CacheStorageInfo.COMPACT_FORMAT_CODE)) {
log.info(getName() + " uses compact format");
compactCache = new ArcGISCompactCache(tilingScheme.getParent() + "/_alllayers");
}
// comcapt
} catch (FileNotFoundException e) {
throw new IllegalStateException("Tiling scheme file not found: "
+ tilingScheme.getAbsolutePath());