Skip to content

Commit

Permalink
Merge pull request #808 from envisionz/wfs-keywords
Browse files Browse the repository at this point in the history
Use ows:Keyword for WFS 2.0.0 content metadata
  • Loading branch information
huard committed Jan 12, 2023
2 parents a70c46c + 370f9d6 commit 0e7c60b
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 0e7c60b

Please sign in to comment.