Re: [Geotools-devel] web, css, x11, html color names support

2017-02-07 Thread Andrea Aime
On Wed, Feb 8, 2017 at 12:57 AM, Torben Barsballe < tbarsba...@boundlessgeo.com> wrote: > SLD also supports SVG snippets. > Torben, can you clarify this statement? It's new to me. Are you talking about SLD 1.1 inline graphics? Cheers Andrea -- == GeoServer Professional Services from the expert

Re: [Geotools-devel] web, css, x11, html color names support

2017-02-07 Thread Jody Garnett
Thanks for digging into this Torben - excellent research. If we collapse to a single set of color names my pull request will be much similar, and need to be reworked. During development I Iooked at the ability to do a color --> string conversion - but the result is not deterministic unless I make

Re: [Geotools-devel] web, css, x11, html color names support

2017-02-07 Thread Torben Barsballe
Hello, To my knowledge, SLD does not have named colors. All SLD color values do use a "" tag. It would be nice if this supported the standard CSS names colors in addition to the currently supported hex colors. SLD also supports SVG snippets. SVG uses CSS2 color syntax, including names. The YSLD c

[Geotools-devel] Meeting minutes Feb 7th 2017

2017-02-07 Thread Andrea Aime
GeoTools / GeoServer Meeting 2017-02-07 Attending Andrea Aime, Jody Garnett, Torben Barsballe, Kevin Smith Agenda - Beta and 2.10.2 release February - Build issues - sprint planning / sponsorship updates - REST doc generation - Actions Actions from last meeting

Re: [Geotools-devel] web, css, x11, html color names support

2017-02-07 Thread Andrea Aime
On Tue, Feb 7, 2017 at 4:36 PM, Jody Garnett wrote: > Justin my research later answered that the colour names story is confusing > and that x11 is a bump along the road for what browsers now support. Let me > ask the question differently - Can I change YSLD to match the SVG > parameters colours u

Re: [Geotools-devel] web, css, x11, html color names support

2017-02-07 Thread Justin Deoliveira
On Tue, Feb 7, 2017 at 8:37 AM Jody Garnett wrote: > Andrea I shared your hesitations - have a look at > https://github.com/geotools/geotools/pull/1462 > > The converters go form String to Color, I required the hint to be set (or > they won't do anything). So although they will be available to al

Re: [Geotools-devel] web, css, x11, html color names support

2017-02-07 Thread Jody Garnett
Andrea I shared your hesitations - have a look at https://github.com/geotools/geotools/pull/1462 The converters go form String to Color, I required the hint to be set (or they won't do anything). So although they will be available to all code paths they won't function by default. We can then hunt

Re: [Geotools-devel] web, css, x11, html color names support

2017-02-07 Thread Justin Deoliveira
On Tue, Feb 7, 2017 at 12:42 AM Andrea Aime wrote: > Hi Jody, > +1 for centralizing. > > Two hesitations about using a pluggable Converter implementation: > >- Would they convert from String to Color (a converter from String to >String does not make much sense now does it?) and then event

[Geotools-devel] [JIRA] (GEOT-5634) Relax visibility of StyledShapePainter to allow override of vector fill in subclasses

2017-02-07 Thread Andrea Aime [Administrator] (JIRA)
Title: Message Title Andrea Aime [Administ