Re: [Geotools-devel] Color compositing and blending in SLD/CSS: a proposal

2014-12-18 Thread Andrea Aime
On Wed, Dec 17, 2014 at 5:47 PM, Justin Deoliveira < jdeol...@boundlessgeo.com> wrote: > > Read it over and the proposal makes sense to me, a very cool feature! > Indeed! > > As for the blending operations that is tricky. I would say that unless > someone has a mandate or is willing to take on t

[Geotools-devel] [jira] (GEOT-4959) Allow negative maxFeatures limit mean unlimited features in all jdbc datastores

2014-12-18 Thread Mauro Bartolomeoli (JIRA)
Title: Message Title Mauro Bartolomeoli created an issue

[Geotools-devel] Build failed in Jenkins: geotools-master #472

2014-12-18 Thread monitor
See Changes: [tbarsballe] Fixed nullPointerException thrown when AttributeDescriptor is null [tbarsballe] Added test case for fix [peter.borissow] Updated requirements for GeoTools 10.x --

[Geotools-devel] [jira] (GEOT-4960) Pregeneralized module fails to use its extra geometries when the wrapped store supports simplify

2014-12-18 Thread Andrea Aime (JIRA)
Title: Message Title Andrea Aime created an issue

[Geotools-devel] [jira] (GEOT-4961) JDBCDataStore should delegate to LimitingVisitor.hasLimits the decision to apply visitor limits

2014-12-18 Thread Mauro Bartolomeoli (JIRA)
Title: Message Title Mauro Bartolomeoli created an issue

[Geotools-devel] [jira] (GEOT-4962) Austrian MGI WKT spec wrong

2014-12-18 Thread Martin Rust (JIRA)
Title: Message Title Martin Rust created an issue

Re: [Geotools-devel] Beginning Contribution to GeoTools

2014-12-18 Thread Jody Garnett
So the instructions say to print, sign, scan and email. If you want to fake that using a PDF go ahead :) Let geotools-devel know when you have emailed that in and I can accept your pull request. Jody Aside: As GeoServer and GeoTools are both OSGeo projects this one bit of paperwork will cover bot

Re: [Geotools-devel] Beginning Contribution to GeoTools

2014-12-18 Thread Travis Brundage
I've sent in my signed document. Shall I make separate pull requests for the code and tutorial update? The tutorial changes will be taking me a bit longer. On Thu, Dec 18, 2014 at 11:01 AM, Jody Garnett wrote: > > So the instructions say to print, sign, scan and email. If you want to > fake that

Re: [Geotools-devel] Beginning Contribution to GeoTools

2014-12-18 Thread Jody Garnett
Yes, for sure - they both have different points when they are "done". The CSVDataStore module won't be "done" until GeoServer passes importer tests. The tutorial will not be done until the sphinx docs reads okay. Sometimes you can ask for a volunteer on the geotools-user list to "play test" a new

[Geotools-devel] Remove DataStoreFactorSpi with gt-csv update?

2014-12-18 Thread Travis Brundage
So, with my update to gt-csv, the CSVDataStoreFactory no longer implements DataStoreFactorySpi, but instead implements FileDataStoreFactorySpi. (changes can be seen here ) I'm wondering if I should therefor

Re: [Geotools-devel] Remove DataStoreFactorSpi with gt-csv update?

2014-12-18 Thread Travis Brundage
Hi Tom, Thanks for your reply. Cool, makes sense. I realized my confusion stemmed from the tutorial saying there needed to be an empty constructor in the factory class, but in backporting geoserver's changes, they did not do that. Relevant section of the diff

Re: [Geotools-devel] Remove DataStoreFactorSpi with gt-csv update?

2014-12-18 Thread Tom Kunicki
Travis, The answer is "No". You still need to declare CSVDataStoreFactory as an implementation of DataStoreFactorySpi even if the implementation is transitive. This reason being... CSVDataStoreFactory still implements the DataStoreFactorySpi (transitively) and that file is the method or regist

Re: [Geotools-devel] Remove DataStoreFactorSpi with gt-csv update?

2014-12-18 Thread Jody Garnett
If there is no constructor around at all Java invents (at the byte code level) a no arguments constructor. For tutorials I tend to put one in explicitly so I have a chance to talk about SPI in the comments. This is a personal style thing, you will often find me adding methods just so I can write a

Re: [Geotools-devel] Remove DataStoreFactorSpi with gt-csv update?

2014-12-18 Thread Travis Brundage
That's what I figured, but being new to the concepts I was wondering if there was some reason you needed to explicitly define one for the SPI. Either way, I learned something new and found a mistake in my branch because of it. It's fixed now. Thanks for the help! On Thu, Dec 18, 2014 at 4:04 PM, J

[Geotools-devel] Build failed in Jenkins: geotools-master #473

2014-12-18 Thread monitor
See Changes: [tbarsballe] Fix to Csv2Shape.java for compatability with OS X UI (Bug in OS X L&F) [tbarsballe] Fix to CRSLab.java to allow for different file names [tbarsballe] Updated tutorial code fixes ---

[Geotools-devel] Build failed in Jenkins: geotools-master #474

2014-12-18 Thread monitor
See Changes: [tbarsballe] Minor fixes to Feature, CRS, Query, and Image tutorials [tbarsballe] Changed to use :append: rather than :lines: for close brace -- [...truncated 132637 lines...]

[Geotools-devel] [jira] (GEOT-4963) ContentDataStore getCount ignores query startIndex

2014-12-18 Thread Torben Barsballe (JIRA)
Title: Message Title Torben Barsballe created an issue

[Geotools-devel] GEOT-4912 commit broke the online build

2014-12-18 Thread Victor.Tey
Hi, Sebastian, Once of your commit broke the online test in gt-oracle(Please refer to the email below from Lingbo). Lingbo was unable to email to the mailing list for some reason. Is there a step that he missed? He has already subscribed to the mailing list. Lingbo is a new addition to the te

[Geotools-devel] Build failed in Jenkins: geotools-master #475

2014-12-18 Thread monitor
See Changes: [tbarsballe] Cleaned up gt-property-ng implementation to better match ContentDataStore tutorial. Using dir to find property files as in previous implementation. Updated test cases. Eliminated most warnings. [tbarsba