Skip to content

Commit

Permalink
Merge pull request #782 from GeoscienceAustralia/terria-catalog-update
Browse files Browse the repository at this point in the history
add landcover to terria catalog
  • Loading branch information
pindge authored Jun 28, 2021
2 parents 036ae2a + 51633da commit 60b124f
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions dev/terria/dea.json
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,45 @@
}
]
},
{
"name": "DEA Land Cover (Landsat)",
"type": "group",
"preserveOrder": true,
"items": [
{
"name": "DEA Land Cover (Landsat)",
"type": "wms",
"layers": "ga_ls_landcover",
"url": "https://ows.dev.dea.ga.gov.au/",
"linkedWcsUrl": "https://ows.dev.dea.ga.gov.au/",
"linkedWcsCoverage": "ga_ls_landcover",
"ignoreUnknownTileErrors": true,
"chartType": "momentPoints",
"chartColor": "white",
"opacity": 1,
"dateFormat": {
"currentTime": "'Year: 'yyyy",
"timelineTic": "yyyy"
}
},
{
"name": "DEA Land Cover Environmental Descriptors",
"type": "wms",
"layers": "ga_ls_landcover_descriptors",
"url": "https://ows.dev.dea.ga.gov.au/",
"linkedWcsUrl": "https://ows.dev.dea.ga.gov.au/",
"linkedWcsCoverage": "ga_ls_landcover_descriptors",
"ignoreUnknownTileErrors": true,
"chartType": "momentPoints",
"chartColor": "white",
"opacity": 1,
"dateFormat": {
"currentTime": "'Year: 'yyyy",
"timelineTic": "yyyy"
}
}
]
},
{
"name": "Water Observations from Space",
"type": "group",
Expand Down

0 comments on commit 60b124f

Please sign in to comment.