Skip to content

Commit 413442f

Browse files
committed
Update response.dev.js
1 parent 8aa88e3 commit 413442f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/response.dev.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,13 +191,13 @@ log(`⚠ FORMAT: ${FORMAT}`, "");
191191
body.attribution = GEOResourceManifest.attributions(body.attribution, Caches, CountryCode);
192192
body.resource = GEOResourceManifest.resources(body.resource, Caches, CountryCode);
193193
//body.dataSet = GEOResourceManifest.dataSets(body.dataSet, Caches, CountryCode);
194-
body.urlInfoSet = GEOResourceManifest.urlInfoSets(body.urlInfoSet, Caches, Settings, CountryCode);
195-
body.muninBucket = GEOResourceManifest.muninBuckets(body.muninBucket, Caches, Settings);
194+
//body.urlInfoSet = GEOResourceManifest.urlInfoSets(body.urlInfoSet, Caches, Settings, CountryCode);
195+
//body.muninBucket = GEOResourceManifest.muninBuckets(body.muninBucket, Caches, Settings);
196196
//body.displayString = GEOResourceManifest.displayStrings(body.displayString, Caches, CountryCode);
197197
// releaseInfo
198198
//body.releaseInfo = body.releaseInfo.replace(/(\d+\.\d+)/, `$1.${String(Date.now()/1000)}`);
199199
log(`🚧 releaseInfo: ${body.releaseInfo}`, "");
200-
body = GEOResourceManifest.SetTileGroups(body);
200+
//body = GEOResourceManifest.SetTileGroups(body);
201201
log("🚧 调试信息", `body after: ${JSON.stringify(body)}`, "");
202202
rawBody = GEOResourceManifestDownload.encode(body);
203203
break;

0 commit comments

Comments
 (0)