Re: [Geotools-devel] Add extra vendor option (displacementMode) in SLD to control finer control text displacement when rendering labels

2017-12-16 Thread Nikolaos Pringouris
Hi Andrea, As far as I know ArcGIS has maplex a rather sophisticated label engine that provides many features regarding placement of labels and clutter handling. There are quite some years however that I have to work with it and I do not remember many details. Regarding QGIS I am not aware of its l

Re: [Geotools-devel] H2 and test failures in GeoServer, turning off server mode by default?

2017-12-16 Thread Andrea Aime
On Sat, Dec 16, 2017 at 7:59 PM, Jody Garnett wrote: > That is worth a shot, at least for test cases it appears to be the right > choice: http://h2database.com/html/features.html#connection_modes > > In looking things up many of the junit h2 examples focused on setting up > an in memory data base

Re: [Geotools-devel] H2 and test failures in GeoServer, turning off server mode by default?

2017-12-16 Thread Jody Garnett
That is worth a shot, at least for test cases it appears to be the right choice: http://h2database.com/html/features.html#connection_modes In looking things up many of the junit h2 examples focused on setting up an in memory data base. I am not sure that is applicable to our tests. On Sat, Dec 16

[Geotools-devel] H2 and test failures in GeoServer, turning off server mode by default?

2017-12-16 Thread Andrea Aime
Hi, we have a number of test failures in GeoServer that are related to issues in H2 shutdown. Now, I cannot reproduce them locally but I have a hunch it could be related to the H2 server mode, which we enabled by default (my suggestion) back in 2013: https://osgeo-org.atlassian.net/browse/GEOT-4533