[Geoserver-users] Unexpected GeoServer CPU usage with Oracle data source

2019-02-06 Thread João Loureiro Junior
We are doing some scalability tests with Linux, GeoServer 2.14.1, Java 1.8.0 and Oracle THIN 12.2. The database instance is on a separated server machine. We are using JMeter with multiple users and a constant request throughput (with enough idle time between user requests). We noticed that GeoServ

Re: [Geoserver-users] Possible bug with printing plugin?

2019-02-06 Thread Ian Turton
This is a known issue - https://osgeo-org.atlassian.net/browse/GEOS-9051 I see there are pull requests mentioned in the ticket Ian On Wed, 6 Feb 2019 at 16:08, Jakob Miksch wrote: > Dear all, > > I experienced the same problem: with GeoServer 2.14.1 the Print Plugin did > not work anymore. > >

[Geoserver-users] WPS process to polygonize a classified raster.

2019-02-06 Thread tomasjuanlink
Hi. Greetings to all! I was wondering if GeoServer has a WPS process to polygonize a classified raster. Just like the script from GDAL *gdal_polygonize.py* allows to do via QGIS. I used the WPS request builder to surf around all WPS available processes but i couldn't find the one that i'm lookin

Re: [Geoserver-users] Possible bug with printing plugin?

2019-02-06 Thread Jakob Miksch
Dear all, I experienced the same problem: with GeoServer 2.14.1 the Print Plugin did not work anymore. This solution outlined by Andrea solved it: --> copy `jts-core-1.14.0.jar` additionally to `geoserver/webapps/geoserver/WEB-INF/lib` The `lib` directory finally contains `jts-core-1.14.0.

Re: [Geoserver-users] Printing Module

2019-02-06 Thread Mauro Bartolomeoli
Hi Polen, currently you can only define layouts with a name in your config.yaml. You can add new ones, or modify the existing ones, than in the spec JSON you can specify the name of the layout you want to apply. Building a new layout from the client in real-time is not supported. Your layouts must

Re: [Geoserver-users] Printing Module

2019-02-06 Thread Xemixal Z
Thanks Mauro for your quick response! I have gone through the docs. My question is that how can I make different layout for different maps on the fly. How can I override the config.yaml specs on the run time? Regards - Polen On Wed, Feb 6, 2019 at 1:44 PM Mauro Bartolomeoli < mauro.bartolome.

Re: [Geoserver-users] Printing Module

2019-02-06 Thread Mauro Bartolomeoli
Hi Polen, to customize the layout you have to edit the config.yaml file you can find in the printing folder of the GeoServer data dir. Documentation about this file is available here: http://www.mapfish.org/doc/print/configuration.html, while generic documentation on the printing module is here: ht