Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
VirgilClyne committed Nov 16, 2024
1 parent dd24168 commit 7f334be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion src/proto
Submodule proto updated from 0193b3 to 0bf086
4 changes: 0 additions & 4 deletions src/response.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 7f334be

Please sign in to comment.