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 8a9e861 commit b2ee68a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/class/GEOResourceManifest.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default class GEOResourceManifest {
caches.XX.tileSet.forEach(tile => {
if (!caches.CN.tileSet.some(i => i.style === tile.style)) {
log(`⚠️ Missing style: ${tile?.style}`, "");
delete tile.dataSet; // 移除数据组
//delete tile.dataSet; // 移除数据组
tileSet.push(tile);
};
});
Expand Down

0 comments on commit b2ee68a

Please sign in to comment.