Skip to content

Commit

Permalink
missed updating typeName with real data in create wfs item
Browse files Browse the repository at this point in the history
  • Loading branch information
lstillwe committed Jul 2, 2024
1 parent be884eb commit 748255c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terria_catalogV8DB.py
Original file line number Diff line number Diff line change
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["layers"] = type_names
wfs_item["typeNames"] = type_names
wfs_item["url"] = url
wfs_item["legends"][0]["url"] = legend_url

Expand Down

0 comments on commit 748255c

Please sign in to comment.