Skip to content

Commit b2ee68a

Browse files
committed
Update GEOResourceManifest.mjs
1 parent 8a9e861 commit b2ee68a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/class/GEOResourceManifest.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export default class GEOResourceManifest {
5858
caches.XX.tileSet.forEach(tile => {
5959
if (!caches.CN.tileSet.some(i => i.style === tile.style)) {
6060
log(`⚠️ Missing style: ${tile?.style}`, "");
61-
delete tile.dataSet; // 移除数据组
61+
//delete tile.dataSet; // 移除数据组
6262
tileSet.push(tile);
6363
};
6464
});

0 commit comments

Comments
 (0)