Hi folks,

Given…

curl -v 
'http://XXXXXXX//geoserver/wms?bbox=-251936.445292104,7000408.800252462,-249490.4603863545,7002854.78515821&Format=image/png&request=GetMap&layers=defra:ofsted_layer_group&width=256&height=256&srs=EPSG:900913&transparent=true&tiled=true&env=lo:0&CQL_FILTER=INCLUDE’

*   Trying 159.65.208.21...
* TCP_NODELAY set
* Connected to amr-01.uk (159.65.208.21) port 80 (#0)
> GET 
> //geoserver/wms?bbox=-251936.445292104,7000408.800252462,-249490.4603863545,7002854.78515821&Format=image/png&request=GetMap&layers=defra:ofsted_layer_group&width=256&height=256&srs=EPSG:900913&transparent=true&tiled=true&env=lo:0&CQL_FILTER=INCLUDE
>  HTTP/1.1
> Host: amr-01.uk
> User-Agent: curl/7.64.1
> Accept: */*
>
< HTTP/1.1 200
< Date: Thu, 10 Dec 2020 21:59:01 GMT
< Content-Type: image/png
< Transfer-Encoding: chunked
< Connection: keep-alive
< X-Frame-Options: SAMEORIGIN
< Access-Control-Allow-Origin: *
< Set-Cookie: GS_FLOW_CONTROL=GS_CFLOW_-6a329444:1764e89be74:-66a3
< X-Control-flow-delay-ms: 1
< geowebcache-cache-result: MISS
< geowebcache-miss-reason: no parameter filter exists for FILTER
< Content-Disposition: inline; filename=defra-ofsted_layer_group.png

Why is geoserver/webcache asking for a definition for the parameter FILTER when 
one hasn’t been supplied and it’s not configured in the layer group? If I make 
a similar request to a layer (not layer group) it works..

CQL_FILTER & ENV is defined in the tile cache for the group and the layers 
belonging to the group..

Anyone got some good ideas for this?

Cheers

Rob


_______________________________________________
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

Reply via email to