From 306c3482e0de5dd5f80374af4fe1632c1ab8cd05 Mon Sep 17 00:00:00 2001 From: Tom Kralidis Date: Sun, 29 Sep 2024 09:52:53 -0400 Subject: [PATCH] fix WFS 1.1.0 logging --- owslib/feature/wfs110.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/owslib/feature/wfs110.py b/owslib/feature/wfs110.py index 92066e20..882ceaab 100644 --- a/owslib/feature/wfs110.py +++ b/owslib/feature/wfs110.py @@ -48,6 +48,8 @@ def get_namespaces(): namespaces = get_namespaces() +LOGGER = logging.getLogger(__name__) + class WebFeatureService_1_1_0(WebFeatureService_): """Abstraction for OGC Web Feature Service (WFS).