Howdy,

I'm a new geoserver user and have run into the following issue. I want to run a
wms request and return two layers, but filter one of them by featureid.

I can't figure out how to make this work. I have tried lots of variants such
as:

...wms?service=WMS...&layers=countries,nodes...&featurid=32407,32499
...wms?service=WMS...&layers=countries,nodes...&featurid=nodes.32407,nodes.32499
...wms?service=WMS...&layers=countries,nodes...&featurid=include;32407,32499

all give me the same error:

<ServiceExceptionReport version="1.1.1">
−
<ServiceException>

      Layers and filters are mismatched, you need to provide one filter for each
layer
</ServiceException>
</ServiceExceptionReport>

I would have thought the "include;" would have worked, like cql_filter, but
evidently it didn't. 

In any event if someone could tell me how to select by featureid against 
multiple
layers, I would appreciate it.

thanks,
Danny


------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to