Re: [Geotools-devel] WFS module back to supported

2010-11-03 Thread Jody Garnett
There is also a utility class called "GML" with example configurations for common parsing / encoding tasks as another reference point. Cheers, Jody On Wed, Nov 3, 2010 at 5:17 PM, Andrea Aime wrote: > Hi all, > if you want to start from scratch I do have a recent implementation of an HTTP > cli

[Geotools-devel] [jira] Created: (GEOT-3306) Vendor option "autoRotate" for LabelCacheImpl for polygon labels; autorotate 90 degrees counter clockwise if polygon is more tall than wide

2010-11-03 Thread JIRA
Vendor option "autoRotate" for LabelCacheImpl for polygon labels; autorotate 90 degrees counter clockwise if polygon is more tall than wide ---

Re: [Geotools-devel] WFS module back to supported

2010-11-03 Thread Chris Holmes
Wow, it'd be awesome to have a group of people taking this on. After things get going there's one improvement you should definitely consider, and there's a chance we may get some funding to have Gabriel put some time in to this. Namely caching WFS. IMHO the WFS protocol isn't done quite right

Re: [Geotools-devel] WFS module back to supported

2010-11-03 Thread Andrea Aime
On Wed, Nov 3, 2010 at 8:39 AM, Roy Braam wrote: > Hi, > start from scratch in unsupported land and learn from the past seems the > best option to me. > I have a look at the code Andrea provided and use the ContentDataStore as > superclass. > Of course the new development needs to be done on the t

Re: [Geotools-devel] WFS module back to supported

2010-11-03 Thread Roy Braam
Hi, start from scratch in unsupported land and learn from the past seems the best option to me. I have a look at the code Andrea provided and use the ContentDataStore as superclass. Of course the new development needs to be done on the trunk. The best way is to start a new unsupported WFSDatastor

Re: [Geotools-devel] WFS module back to supported

2010-11-03 Thread Andrea Aime
Hi all, if you want to start from scratch I do have a recent implementation of an HTTP client for a protocol that is somewhat similar to WFS, and it's quite compact too: Have a look in: http://svn.codehaus.org/geoserver/trunk/src/community/gss/src/main/java/org/geoserver/gss/ and in particular to: