Re: [Geotools-devel] WFS-NG test work

2015-03-18 Thread Ben Caradoc-Davies
Thanks, Rob. Good to have you back! Kind regards, Ben. On 19/03/15 10:18, Rob Atkinson wrote: > Hey folks, > > I have been lurking watching Geoserver like a fond grandparent now for a > long time, and now perhaps going to be in a position to use it in anger > again, so started playing with the la

Re: [Geotools-devel] [Geoserver-devel] osgeo maven repo

2015-03-18 Thread Jody Garnett
That is how I have worked with a few teams - including LocationTech. When we migrated to maven 2 a webdav folder was the 'best' way to set up a public maven repository. We could as OSGeo to stand up a Nexus repository (which may better handle scalability issues). One part missing in this discussi

Re: [Geotools-devel] WFS-NG test work

2015-03-18 Thread Rob Atkinson
Hey folks, I have been lurking watching Geoserver like a fond grandparent now for a long time, and now perhaps going to be in a position to use it in anger again, so started playing with the latest release. I just wanted to say how fabulous it is looking, (visually, technically and support wise)

Re: [Geotools-devel] [Geoserver-devel] osgeo maven repo

2015-03-18 Thread Jody Garnett
It is not really that important, the OGC intends for these schemas to be distributed - it just there license is confusing and not clearly compatible with open source (they ask for a different version number if you change it or something sensible from a standards viewpoint). OGC / Debian are workin

Re: [Geotools-devel] WFS-NG test work

2015-03-18 Thread Jody Garnett
Managed to review, had a couple questions about ResourceInfo.getName() API. I am on IRC if you want to quickly blast through this... -- Jody Garnett On 18 March 2015 at 13:47, Niels Charlier wrote: > Yeah definitely. > > > On 18-03-15 20:04, Jody Garnett wrote: > > Thanks Niels/Sampo - I had a

Re: [Geotools-devel] WFS-NG test work

2015-03-18 Thread Niels Charlier
Yeah definitely. On 18-03-15 20:04, Jody Garnett wrote: Thanks Niels/Sampo - I had an action item to review the changes but did not get to it. I assume this change is of benefit to geoserver wfs cascade (and would like to be included in the release?) -- Jody Garnett On 18 March 2015 at 08:

Re: [Geotools-devel] Variable substitution for ColorMapEntry attributes

2015-03-18 Thread Simone Giannecchini
Ciao Mauro, a couple of things: -1- I would advise talking to Daniele about the Dynamic ColorMaps -2- It would be good if we could take coverage statistics into account somehow in order to have styles that adapt to the coverage dynamic itself. Let me know your toughts about this. Regards, Simone

Re: [Geotools-devel] WFS-NG test work

2015-03-18 Thread Jody Garnett
Thanks Niels/Sampo - I had an action item to review the changes but did not get to it. I assume this change is of benefit to geoserver wfs cascade (and would like to be included in the release?) -- Jody Garnett On 18 March 2015 at 08:18, Niels Charlier wrote: > Hello Sampo, > > Thank you for

Re: [Geotools-devel] GeoTools 13 Release

2015-03-18 Thread Jody Garnett
Thanks Travis, We have a blocker on the geoserver side (and a few pull requests highlight on tuesdays meeting to get in). I will ping geotools-devel with the revision when we get one out of cite tests. So stay tuned ... -- Jody -- Jody Garnett On 18 March 2015 at 09:45, Travis Brundage wrote:

[Geotools-devel] GeoTools 13 Release

2015-03-18 Thread Travis Brundage
Hey all, I should have sent this out last week, but it looks like we have hit our GeoTools 13 release date. This will be the first stable release of GeoTools 13. Jody and I will be working together on getting this release out. Cheers, Travis -- Travis Brundage Software Engineer | Boundless tbru

Re: [Geotools-devel] Variable substitution for ColorMapEntry attributes

2015-03-18 Thread Mauro Bartolomeoli
Hi Andrea, > Oh, but I see what you mean, you want to keep it as a string, and if it's > a string instead of a number, > do CQL parsing of it inside SLDColorMapBuilder. > > Hum... well, it's similar to what we did for the dynamic symbolizers, as > the sld syntax does not really > allow for a full

Re: [Geotools-devel] Variable substitution for ColorMapEntry attributes

2015-03-18 Thread Andrea Aime
On Wed, Mar 18, 2015 at 4:05 PM, Mauro Bartolomeoli < mauro.bartolome...@geo-solutions.it> wrote: > Hi, > >> >>> Seems to be it's well aligned with other changes we made in the past >> where OGC restrictions were lifted/relaxed to that >> we could use expression instead of Literal or PropertyName.

