Skip to content

Commit

Permalink
changed data catalog entry for observations back to wms
Browse files Browse the repository at this point in the history
  • Loading branch information
lstillwe committed Jul 12, 2024
1 parent 748255c commit 5d5bd58
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions terria_catalogV8DB.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,8 @@ class TerriaCatalogDB:
'"name": "Name",' \
'"description": "This data is produced by the ADCIRC model and presented through the ADCIRC Prediction System Visualizer",' \
'"dataCustodian": "RENCI",' \
'"type": "wfs",' \
'"typeNames": "layers",' \
'"type": "wms",' \
'"layers": "layers",' \
'"legends": [' \
'{' \
'"url": "url",' \
Expand Down Expand Up @@ -623,7 +623,7 @@ def create_wfs_data_item(self,
wfs_item["id"] = item_id
wfs_item["show"] = show
wfs_item["name"] = name
wfs_item["typeNames"] = type_names
wfs_item["layers"] = type_names
wfs_item["url"] = url
wfs_item["legends"][0]["url"] = legend_url

Expand Down

0 comments on commit 5d5bd58

Please sign in to comment.