You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to issue the same CQL_FILTER parameter to more layers, it the filter has same values it will get merged by the library thus causing an error on the GetMap response.
When trying to issue the same
CQL_FILTER
parameter to morelayers
, it the filter has same values it will get merged by the library thus causing an error on theGetMap
response.Sample Requests
FAILING (Same "CQL_FILTER":"(\"CFCC\"='D31')")
GOOD (Different "CQL_FILTER":"(\"CFCC\"='D32')" and "CQL_FILTER":"(\"CFCC\"='D31')")
The text was updated successfully, but these errors were encountered: