<div dir="ltr"><div class="gmail_quote gmail_quote_container"><div dir="ltr"><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Hi Devs,</div><div dir="ltr"><div><br></div><div>What is the current status of the WFS client support in mapserver? We are trying to utilize that in a project, but I've run into quite some issues which make it pretty unusable, like:</div><div><br></div><div>1. According to the documentation only WFS 1.0.0 is supported where the SRS is not provided with the BBOX in the GetFeature queries. (So the server default SRS has to be used as the layer projection)</div><div>2. By using the GET method, WFS 1.1.0 seems to be supported and SRSNAME may also be provided if the wfs_srs metadata is set. (But this is not documented)</div><div>3. WFS 2.0.0 is not supported entirely.</div><div>4. When using EPSG:4326 with the default 1.0.0 (POST) setting, the axis order is not properly considered when drawing the layers</div><div><br></div><div>For example the following layer is rendered vertically:</div><div><br></div><div>LAYER<br> CONNECTION "<a href="https://sampleserver6.arcgisonline.com/arcgis/services/SampleWorldCities/MapServer/WFSServer" target="_blank">https://sampleserver6.arcgisonline.com/arcgis/services/SampleWorldCities/MapServer/WFSServer</a>"<br> CONNECTIONTYPE WFS<br> EXTENT -180 -89.90002441 180.00012207 83.62371826<br> METADATA<br> "wfs_geometryname" "Shape"<br> "wfs_srs" "EPSG:4326"<br> "wfs_maxfeatures" "10000"<br> "wfs_typename" "esri:Continent"<br> "wfs_version" "1.0.0"<br> END # METADATA<br> NAME "Continent"<br> PROJECTION<br> "EPSG:4326"<br> END # PROJECTION<br> STATUS ON<br> TILEITEM "location"<br> TYPE POLYGON<br> UNITS METERS<br> CLASS<br> NAME "Class (0)"<br> STYLE<br> COLOR 255 255 255<br> OUTLINECOLOR 0 0 0<br> SIZE 8<br> END # STYLE<br> TEMPLATE "query.html"<br> END # CLASS<br> END # LAYER</div><div><br></div><div>But this one seems to be ok:</div><div><br></div>LAYER<br> CONNECTION "<a href="https://sampleserver6.arcgisonline.com/arcgis/services/SampleWorldCities/MapServer/WFSServer" target="_blank">https://sampleserver6.arcgisonline.com/arcgis/services/SampleWorldCities/MapServer/WFSServer</a>"<br> CONNECTIONTYPE WFS<br> EXTENT -180 -89.90002441 180.00012207 83.62371826<br> METADATA<br> "wfs_geometryname" "Shape"<br> "wfs_srs" "EPSG:4326"<br> "wfs_request_method" "GET"<br> "wfs_maxfeatures" "10000"<br> "wfs_typename" "esri:Continent"<br> "wfs_version" "1.1.0"<br> END # METADATA<br> NAME "Continent (1)"<br> PROJECTION<br> "EPSG:4326"<br> END # PROJECTION<br> STATUS OFF<br> TILEITEM "location"<br> TYPE POLYGON<br> UNITS METERS<br> CLASS<br> NAME "Class (0)"<br> STYLE<br> COLOR 255 255 255<br> OUTLINECOLOR 0 0 0<br> SIZE 8<br> END # STYLE<br> TEMPLATE "query.html"<br> END # CLASS<br><div> END # LAYER</div><div><br></div><div>Best regards,</div><div><br></div><div>Tamas</div><div><br></div><div><br></div><div><br></div><div><br></div></div>
</div></div>
</div></div>