Skip to content

Commit bfc8e1c

Browse files
committed
apex: added new data catalogue
1 parent dd30e83 commit bfc8e1c

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

themes/apex/config.js

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ module.exports = {
2525
"url": "https://cds.climate.copernicus.eu/api/catalogue/v1/",
2626
"title": "Climate Data Store",
2727
"summary": "The CADS catalogue API is a STAC compliant API to access the CADS catalogues.The implementation is based on [Standalone Collections](https://github.com/radiantearth/stac-spec/blob/master/collection-spec/collection-spec.md#standalone-collections) while a custom extension is present to provide datasets search capabilities.",
28+
},
29+
{
30+
"id": 5,
31+
"url": "https://app-reverse-proxy.osc.earthcode.eox.at/open-science-catalog-metadata/catalog.json",
32+
"title": "ESA Open Science Catalog",
33+
"summary": "A catalog of publicly available geoscience products, datasets and resources developed in the frame of scientific research Projects funded by ESA EO (Earth Observation)"
2834
}
2935
],
3036
allowExternalAccess: true, // Must be true if catalogUrl is not given
@@ -53,10 +59,7 @@ module.exports = {
5359
apiCatalogPriority: null,
5460
useTileLayerAsFallback: true,
5561
displayGeoTiffByDefault: false,
56-
buildTileUrlTemplate: ({
57-
href,
58-
asset
59-
}) => "https://tiles.rdnt.io/tiles/{z}/{x}/{y}@2x?url=" + encodeURIComponent(asset.href.startsWith("/vsi") ? asset.href : href),
62+
buildTileUrlTemplate: ({href, asset}) => "https://tiles.rdnt.io/tiles/{z}/{x}/{y}@2x?url=" + encodeURIComponent(asset.href.startsWith("/vsi") ? asset.href : href),
6063
stacProxyUrl: null,
6164
pathPrefix: "/",
6265
historyMode: "history",
@@ -73,6 +76,7 @@ module.exports = {
7376
crossOriginMedia: null,
7477
requestHeaders: {},
7578
requestQueryParameters: {},
79+
socialSharing: ['email', 'bsky', 'mastodon', 'x'],
7680
preprocessSTAC: null,
7781
authConfig: {
7882
type: 'openIdConnect',

themes/apex/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.0
1+
2.2.1

0 commit comments

Comments
 (0)