diff --git a/src/class/GEOResourceManifest.mjs b/src/class/GEOResourceManifest.mjs index e003adb..13d5e41 100644 --- a/src/class/GEOResourceManifest.mjs +++ b/src/class/GEOResourceManifest.mjs @@ -73,6 +73,8 @@ export default class GEOResourceManifest { }); break; }; + console.log(JSON.stringify(caches?.XX?.tileSet?.find(i => (i.style === "MUNIN_METADATA" && i.dataSet === 0)), null, 2)); + console.log(JSON.stringify(caches?.XX?.tileSet?.find(i => (i.style === "MUNIN_METADATA" && i.dataSet === 1)), null, 2)); // 按需更改图源 tileSet = tileSet.map((tile, index) => { switch (tile.style) {