Re: [Geotools-devel] A bunch of color operation functions

2017-04-24 Thread Andrea Aime
Wondering if there is an actual need for a function to start with. What's the harm in just allowing the CSS color converter to be used as normal? it would allow named color usage in all styling languages. Cheers Andrea --

Re: [Geotools-devel] Adding a kerning vendor option and enable it by default

2017-04-24 Thread Andrea Aime
Nothing standing out on the naked eye, do you have time to run benchmarks? For the moment I expect the dominator is still in the refactoring that pushed the per char conflict resolution, which slowed down the labeler more than an order of magnitude. Unfortunately I was not available for review ba

Re: [Geotools-devel] [Geoserver-devel] Added NetCDF libraries on Travis CI

2017-04-24 Thread Ben Caradoc-Davies
Reverted because Ubuntu 12.04.5 LTS (precise pangolin) on Travis CI already has the NetCDF libraries installed: $ sudo -E apt-get -yq --no-install-suggests --no-install-recommends --force-yes install libnetcdf6 Reading package lists... Building dependency tree... Reading state information... lib

[Geotools-devel] Added NetCDF libraries on Travis CI

2017-04-24 Thread Ben Caradoc-Davies
I have added NetCDF libraries to the Travis CI configurations on GeoTools and GeoServer master to enable NetCDF-4 tests. -- Ben Caradoc-Davies Director Transient Software Limited New Zealand -- C

Re: [Geotools-devel] Adding a kerning vendor option and enable it by default

2017-04-24 Thread Dave Blasby
Hi, I could just barely notice the difference between those images - and only because Ben pointed out some examples. What is the performance difference for this? I expect its low... Thanks, Dave On Sat, Apr 22, 2017 at 9:59 PM, Ben Caradoc-Davies wrote: > Merged on master. > > Kind regards,

Re: [Geotools-devel] A bunch of color operation functions

2017-04-24 Thread Jody Garnett
I do want to move that function into the mix - but wanted to ask about naming it correctly first. Now that you have a bunch more functions the conversation becomes more important :) I was thinking about naming it "css" (since it speaks a wide range of css string representations), rather than "colo

[Geotools-devel] Adding Oracle hints eg. /* + APPEND_VALUES */ to PS

2017-04-24 Thread Mark Prins
Hi, According to an oracle admin eg. inserts could benefit from adding (oracle specific) hints to the sql statements. At this time I don't have funding/assignment to work on this, so this message is to check if it would be something people would like to see/have. I've looked at the private org.ge

Re: [Geotools-devel] A bunch of color operation functions

2017-04-24 Thread Andrea Aime
On Mon, Apr 24, 2017 at 7:34 AM, Jody Garnett wrote: > That is interesting, I just made a function similar in nature here: > > - https://github.com/geotools/geotools/blob/master/modules/ > unsupported/mbstyle/src/main/java/org/geotools/mbstyle/ > function/ColorFunction.java > > We should combine