Re: [Geoserver-devel] SLD service improvements

2018-07-11 Thread Andrea Aime
By the way, reading the documentation of the module might help understanding it a bit: http://docs.geoserver.org/stable/en/user/community/sldservice/index.html Cheers Andrea On Tue, Jul 10, 2018 at 10:05 PM, Andrea Aime wrote: > GetStyle just gets what is there, the module builds new styles on

Re: [Geoserver-devel] SLD service improvements

2018-07-10 Thread Andrea Aime
GetStyle just gets what is there, the module builds new styles on spec (e.g., 5 quantile breaks classification on an attribute) Cheers Andrea Il Mar 10 Lug 2018, 19:49 Jody Garnett ha scritto: > And the standard GetStyle operation? Can it be used, or extended with > vendor parameters? > -- > Jo

Re: [Geoserver-devel] SLD service improvements

2018-07-10 Thread Jody Garnett
And the standard GetStyle operation? Can it be used, or extended with vendor parameters? -- Jody Garnett On Thu, 5 Jul 2018 at 03:39, Mauro Bartolomeoli < mauro.bartolome...@geo-solutions.it> wrote: > Hi Jody, > I think the standard rest style endpoint requires using styles stored in > GeoServer

Re: [Geoserver-devel] SLD service improvements

2018-07-05 Thread Andrea Aime
On Thu, Jul 5, 2018 at 12:39 PM, Mauro Bartolomeoli < mauro.bartolome...@geo-solutions.it> wrote: > Hi Jody, > I think the standard rest style endpoint requires using styles stored in > GeoServer. > SLDService, also for this use case, is about generating styles on the fly > without storing them in

Re: [Geoserver-devel] SLD service improvements

2018-07-05 Thread Mauro Bartolomeoli
Hi Jody, I think the standard rest style endpoint requires using styles stored in GeoServer. SLDService, also for this use case, is about generating styles on the fly without storing them in GeoServer, so I think we cannot use the standard rest endpoint for this. Mauro Il giorno mer 4 lug 2018 a

Re: [Geoserver-devel] SLD service improvements

2018-07-04 Thread Jody Garnett
Should we not use the SLD standard GetStyle operation for this use case? No need to make a new endpoint ... Even without supporting the other formats we should be able to generate an SLD style for them (the existing rest endpoint can be used to convert between style formats

Re: [Geoserver-devel] SLD service improvements

2018-06-29 Thread Simone Giannecchini
+1 Regards, Simone Giannecchini == GeoServer Professional Services from the experts! Visit http://goo.gl/it488V for more information. == Ing. Simone Giannecchini @simogeo Founder/Director GeoSolutions S.A.S. Via di Montramito 3/A 55054 Massarosa (LU) Italy phone: +39 0584 962313 fax: +39 058

Re: [Geoserver-devel] SLD service improvements

2018-06-29 Thread Mauro Bartolomeoli
Hi, an update on my work on SLDService, so that anyone interested can chime in with ideas: > > - adding a fullSLD (true/false) parameter to the actual classify REST > controller; when true I would always return the full SLD ignoring the > requested format (or eventually returning an exception if

Re: [Geoserver-devel] SLD service improvements

2018-06-20 Thread Simone Giannecchini
As you know, I would want to push this module to become an extension. Regards, Simone Giannecchini == GeoServer Professional Services from the experts! Visit http://goo.gl/it488V for more information. == Ing. Simone Giannecchini @simogeo Founder/Director GeoSolutions S.A.S. Via di Montramito 3/A

Re: [Geoserver-devel] SLD service improvements

2018-06-20 Thread Alessio Fabiani
+1 go ahead, GeoNode Styles currently makes use of this plugin, so your work will be highly appreciated. No preference about the fullSLD parameter on my side. Il giorno mer 20 giu 2018 alle ore 11:48 Mauro Bartolomeoli < mauro.bartolome...@geo-solutions.it> ha scritto: > Hi, > I would like to i

[Geoserver-devel] SLD service improvements

2018-06-20 Thread Mauro Bartolomeoli
Hi, I would like to introduce the possibility to return a full SLD from the sldservice / classify REST API (to be used, for example, in the SLD parameter of the WMS GetMap). Obviously, when returning the full SLD, other (non xml) formats would not be accepted. I can see two options: - adding a fu