We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a3d7f5 commit c875736Copy full SHA for c875736
tests/test_pygeoogc.py
@@ -261,14 +261,13 @@ def test_byfilter(self):
261
262
def test_wfs110(self):
263
"""WFS 1.1.0 by geom."""
264
- wfs = WFS(
+ resp = WFS(
265
ServiceURL().wfs.waterdata,
266
layer="wmadata:gagesii",
267
outformat="json",
268
version="1.1.0",
269
crs=ALT_CRS,
270
- )
271
- resp = wfs.getfeature_bygeom(GEO_URB, geo_crs=DEF_CRS, always_xy=False)
+ ).getfeature_bygeom(GEO_URB, geo_crs=DEF_CRS, always_xy=False)
272
assert len(resp[0]["features"]) == 7
273
274
0 commit comments