Skip to content

Commit 0e7c60b

Browse files
authored
Merge pull request #808 from envisionz/wfs-keywords
Use ows:Keyword for WFS 2.0.0 content metadata
2 parents a70c46c + 370f9d6 commit 0e7c60b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

owslib/feature/wfs200.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,8 @@ def __init__(
529529
else:
530530
self.abstract = None
531531
self.keywords = [
532-
f.text for f in elem.findall(nspath("Keywords", ns=WFS_NAMESPACE))
532+
f.text
533+
for f in elem.findall(nspath("Keywords/Keyword", ns=OWS_NAMESPACE))
533534
]
534535

535536
# bboxes

0 commit comments

Comments
 (0)