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
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
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 / 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
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
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
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
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
Title: Message Title
Andrea Aime [Administ