File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ export default class GEOResourceManifest {
196196 case "SPR_ASSET_METADATA" : // 78?
197197 case "VECTOR_SPR_POLAR" : // 79
198198 case "VECTOR_SPR_MODELS_OCCLUSION" : // 82?
199- // log(`⚠️ Munin style: ${tile?.style}`, "");
199+ log ( `⚠️ Munin style: ${ tile ?. style } ` , "" ) ;
200200 switch ( settings . TileSet . Munin ) {
201201 case "HYBRID" :
202202 default :
@@ -208,7 +208,8 @@ export default class GEOResourceManifest {
208208 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 ;
209209 break ;
210210 } ;
211- //log(`⚠️ Munin baseURL: ${tile?.baseURL}`, "");
211+ log ( `⚠️ Munin baseURL: ${ tile ?. baseURL } ` , "" ) ;
212+ log ( `⚠️ Munin dataSet: ${ tile ?. dataSet } ` , "" ) ;
212213 break ;
213214 case "VECTOR_REALISTIC" : // 18 逼真地图?
214215 case "VECTOR_COVERAGE" : // 48 覆盖范围?
You can’t perform that action at this time.
0 commit comments