Re: [Geoserver-users] creating a coverage view with the REST API

2021-03-17 Thread Rob Smallwood via Geoserver-users
Hi Julie, This kind of error occurs when one type of object is being assigned to different type of object and there’s no feasible relationship between the types. In this case one is a String and another is a CoverageView. I expect you’ve got a line of code where you assign the results of the PO

[Geoserver-users] Caching Gridsets and tilesize

2021-03-04 Thread Rob Smallwood via Geoserver-users
Hi, Given a regular getMap request http://localhost:4000/geoserver/wms?bbox=-244598.49057485908,7210763.50214684,-234814.55095186457,7220547.441769835&Format=image/png&request=GetMap&layers=&width=256&height=256&srs=EPSG:900913&transparent=true&tiled=true

[Geoserver-users] Integrated GeoWebCache in Geoserver missing due to mystery FILTER parameter

2020-12-10 Thread Rob Smallwood via Geoserver-users
Hi folks, Given… curl -v 'http://XXX//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’ *

Re: [Geoserver-users] Kubernetes & geoserver

2020-12-09 Thread Rob Smallwood via Geoserver-users
Hi Mark, I’ve already tried that and unfortunately it doesn’t work and comes up with the jasypt Exception.. If I postInstall then you’re right it’s persisted but only within an ephemeral container that cannot be connected to unless you have access via kubeproxy. You’d also have to make access

Re: [Geoserver-users] Kubernetes & geoserver

2020-12-09 Thread Rob Smallwood via Geoserver-users
Hi Mark, Mis-read - I’d copied just the workspace directory.. I’ve figured you need the contents of the security directory too.. In there is a java key store that contains the secrets but it also contains a plaintext file with details of the password for the keystore. It needs removing for wid

Re: [Geoserver-users] Geoserver integrated cache vs external web cache..

2020-12-01 Thread Rob Smallwood via Geoserver-users
Thanks Andrea for your help :-) > On 1 Dec 2020, at 07:42, Andrea Aime wrote: > > On Mon, Nov 30, 2020 at 7:40 PM Andrea Aime > wrote: > Only labels are cut if they overlap the edge, point symbolizers will not be. > > And oh, if you are treating labels as

[Geoserver-users] Geoserver integrated cache vs external web cache..

2020-11-30 Thread Rob Smallwood via Geoserver-users
Hi, Using the integrated cache doesn’t appear to be using a cache compared to GeoWebCache results.. I’ve supplied an identical GetMap request with 1 layer, tiled, no filters, srs:900913 and no filters to both the geoserver/wms endpoint and the gwc/services/wms endpoint. The layer cache confi