Tagged Questions
1
vote
0answers
41 views
CQL Filter on WMS [duplicate]
I have CQL_Filter which filters WMS layer and displays only the points I asked for,
The problem is that all features even the hidden, keep showing its popup when I click on their spot.
So, as I ...
3
votes
2answers
900 views
Zoom after apply CQL_FILTER in OpenLayers
I apply a filter to one layer and works nice. I want to maximize the bounds where I applied the filter, like this:
// mapbounds = array(minx,miny,maxx,maxy)
activeLayer = new OpenLayers.Layer.WMS(
...