02-23-2019 01:19 AM
Customer is trying to do a WFS Request using Within operator. On Getcapabilities we see that this operator is supported.
The call that I have also tried is this
http://localhost/WFSCartaArq/service.svc/get?version=1.1.0&service=wfs&request=getfeature&typename=Poligons_Carta_Arq&filter=<ogc:Filter><ogcWithin><ogc
ropertyName>GEOMETRIA</ogc
ropertyName><gml
oint srsName="http://www.opengis.net/gml/srs/epsg.xml#25831"><gml:coordinates>470018 4645796</gml:coordinates></gml
oint><ogc
istance units="meter">5000</ogc
istance></ogc
Within></ogc:Filter>
The answer from WFS is this
<![CDATA[ Value provided for a parameter Filter is invalid. ]]>
The customer si ding same call to a Geoserver WFS Service and get results. What is diference when the WFS is from WebMap 2018SP2?