Tagged Questions
0
votes
0answers
256 views
Using CQL_FILTER BBOX on WMS layer causes ORA exception window SRID does not match layer SRID
I'm trying to limit WMS layer to a specific BBOX.
mainLayer.mergeNewParams({
'CQL_FILTER' : "BBOX(geom, 6541844, 5577147, 6584851, 5620154)"
});
Which gives following exception in geoserver's ...
