Skip to content

Commit c8e8acb

Browse files
committed
2302161558
1 parent 9e5ca1a commit c8e8acb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/components/search/metadatapage.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,8 @@ const MetaDataPage = () => {
263263
const zoom = Math.max(Math.log2(3600000/resolution), 1);
264264
const useL = result.useLimits.match(/^(.+) [|-] (.+)\((.+)\)$/);
265265
const showDisclaimer=Array.isArray(useL) && licenceOrgs[language].findIndex(p => p.toLowerCase() === useL[2].trim().toLowerCase())>-1;
266+
const showWHDisclaimer = false;
267+
266268
// const showWHDisclaimer = result.source_system_name.includes('Canadian Geospatial Data Infrastructure Web Harvester');
267269
// console.log(contact, options);
268270

0 commit comments

Comments
 (0)