Bookmark this page: Add UMN MapServer WFS Layer Filter to Yahoo MyWeb Add UMN MapServer WFS Layer Filter to Google Bookmarks Add UMN MapServer WFS Layer Filter to Windows Live Add UMN MapServer WFS Layer Filter to Del.icio.us Digg UMN MapServer WFS Layer Filter! Add UMN MapServer WFS Layer Filter to Netscape
  •  
  • Subject
  • Author
  • Date
If you were  Registered and logged in, you could reply and use other advanced thread options
Posted by falk.strobach on August 17, 2006, 9:40 am
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


Posted by tomkralidis on August 17, 2006, 2:16 pm
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=...
> 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.