Tagged Questions
0
votes
0answers
29 views
Geoserver Cross-layer filtering Overlap
Has anybody a WMS Example how to set a OVERLAPS Funktion with two layers? When i use the example for intersect it works great, but by OVERLAPS i get a blank respsonse.
Here is my WMS Request:
...
10
votes
1answer
377 views
Disappearing Point Features in Geoserver using WMS
I have a shapefile with roughly 6,500 points worldwide in it that I am trying to serve with Geoserver 2.2.1 using WMS. All has been apparently fine with it until I implemented a filtering feature on ...
2
votes
1answer
75 views
Determing, whether WMS service supports CQL filtering
Is it possible to query, whether WMS service supports CQL filtering (like Geoserver does) or not? I didn't find any hints from GetCapabilities query result.
5
votes
2answers
735 views
Can i do Custom Styling on Geoserver
i want to use Geoserver WMS server for custom styling. lets say i have an area as polygon in a shape file. But i dont have this area's temperature as an attribute. From a web service i gather ...
0
votes
0answers
266 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 ...
3
votes
1answer
430 views
Setting CQL_FILTER on WMS in ArcGIS?
Is it at all possible to use a CQL_FILTER on a WMS service in ArcGIS? Ideally we'd be able to programatically change the CQL_FILTER parameter in the WMS URL.
