> On 10 Feb 2020, at 22:14, Jody Garnett <jody.garn...@gmail.com> wrote: > > bbox spatial filter uses the && operator (working on the index) rather > than within which uses the geometries. > > I don’t understand what you are saying here? Can you elaborate a tad > please? >
This refers to the SQL query generated on your behalf to the backend PostGIS database. a) BBOX query accesses the bounding box b) Within accesses the geometry The real point is that your table contains geometry that is not in SRID=4326 so your query is failing. Check the WMS spec for ImplementsSpatialFilter, think this is a flag > indicating spatial filters are available. > > The getcapabilities shows this set to false. How can I change this in > geoserver? > Going to have to let someone else answer here, one of the reasons we are on the user list.
_______________________________________________ Geoserver-users mailing list Please make sure you read the following two resources before posting to this list: - Earning your support instead of buying it, but Ian Turton: http://www.ianturton.com/talks/foss4g.html#/ - The GeoServer user list posting guidelines: http://geoserver.org/comm/userlist-guidelines.html If you want to request a feature or an improvement, also see this: https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer Geoserver-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geoserver-users