|
Posted by tomkralidis on August 17, 2006, 2:16 pm
Please log in for more thread options
falk.strobach@gmx.de wrote:
> Hallo,
>
> it is possible in a WFS Request in the parameter TYPENAME to indicate
> several layers. How can I set a filter on several layers?
> for example:
> http://lfug-te-01/umn/mapserv.exe?map=C%3A%2FInetpub%2Fwwwroot%2Fumn%2Fmapfiles%2Fbohrungen.map&SERVICE=WFS&VERSION=1.0.0&REQUEST=getfeature&TYPENAME=bohrungen,tk25&maxFeatures=100&FILTER=...
> <ogc:Filter>
> <or><ogc:PropertyIsEqualTo>
> <ogc:PropertyName>tk25/TKNR</ogc:PropertyName>
> <ogc:Literal>4848</ogc:Literal>
> </ogc:PropertyIsEqualTo>
> <ogc:PropertyIsEqualTo>
> <ogc:PropertyName>bohrungen/ENDTEUFE</ogc:PropertyName>
> <ogc:Literal>10</ogc:Literal>
> </ogc:PropertyIsEqualTo>
> </or></ogc:Filter>
> The filter does not works. How can I select those the
> FILTER-instruction a layer?
> Yours sincerely
> Falk
I'm not sure whether MapServer supports this (i.e. "namespaced"
PropertyName's, so you'll want to check with the mapserver-users
mailing list.
|