File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 =
You can’t perform that action at this time.
0 commit comments