File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
GeoHealthCheck/plugins/probe Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,12 @@ class WfsGetFeatureBbox(Probe):
2323xmlns:wfs="http://www.opengis.net/wfs"
2424service="WFS"
2525version="1.1.0"
26+ maxFeatures="{max_count}"
2627outputFormat="text/xml; subtype=gml/3.1.1"
2728xsi:schemaLocation="http://www.opengis.net/wfs
2829http://schemas.opengis.net/wfs/1.1.0/wfs.xsd"
2930xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
30- <wfs:Query typeName="{type_name}" srsName="{srs}" maxFeatures="{max_count}"
31+ <wfs:Query typeName="{type_name}" srsName="{srs}"
3132 xmlns:{type_ns_prefix}="{type_ns_uri}">
3233 <ogc:Filter xmlns:ogc="http://www.opengis.net/ogc">
3334 <ogc:BBOX>
@@ -81,7 +82,6 @@ class WfsGetFeatureBbox(Probe):
8182 'type' : 'string' ,
8283 'description' : 'Maximum amount of features to select' ,
8384 'default' : '5' ,
84- 'value' : '5' ,
8585 'required' : True ,
8686 'range' : None
8787 },
You can’t perform that action at this time.
0 commit comments