Re: [Geotools-devel] A few changes coming to the CSS module (and then its graduation)

2017-06-10 Thread Andrea Aime
e- > > From: Andrea Aime [mailto:andrea.a...@geo-solutions.it] > > Sent: Monday, 5 June 2017 15:52 > > To: Ben Caradoc-Davies > > Cc: Geotools-Devel list > > Subject: Re: [Geotools-devel] A few changes coming to the CSS module (and > > then its graduation)

Re: [Geotools-devel] A few changes coming to the CSS module (and then its graduation)

2017-06-06 Thread Brad Hards
, 5 June 2017 15:52 > To: Ben Caradoc-Davies > Cc: Geotools-Devel list > Subject: Re: [Geotools-devel] A few changes coming to the CSS module (and > then its graduation) > > On Sun, Jun 4, 2017 at 10:58 PM, Ben Caradoc-Davies <mailto:b...@transient.nz> > wrote: > > &

Re: [Geotools-devel] A few changes coming to the CSS module (and then its graduation)

2017-06-04 Thread Andrea Aime
On Sun, Jun 4, 2017 at 10:58 PM, Ben Caradoc-Davies wrote: > Andrea, > > do you mean "m" for "milli"? The SI prefix for "micro" is "µ". > Yep, you're right, sorry! Anyhow, what do we do about that feedback? Cheers Andrea -- == GeoServer Professional Services from the experts! Visit http://goo

Re: [Geotools-devel] A few changes coming to the CSS module (and then its graduation)

2017-06-04 Thread Ben Caradoc-Davies
Andrea, do you mean "m" for "milli"? The SI prefix for "micro" is "µ". Kind regards, Ben. On 04/06/17 19:28, Andrea Aime wrote: So we have feedback from Brad on the pull request: https://github.com/geotools/geotools/pull/1615#issuecomment-306006167 Should we keep m for "micro"? Hum... cartogr

Re: [Geotools-devel] A few changes coming to the CSS module (and then its graduation)

2017-06-04 Thread Andrea Aime
So we have feedback from Brad on the pull request: https://github.com/geotools/geotools/pull/1615#issuecomment-306006167 Should we keep m for "micro"? Hum... cartography speaking it would make no sense I believe, but indeed there are application using mapping like tools for the very large objects,

Re: [Geotools-devel] A few changes coming to the CSS module (and then its graduation)

2017-06-03 Thread Andrea Aime
Here we go with the scale dependency related work: https://github.com/geotools/geotools/pull/1615 A GeoServer pull request will follow with updated documentation. Cheers Andrea On Tue, May 30, 2017 at 8:06 PM, Andrea Aime wrote: > On Sun, May 28, 2017 at 10:30 PM, Ben Caradoc-Davies > wrote:

Re: [Geotools-devel] A few changes coming to the CSS module (and then its graduation)

2017-05-30 Thread Andrea Aime
On Sun, May 28, 2017 at 10:30 PM, Ben Caradoc-Davies wrote: > If you want SI then it should be "k" and "M" and "G". Personally I find > lowercase to be more readable. I say accept both, but then I also prefer > 1e10. :-) > Hum... and G would be useful for scale dependencies on a map of... Jupit

Re: [Geotools-devel] A few changes coming to the CSS module (and then its graduation)

2017-05-29 Thread Jody Garnett
I see where you are going with removing the "-gt-" prefix, and yeah this is a rendering language specifically for the geoserver renderer - no need to reference the SLD portability questions at all. aside: The 100k is a great idea, perhaps we can encourage YSLD to adopt it. -- Jody Garnett On 28

Re: [Geotools-devel] A few changes coming to the CSS module (and then its graduation)

2017-05-28 Thread Ben Caradoc-Davies
On 29/05/17 01:16, Andrea Aime wrote: - Scale denominator numbers can be long and that makes them hard to read. Who can say, without counting the zeros, if 1000 is 1 billion, 10 millions, 1 million? I am going to allow a shortcut syntax with k and m specifiers, e.g 10m, that shoul

Re: [Geotools-devel] A few changes coming to the CSS module (and then its graduation)

2017-05-28 Thread Andrea Aime
On Sun, May 28, 2017 at 2:24 PM, Nuno Oliveira < nuno.olive...@geo-solutions.it> wrote: > Hi Andrea, > > Some small comments in-line ... > > On 28-05-2017 09:04, Andrea Aime wrote: > > Hi, > I am working on a large-ish CSS style, that gave me the opportunity to > observe a few annoying bits in the

Re: [Geotools-devel] A few changes coming to the CSS module (and then its graduation)

2017-05-28 Thread Nuno Oliveira
Hi Andrea, Some small comments in-line ... On 28-05-2017 09:04, Andrea Aime wrote: Hi, I am working on a large-ish CSS style, that gave me the opportunity to observe a few annoying bits in the syntax. I set out to fix those, in particular: * Scale denominator numbers can be long and that ma

[Geotools-devel] A few changes coming to the CSS module (and then its graduation)

2017-05-28 Thread Andrea Aime
Hi, I am working on a large-ish CSS style, that gave me the opportunity to observe a few annoying bits in the syntax. I set out to fix those, in particular: - Scale denominator numbers can be long and that makes them hard to read. Who can say, without counting the zeros, if 1000 is 1 bil