Tagged Questions
3
votes
2answers
124 views
Question Regarding Interpretation of Openlayers BBOX in 4326 Projection
I have a BBOX strategy in my Vector layer, which is sending HTTP GET Requests to my server in order to get the features I wish to display. The projection of the layer is EPSG:4326, so it is my ...
1
vote
2answers
274 views
What components does OpenLayers.Strategy.BBOX require for compilation?
I recompiled OpenLayers with minimal settings, and now Vector layer, that uses BBOX strategy, stopped adding bbox parameter to the queries.
What components do I need to add?
This is the current ...
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 ...