Tagged Questions
0
votes
0answers
91 views
Using an xml based filter with openlayers
I have been trying to figure out how to send a filter to geoserver using wfs.
The filter that I want to send is:
filterXML = '<Filter>'+
...
3
votes
2answers
2k views
OpenLayers: Combine multiple OGC filters
I have two OGC filters client side:
<ogc:Filter xmlns:ogc="http://www.opengis.net/ogc">
<ogc:PropertyIsEqualTo matchCase="true">
...