Skip to content

Commit

Permalink
Use ows:Keyword for WFS 2.0.0 content metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Sherman Perry committed Mar 15, 2022
1 parent 5ab1139 commit 370f9d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion owslib/feature/wfs200.py
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,8 @@ def __init__(
else:
self.abstract = None
self.keywords = [
f.text for f in elem.findall(nspath("Keywords", ns=WFS_NAMESPACE))
f.text
for f in elem.findall(nspath("Keywords/Keyword", ns=OWS_NAMESPACE))
]

# bboxes
Expand Down

0 comments on commit 370f9d6

Please sign in to comment.