Skip to content

Commit

Permalink
Update GEOResourceManifest.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
VirgilClyne committed Nov 19, 2024
1 parent 94c14f0 commit 7c6f764
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/class/GEOResourceManifest.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ export default class GEOResourceManifest {
case "SPR_ASSET_METADATA": // 78?
case "VECTOR_SPR_POLAR": // 79
case "VECTOR_SPR_MODELS_OCCLUSION": // 82?
//log(`⚠️ Munin style: ${tile?.style}`, "");
log(`⚠️ Munin style: ${tile?.style}`, "");
switch (settings.TileSet.Munin) {
case "HYBRID":
default:
Expand All @@ -208,7 +208,8 @@ export default class GEOResourceManifest {
tile = caches?.XX?.tileSet?.find(i => (i.style === tile.style && i.scale === tile.scale && i.size === tile.size && i.dataSet === tile.dataSet)) || caches?.XX?.tileSet?.find(i => (i.style === tile.style && i.scale === tile.scale && i.size === tile.size && i.dataSet === tile.dataSet)) || caches?.XX?.tileSet?.find(i => (i.style === tile.style && i.scale === tile.scale && i.dataSet === tile.dataSet)) || caches?.XX?.tileSet?.find(i => (i.style === tile.style && i.dataSet === tile.dataSet)) || tile;
break;
};
//log(`⚠️ Munin baseURL: ${tile?.baseURL}`, "");
log(`⚠️ Munin baseURL: ${tile?.baseURL}`, "");
log(`⚠️ Munin dataSet: ${tile?.dataSet}`, "");
break;
case "VECTOR_REALISTIC": // 18 逼真地图?
case "VECTOR_COVERAGE": // 48 覆盖范围?
Expand Down

0 comments on commit 7c6f764

Please sign in to comment.