Skip to content

Commit

Permalink
Add DE Africa Waterbodies Historical Extent as a member of broader DE…
Browse files Browse the repository at this point in the history
… Africa Waterbodies folder
  • Loading branch information
caitlinadams committed Nov 3, 2023
1 parent c0b2a19 commit 7097f32
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions terria/africa-prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,17 +61,23 @@
"name": "Surface water",
"members": [
{
"type": "wms",
"type": "group",
"name": "DE Africa Waterbodies",
"id": "deafrica_waterbodies",
"url": "https://geoserver.dev.digitalearth.africa/geoserver/wms",
"layers": "waterbodies:waterbodies_v0_0_1",
"featureInfoTemplate": {
"template": "<div style='width:600px'> <h3>Waterbody Identifier: {{UID}}<br /> Percentage of surface area (not volume) observed as wet</h3><br /> <chart id='{{UID}}' title='Waterbody {{UID}}' chart-type='lineAndPoint' preview-x-label='Date' sources='{{#terria.urlEncode}}{{timeseries}}{{/terria.urlEncode}}' column-units='Date of satellite observation,%,#'> </chart>{{>disclaimer}}</div>",
"partials": {
"disclaimer": "This is a beta product, released for evaluation by all users. The DE Africa team is working actively to validate and improve this product. This graph shows the wet surface area of waterbodies as estimated from satellites. It does not show depth, volume, purpose of the waterbody, nor the source of the water."
"members": [
{
"type": "wms",
"name": "Waterbodies Historical Extent",
"id": "deafrica_waterbodies",
"url": "https://geoserver.digitalearth.africa/geoserver/wms",
"layers": "waterbodies:DEAfrica_Waterbodies",
"featureInfoTemplate": {
"template": "<div style='width:600px'> <h3>Waterbody Identifier: {{UID}}<br /> Percentage of surface area (not volume) observed as wet</h3><br /> <chart id='{{UID}}' title='Waterbody {{UID}}' chart-type='lineAndPoint' preview-x-label='Date' sources='{{#terria.urlEncode}}{{timeseries}}{{/terria.urlEncode}}' column-units='Date of satellite observation,%,#'> </chart>{{>disclaimer}}</div>",
"partials": {
"disclaimer": "This is a beta product, released for evaluation by all users. The DE Africa team is working actively to validate and improve this product. This graph shows the wet surface area of waterbodies as estimated from satellites. It does not show depth, volume, purpose of the waterbody, nor the source of the water."
}
}
}
}
]
}
]
}
Expand Down

0 comments on commit 7097f32

Please sign in to comment.