Skip to content

Commit

Permalink
Add the other two DEMs to Terria
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgleith committed Oct 28, 2021
1 parent 35c8831 commit a5930f3
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions terria/africa-prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -703,6 +703,40 @@
"shareKeys": [
"Root Group/Elevation/Shuttle Radar Topography Mission"
]
},
{
"type": "wms",
"name": "Copernicus 30 m",
"url": "https://ows.digitalearth.africa/",
"opacity": 1,
"layers": "dem_cop_30",
"linkedWcsUrl": "https://ows.digitalearth.africa/",
"linkedWcsCoverage": "dem_cop_30",
"tileErrorHandlingOptions": {
"ignoreUnknownTileErrors": true,
"thresholdBeforeDisablingItem": 100000
},
"id": "elevation_cop_30",
"shareKeys": [
"Root Group/Elevation/Copernicus DEM 30"
]
},
{
"type": "wms",
"name": "NASADEM",
"url": "https://ows.digitalearth.africa/",
"opacity": 1,
"layers": "nasadem",
"linkedWcsUrl": "https://ows.digitalearth.africa/",
"linkedWcsCoverage": "nasadem",
"tileErrorHandlingOptions": {
"ignoreUnknownTileErrors": true,
"thresholdBeforeDisablingItem": 100000
},
"id": "nasadem",
"shareKeys": [
"Root Group/Elevation/NASADEM"
]
}
],
"shareKeys": [
Expand Down

0 comments on commit a5930f3

Please sign in to comment.