From 7f334be4e6ee567f838b505c28416358dafd15f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=84=86=E8=96=AF=E9=A5=BC?= Date: Sat, 16 Nov 2024 12:01:57 +0800 Subject: [PATCH] 1 --- src/proto | 2 +- src/response.dev.js | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/src/proto b/src/proto index 0193b31..0bf0864 160000 --- a/src/proto +++ b/src/proto @@ -1 +1 @@ -Subproject commit 0193b313a25d3c866a27cfa90626eb8e5986e60c +Subproject commit 0bf0864c340b5d851958e879fff51ecb36c4b3bb diff --git a/src/response.dev.js b/src/response.dev.js index aff6dff..d9f9427 100644 --- a/src/response.dev.js +++ b/src/response.dev.js @@ -189,12 +189,8 @@ log(`⚠ FORMAT: ${FORMAT}`, ""); } }; //body.tileSet = GEOResourceManifest.tileSets(body.tileSet, Caches, Settings, CountryCode); - //log(`🚧 before attribution: ${JSON.stringify(body.attribution)}`, ""); body.attribution = GEOResourceManifest.attributions(body.attribution, Caches, CountryCode); - //log(`🚧 after attribution: ${JSON.stringify(body.attribution)}`, ""); - //log(`🚧 before resource: ${JSON.stringify(body.resource)}`, ""); body.resource = GEOResourceManifest.resources(body.resource, Caches, CountryCode); - //log(`🚧 after resource: ${JSON.stringify(body.resource)}`, ""); body.dataSet = GEOResourceManifest.dataSets(body.dataSet, Caches, CountryCode); body.urlInfoSet = GEOResourceManifest.urlInfoSets(body.urlInfoSet, Caches, Settings, CountryCode); body.muninBucket = GEOResourceManifest.muninBuckets(body.muninBucket, Caches, Settings);