[Geotools-devel] Reminder: GeoTools / GeoServer Meeting at 13:00 UTC

2014-07-21 Thread Ben Caradoc-Davies
GeoTools / GeoServer Meeting at 13:00 UTC on Skype as usual. Make yourself known if you want to attend but do not usually do so: http://www.timeanddate.com/worldclock/fixedtime.html?msg=GeoTools+%2F+GeoServer+Meeting+2014-07-22&iso=20140722T13&ah=1 -- Ben Caradoc-Davies Software Engineer CSIRO

Re: [Geotools-devel] 12-beta release fun and games

2014-07-21 Thread Jody Garnett
Okay 12-beta is up .. had add a JAVA_HOME configuration parameter to the release publish script, and I forgot I would need to create a new base directory for SF. sending incremental file list rsync: connection unexpectedly closed (9 bytes received so far) [sender] rsync error: error in rsync proto

Re: [Geotools-devel] 12-beta release fun and games

2014-07-21 Thread Jody Garnett
Doing better this time, Cite passes, thanks for the curve geometry fixes Andrea. 1) geotools-12-beta-userguide.zip Case insensitive geometry.png and geometry.PNG image causes the geometry instructions to show an illustration rather than a class diagram. 2) geotools-12-beta-doc.zip Our javadocs

[Geotools-devel] [jira] (GEOT-4851) JDBC join fails if aliases are using a, b, c letters in any order other than "a, b, c"

2014-07-21 Thread Andrea Aime (JIRA)
Title: Message Title Andrea Aime created an issue

[Geotools-devel] Jenkins build is back to normal : geotools-master #340

2014-07-21 Thread monitor
See -- Want fast and easy access to all the code in your enterprise? Index and search up to 200,000 lines of code with a free copy of Black Duck Code Sight

[Geotools-devel] Jenkins build is back to normal : GeoTools-Master #326

2014-07-21 Thread winbuild
See -- Want fast and easy access to all the code in your enterprise? Index and search up to 200,000 lines of code with a free copy of Black Duck C

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

2014-07-21 Thread monitor
See Changes: [andrea.aime] Minor fixes to curve docs [andrea.aime] Follow up Jody's feedback on 2d constructor limitations -- [...truncated 2 lines...] [WARNING] * If reporting an issue

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

2014-07-21 Thread monitor
See Changes: [jody.garnett] update example and diagram -- [...truncated 21480 lines...] [exec] reading sources... [ 73%] library/render/icon [exec] reading sources... [ 74%] librar

[Geotools-devel] Jenkins build is back to normal : GeoTools-Master #324

2014-07-21 Thread winbuild
See -- Want fast and easy access to all the code in your enterprise? Index and search up to 200,000 lines of code with a free copy of Black Duck C

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

2014-07-21 Thread monitor
See Changes: [jody.garnett] correct geometry type or curve implementations [jody.garnett] javadoc additional subclasses of LineString SQL 2002 [jody.garnett] Update geometry docs/diagrams for curves [jody.garnett] small fix ---

Re: [Geotools-devel] CurvedGeometryFactory consistency

2014-07-21 Thread Andrea Aime
On Mon, Jul 21, 2014 at 10:06 AM, Jody Garnett wrote: > In prepping curved geometry examples I noticed the CurvedGeometryFactory > is not especially consistent with the super class GeometryFactory > > curvedGeometry( double[] ) // encodes 2d assumption in API > See the constructors for the curv

[Geotools-devel] CurvedGeometryFactory consistency

2014-07-21 Thread Jody Garnett
In prepping curved geometry examples I noticed the CurvedGeometryFactory is not especially consistent with the super class GeometryFactory curvedGeometry( double[] ) // encodes 2d assumption in API curvedGeometry( CoordinateSequence ) // consistent curvedGeometry( List ) // does not match createP