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 ed82206 commit 8a9e861
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/class/GEOResourceManifest.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,11 @@ export default class GEOResourceManifest {
// 填补空缺图源
switch (countryCode) {
case "CN":
/*
// 填补数据组
caches.CN.tileSet = caches.CN.tileSet.map(tile => {
tile.dataSet = 0;
return tile;
});
*/
caches.XX.tileSet.forEach(tile => {
if (!caches.CN.tileSet.some(i => i.style === tile.style)) {
log(`⚠️ Missing style: ${tile?.style}`, "");
Expand Down

0 comments on commit 8a9e861

Please sign in to comment.