Skip to content

Commit

Permalink
Remove DEA Waterbodies (#499)
Browse files Browse the repository at this point in the history
  • Loading branch information
vnewey authored and tom-butler committed Jan 21, 2020
1 parent eb57543 commit 2ebd771
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions dev/terria/dea.json
Original file line number Diff line number Diff line change
Expand Up @@ -1112,26 +1112,7 @@
"opacity": 1
}
]
},
{
"name": "Digital Earth Australia Waterbodies",
"type": "group",
"preserveOrder": true,
"items": [
{
"name": "Digital Earth Australia Waterbodies",
"type": "wms",
"url": "https://hotspots.dea.ga.gov.au/geoserver/public/wms",
"layers": "Digital Earth Australia Waterbodies",
"featureInfoTemplate": {
"template": "<div style='width:600px'><h3>Waterbody Identifier: {{uid}}<br /> Percentage of total surface area observed as wet</h3><br/><chart id='{{uid}}' title='Waterbody {{uid}}' preview-x-label='Date' sources='{{#terria.urlEncode}}{{timeseries}}{{/terria.urlEncode}}' column-names='Time,Percentage of total surface area observed as wet,Wet Pixel Count' column-units='Date of satellite observation,%,#'></chart>{{>disclaimer}}</div>",
"partials": {
"disclaimer": "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. For more detailed information see https://www.ga.gov.au/dea/products."
}
}
}
]
}
}
]
},
{
Expand Down

0 comments on commit 2ebd771

Please sign in to comment.