Ticket #1113 (closed feature: duplicate)
wfs filter: generated URL should not have a bbox if a filter is enabled
| Reported by: | ominiverdi | Owned by: | tschaub |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.7 Release |
| Component: | Layer.WFS | Version: | 2.5 |
| Keywords: | Cc: | ominiverdi | |
| State: |
Description (last modified by euzuro) (diff)
from the example a simple filter is added:
<ogc:Filter xmlns:gml="http://www.opengis.net/gml" xmlns:ogc="http://www.opengis.net/ogc">
<ogc:PropertyIsEqualTo>
<ogc:PropertyName>SALB0</ogc:PropertyName>
<ogc:Literal>FRA</ogc:Literal>
</ogc:PropertyIsEqualTo>
</ogc:Filter>
the error shown is:
"filter and bbox both specified but are mutually exclusive"
wrong call and good call
patch posted by Lourens Veen
test soon
ciao Lorenzo
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

