Skip to content

Commit

Permalink
Update theme configs
Browse files Browse the repository at this point in the history
  • Loading branch information
robyngit committed Sep 10, 2024
1 parent f18ac1b commit 43d79df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/js/themes/arctic/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ MetacatUI.AppConfig = Object.assign(

// CesiumMap
enableCesium: true,
cesiumToken:
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiJiMTE3MTBiYy1iODY1LTQxNjMtODUzNS0yMzM1NGE3M2JhMWIiLCJpZCI6NjkzOTcsImlhdCI6MTY3ODkwMDg5M30.xzIlG_tPIzB9FmYPzPTzOJ49R2J4yIG2y0ittFqdbMc",
useDeprecatedDataCatalogView: false,
catalogSearchMapOptions: {
clickFeatureAction: "zoom",
Expand Down
2 changes: 1 addition & 1 deletion src/js/themes/dataone/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ MetacatUI.AppConfig = Object.assign(
title: "DataONE Data Catalog",
theme: "dataone",
baseUrl: "https://search.dataone.org",
mapKey: "AIzaSyDuQ9r_7EeSfspKYs2SET7sv4c8FysLIk4",
mapKey: "AIzaSyB61wRRIFZngUXO81ipq3ljUjsClKcT9mk",
repositoryName: "DataONE Data Catalog",
emailContact: "[email protected]",
nodeId: "urn:node:CN",
Expand Down

0 comments on commit 43d79df

Please sign in to comment.