We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e5ca1a commit c8e8acbCopy full SHA for c8e8acb
1 file changed
src/components/search/metadatapage.jsx
@@ -263,6 +263,8 @@ const MetaDataPage = () => {
263
const zoom = Math.max(Math.log2(3600000/resolution), 1);
264
const useL = result.useLimits.match(/^(.+) [–|-] (.+)\((.+)\)$/);
265
const showDisclaimer=Array.isArray(useL) && licenceOrgs[language].findIndex(p => p.toLowerCase() === useL[2].trim().toLowerCase())>-1;
266
+ const showWHDisclaimer = false;
267
+
268
// const showWHDisclaimer = result.source_system_name.includes('Canadian Geospatial Data Infrastructure Web Harvester');
269
// console.log(contact, options);
270
0 commit comments