> I'm trying to send a WFS GetFeature request to the Mapserver, > applying a ogc-filter on the features to be included in the > response. Though, I get an error message in the response > stating "msWFSGetFeature(): WFS server error. > Invalid or Unsupported FILTER in GetFeature". > > My request is: > http://localhost:8080/cgi-bin/mapserv.exe?map=/ms4w/apps/Aveni da/htdocs/Avenida.map&layers=Achse&REQUEST=GetFeature&SERVICE=WFS&VERSIO N=1.0.0&BBOX=2574985.815002%2C5643233.501443%> 2C2587295.900005%2C5658111.118461&TYPENAME=ms:Achse&MAXFEATURE > S=10&FILTER=<ogc:Filter%20xmlns:ms="http://mapserver.gis.u > mn.edu/mapserver"%20xmlns:wfs="http://www.opengis.net/wfs"%20x > mlns:gml="http://www.opengis.net/gml"%20xmlns:ogc="http://www. > opengis.net/ogc"%20xmlns:xsi="http://www.w3.org/2001/XMLSchema > -instance"%20xsi:schemaLocation="http://www.opengis.net/wfs%20 > http://schemas.opengis.net/wfs/1.0.0/WFS-basic.xsd%20http://ma > pserver.gis.umn.edu/mapserver"><ogc:FeatureId%20fid="Achse.180 > "/></ogc:Filter> >
This is currently not implemented. There is a ticket to support this at: http://trac.osgeo.org/mapserver/ticket/2102 ..Tom
