diff --git a/src/routes/webClientConfigurationData/configuration.json b/src/routes/webClientConfigurationData/configuration.json index 053a2c4..2809754 100644 --- a/src/routes/webClientConfigurationData/configuration.json +++ b/src/routes/webClientConfigurationData/configuration.json @@ -349,6 +349,19 @@ }, "projection": "EPSG:4326" }, + { + "id": "eox_sentinel2", + "name": "Sentinel-2 Cloudless", + "type": "WMTS", + //"crossOrigin": "use-credentials", + "baseUrl": "https://tiles.maps.eox.at/wmts/", + "attribution": "Sentinel-2 Cloudless { Data © Copernicus, Rendering © EOX }", + "params": { + "layer": "s2cloudless", + "matrixSet": "WGS84" + }, + "projection": "EPSG:4326" + }, { "id": "OSM_Official", "name": "Open Street Map (Official)", @@ -435,7 +448,7 @@ }, "layers": [ { - "name": "Overlay", + "name": "Overlay (names/roads/water bodies)", "type": "WMTS", //"crossOrigin": "use-credentials", "baseUrl": "https://tiles.esa.maps.eox.at/wmts/", @@ -448,7 +461,7 @@ "projection": "EPSG:4326" }, { - "name": "Overlay Bright", + "name": "Overlay Bright (names/roads/water bodies)", "type": "WMTS", //"crossOrigin": "use-credentials", "baseUrl": "https://tiles.esa.maps.eox.at/wmts/", @@ -459,6 +472,19 @@ }, "visible": false, "projection": "EPSG:4326" + }, + { + "name": "Overlay Bright (names/political boundaries)", + "type": "WMTS", + //"crossOrigin": "use-credentials", + "baseUrl": "https://tiles.maps.eox.at/wmts/", + "attribution": "Terrain { Data © OpenStreetMap contributors and others, Rendering © EOX }", + "params": { + "layer": "overlay_base_bright", + "matrixSet": "WGS84" + }, + "visible": false, + "projection": "EPSG:4326" } ], "browseDisplay": { @@ -466,4 +492,4 @@ "crossOrigin": "use-credentials" } } -} \ No newline at end of file +}