Re: [Geoserver-users] Create a custom async WPS process

2018-12-01 Thread Spirifer
Hi, To have a progress for your process, you need to add a ProgressListener parameter in the execute method. An example: @DescribeResult(name = "result", description = "output result") public String execute(@DescribeParameter(name = "name", description = "name to return") String

Re: [Geoserver-users] Geoserver Mapfish print 3

2018-12-01 Thread Andrea Aime
In addition to what Brad said, I'd suggest reading the user list posting guidelines before posting any further message here :-) http://geoserver.org/comm/userlist-guidelines.html But yes, Brad is right, this is not the right list to ask about mapfish-print, best to ask here instead:

Re: [Geoserver-users] Geoserver Mapfish print 3

2018-12-01 Thread bradh
This needed to go to the list. I still don’t think this is a geoserver problem – its mapfish print behaviour. Also we don’t use mapfish print 3 in geoserver. From: hosain mohammadi Sent: Saturday, 1 December 2018 8:07 PM To: br...@frogmouth.net Subject: Re: [Geoserver-users]

Re: [Geoserver-users] GeoServer 2.14.1 performance with JAI

2018-12-01 Thread Andrea Aime
On Wed, Nov 28, 2018 at 6:30 PM Daniel Urda wrote: > Hi, > We have used GeoServer for quite a while for serving large scanned maps > over WMS, however we've noticed important performance issues after > upgrading to 2.14.1, with constant memory and CPU load with no apparent > relation to incoming

Re: [Geoserver-users] Some Geoserver Clustering Problems

2018-12-01 Thread Andrea Aime
Hi, please don't cross post questions to the devel-list, this is the right now, as the guidelines indicate support here is provided, best effort, by volunteers, if you are in a hurry and need guarantees responses with a given max response time there are commercial support providers at

Re: [Geoserver-users] TMS | viewparams | geowebcache - Can I use parameters for the cached TMS?

2018-12-01 Thread Andrea Aime
Hi, I had a quick look at the code (but mind, not the maintainer of it) and indeed I have the impression that TMS cannot handle request parameters, while for example WMTS does. WMTS loads the "filteringParameters" and then passes them to the tile construction path, here: -

Re: [Geoserver-users] KMCENTROID_CLIP:true parameter not working at 2.14

2018-12-01 Thread Andrea Aime
On Fri, Nov 30, 2018 at 11:27 PM Douville, Michelle R CITZ:EX < michelle.douvi...@gov.bc.ca> wrote: > There error is this – > > > > javax.xml.transform.TransformerException: > javax.xml.transform.TransformerException: java.lang.NullPointerException > >

[Geoserver-users] TMS | viewparams | geowebcache - Can I use parameters for the cached TMS?

2018-12-01 Thread Fritz Richter
Hi there, I am playing now for hours and can't get it to run. Can I use parameters (like viewparams) for the cached TMS within GeoServer? I configured a SQL View Layer with one parameter %dataset_id%. Next I enabled the caching and added a new parameter filter for my viewparams and

Re: [Geoserver-users] Geoserver Mapfish print 3

2018-12-01 Thread bradh
I’m not understanding how this relates to GeoServer. Can you explain your question a bit more? Brad From: hosain mohammadi Sent: Saturday, 1 December 2018 7:23 PM To: Geoserver-users@lists.sourceforge.net Subject: [Geoserver-users] Geoserver Mapfish print 3 Hello every one dose

[Geoserver-users] Geoserver Mapfish print 3

2018-12-01 Thread hosain mohammadi
Hello every one dose some one to know how we should define (text direction right - for Arabic font direction) in the mapfish print 3 yaml file ? Many thanks ___ Geoserver-users mailing list Please make sure you read the following two resources before

Re: [Geoserver-users] KMCENTROID_CLIP:true parameter not working at 2.14

2018-12-01 Thread Mark Prins
Op vr 30 nov. 2018 23:22 schreef Douville, Michelle R CITZ:EX < michelle.douvi...@gov.bc.ca: > Hi All! > > We are looking at upgrading Geoserver 2.10.1 to Geoserver 2.14.0 in our > production environment. > You might try 2.14.1, something was fixed for oracle, but it may not be affecting you, the