Re: [Geotools-devel] Code Sprint

2010-08-17 Thread Pieter De Graef
Jody, this might not be entirely relevant to your question, but the Geomajas team will be looking into some kind of Geomajas-Datastore for GeoTools. The idea is to make it possible for GeoTools/GeoServer to connect to a Geomajas instance. Jody Garnett schreef: Is anyone interested in doing

Re: [Geotools-devel] uDig 1.2.0 released - thanks!

2010-08-17 Thread Andrea Aime
Jody Garnett ha scritto: > Just a quick note that uDig 1.2.0 was released against GeoTools 2.6.5. > - http://udig-news.blogspot.com/2010/08/udig-120-release.html > > Thanks to everyone on the list here for the support. Yay, congrats! Cheers Andrea -- Andrea Aime OpenGeo - http://opengeo.org E

[Geotools-devel] Code Sprint

2010-08-17 Thread Jody Garnett
Is anyone interested in doing a code sprint at foss4g this year? In the past we have split up by project, and then done some geotools hacking after the formal event. Jody Begin forwarded message: > From: Lorenzo Becchi > Date: 18 August 2010 1:18:38 AM AEST > To: OSGeo Discussions , foss4g2...

[Geotools-devel] uDig 1.2.0 released - thanks!

2010-08-17 Thread Jody Garnett
Just a quick note that uDig 1.2.0 was released against GeoTools 2.6.5. - http://udig-news.blogspot.com/2010/08/udig-120-release.html Thanks to everyone on the list here for the support. Jody -- This SF.net email is spons

Re: [Geotools-devel] GeoTools, uDig, GeoServer support for Neo4j GSoC results

2010-08-17 Thread Andrea Aime
Peter Neubauer ha scritto: > Andrea, > we would like to propose neo4j-spatial as a plugin to GeoTools - we > are just not sure what that means in terms of code? We could for > instance have the adapter code in the GeoTools svn, and pull in the > necessary libs via Maven, so we can do the main devel

[Geotools-devel] GeoTools, uDig, GeoServer support for Neo4j GSoC results

2010-08-17 Thread Peter Neubauer
Andrea, we would like to propose neo4j-spatial as a plugin to GeoTools - we are just not sure what that means in terms of code? We could for instance have the adapter code in the GeoTools svn, and pull in the necessary libs via Maven, so we can do the main development over at GIThub. Is that a wor

[Geotools-devel] Schema-validation against GML 3.2 and WFS 2.0 in unit tests

2010-08-17 Thread Ben Caradoc-Davies
Justin, I have built and deployed schema packages for GML 3.2 and WFS 2.0 (latest draft) and fixed AppSchemaValidator to work with them. To use AppSchemaValidator in unit tests, add to your pom: org.geotools gt-app-schema-resolver ${project.version} test gt-app-schema-res