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 7c6f764 commit 8d9cc02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/class/GEOResourceManifest.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 8d9cc02

Please sign in to comment.