Tagged Questions
2
votes
0answers
65 views
Geoserver CQL Cross Layer Intersection Failing
I am having trouble forming a properly formatted CQL request using geoServer cross layer filer functions and was hoping others could assist. My request is as follows:
...
0
votes
0answers
24 views
Non-native SRS in CQL query?
In my application, I'm using OpenLayers to composite a Google baselayer with an overlay of my own construction, served up with GeoServer 2.3. The layers in my thing are all in a Wisconsin-specific ...
1
vote
1answer
96 views
interiorPoint or Intersects Filter
I have a set of x-coord and y-coord coordinates in separate columns in a PostGIS table. I also have a separate geometry column, named the_geom, of type Point. I've written an Intersects filter to ...
2
votes
2answers
123 views
Any source code for converting an infix filter to a WFS filter?
A WFS GetFeature query looks something like this:
...