Skip to content

Commit 160a4b7

Browse files
committed
feat: 更新 GEOResourceManifest 类中的 HYBRID 功能
Update GEOResourceManifest.mjs
1 parent a6195cd commit 160a4b7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/class/GEOResourceManifest.mjs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -472,20 +472,20 @@ export default class GEOResourceManifest {
472472
case "VECTOR_SPR_MODELS": // 59
473473
case "VECTOR_SPR_MATERIALS": // 60
474474
case "VECTOR_SPR_METADATA": // 61
475-
case "VECTOR_SPR_ROADS": // 66 卫星图下的道路网格同时影响四处看看功能
475+
case "VECTOR_SPR_ROADS": // 66 (卫星图下的道路网格? 同时影响四处看看功能?)
476476
case "VECTOR_SPR_STANDARD": // 67
477-
case "SPR_ASSET_METADATA": // 78?
477+
case "SPR_ASSET_METADATA": // 78? (排除)
478478
case "VECTOR_SPR_POLAR": // 79
479-
case "VECTOR_SPR_MODELS_OCCLUSION": // 82?
479+
case "VECTOR_SPR_MODELS_OCCLUSION": // 82? (排除)
480480
//Console.warn(`Munin style: ${tile?.style}`);
481481
switch (settings.TileSet.Munin) {
482482
case "HYBRID":
483+
default:
483484
break;
484485
case "CN":
485486
tile = caches?.CN?.tileSet?.find(i => i.style === tile.style && i.scale === tile.scale && i.size === tile.size) || caches?.CN?.tileSet?.find(i => i.style === tile.style && i.scale === tile.scale) || caches?.CN?.tileSet?.find(i => i.style === tile.style) || tile;
486487
break;
487488
case "XX":
488-
default:
489489
switch (typeof tile.dataSet) {
490490
case "undefined":
491491
tile =

0 commit comments

Comments
 (0)