[Geotools-devel] [jira] (GEOT-5055) Expose DecimantionPolicy parameter and allows for additional values

2015-03-18 Thread Daniele Romagnoli (JIRA)
Title: Message Title Daniele Romagnoli created an issue

Re: [Geotools-devel] WFS-NG test work

2015-03-18 Thread Niels Charlier
Hello Sampo, Thank you for your review and your comments, I have responded to them. I hope we can push this commit through asap. Kind Regards Niels On 13-03-15 15:01, Sampo Savolainen wrote: Hi, Sorry about the radio silence. I've been working on an unrelated big project and I haven't had a

[Geotools-devel] [jira] (GEOT-5054) Error painting LegendGraphic with negative scale

2015-03-18 Thread Steve Ikeoka (JIRA)
Title: Message Title Steve Ikeoka created an issue

Re: [Geotools-devel] Variable substitution for ColorMapEntry attributes

2015-03-18 Thread Mauro Bartolomeoli
Hi, > >> Seems to be it's well aligned with other changes we made in the past > where OGC restrictions were lifted/relaxed to that > we could use expression instead of Literal or PropertyName. > I beleive this is going to break the raster symbolizer interfaces > (backwards incompatible change), ca

Re: [Geotools-devel] Variable substitution for ColorMapEntry attributes

2015-03-18 Thread Andrea Aime
On Wed, Mar 18, 2015 at 1:46 PM, Mauro Bartolomeoli < mauro.bartolome...@geo-solutions.it> wrote: > Hi, > I would like to introduce the possibility to use CQL expressions to > specify the value of some attributes of ColorMapEntry SLD tags in raster > symbolizers. > My purpose is to be able to use

[Geotools-devel] [jira] (GEOT-5053) FeatureTypeStyleImpl copying constructor does not copy some properties

2015-03-18 Thread Mauro Bartolomeoli (JIRA)
Title: Message Title Mauro Bartolomeoli created an issue

[Geotools-devel] Variable substitution for ColorMapEntry attributes

2015-03-18 Thread Mauro Bartolomeoli
Hi, I would like to introduce the possibility to use CQL expressions to specify the value of some attributes of ColorMapEntry SLD tags in raster symbolizers. My purpose is to be able to use values from WMS requests (specifically variables in the ENV parameter) to dynamically specify those entries a

[Geotools-devel] [jira] (GEOT-5052) Add CQL expressions support in ColorMap entry attributes (quantity, color, ...)

2015-03-18 Thread Mauro Bartolomeoli (JIRA)
Title: Message Title Mauro Bartolomeoli created an issue

Re: [Geotools-devel] [Geoserver-devel] osgeo maven repo

2015-03-18 Thread Ian Turton
Here's the links: Apparently Jody started it with http://www.how2map.com/2015/02/a-good-test-for-ogc-and-osgeo.html and then discussion followed here http://lists.osgeo.org/pipermail/standards/2015-February/000834.html Ian On Wed, Mar 18, 2015 at 9:16 AM Ian Turton wrote: > Seeing Ben's mention

Re: [Geotools-devel] [Geoserver-devel] osgeo maven repo

2015-03-18 Thread Ian Turton
Seeing Ben's mention of the OGC schemas reminded me of a similar discussion on the osgeo-standards list where one of the linux distros (debian?) was rejecting Tiny OWS because of the license on the OGC schemas. I'll see if I can find the thread as it is probably relevant to this discussion too. Ia

Re: [Geotools-devel] motion: move wiki to github

2015-03-18 Thread Simone Giannecchini
+1 Regards, Simone Giannecchini == GeoServer Professional Services from the experts! Visit http://goo.gl/NWWaa2 for more information. == Ing. Simone Giannecchini @simogeo Founder/Director GeoSolutions S.A.S. Via Poggio alle Viti 1187 55054 Massarosa (LU) Italy phone: +39 0584 962313 fax: +39

Re: [Geotools-devel] motion: move wiki to github

2015-03-18 Thread Christian Mueller
+1 Christian On Tue, Mar 17, 2015 at 7:19 PM, Ian Turton wrote: > +1 > > On 17:38, Tue, 17 Mar 2015 Andrea Aime > wrote: > >> On Tue, Mar 17, 2015 at 6:31 PM, Jody Garnett >> wrote: >> >>> With CodeHaus being shut down I would like to formally move our wiki to >>> github. >>> >> >> +1 >> >> C