Skip to content
This repository was archived by the owner on Oct 24, 2023. It is now read-only.

Commit 45085bd

Browse files
committed
Also read service abstract
1 parent 36f94b5 commit 45085bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

themes_config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,7 @@ def getTheme(config, permissions, configItem, result, resultItem, project_settin
435435
"Title": configItem["attribution"],
436436
"OnlineResource": configItem["attributionUrl"]
437437
}
438+
resultItem["abstract"] = getChildElementValue(capabilities, "Service/Abstract")
438439
resultItem["keywords"] = ", ".join(keywords)
439440
resultItem["wms_name"] = wmsName(configItem["url"])
440441
if "format" in configItem:

0 commit comments

Comments
 (0)