Skip to content

Commit

Permalink
2302161558
Browse files Browse the repository at this point in the history
  • Loading branch information
indiciumx committed Feb 16, 2023
1 parent 9e5ca1a commit c8e8acb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/search/metadatapage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,8 @@ const MetaDataPage = () => {
const zoom = Math.max(Math.log2(3600000/resolution), 1);
const useL = result.useLimits.match(/^(.+) [|-] (.+)\((.+)\)$/);
const showDisclaimer=Array.isArray(useL) && licenceOrgs[language].findIndex(p => p.toLowerCase() === useL[2].trim().toLowerCase())>-1;
const showWHDisclaimer = false;

// const showWHDisclaimer = result.source_system_name.includes('Canadian Geospatial Data Infrastructure Web Harvester');
// console.log(contact, options);

Expand Down

0 comments on commit c8e8acb

Please sign in to comment.