Re: [Geoserver-devel] any news from the code sprint?

2008-06-19 Thread Justin Deoliveira
FYI, we have a page going to track some of this stuff: http://geoserver.org/display/GEOS/New+user+interface Of most interest are the UI mockups and the workflow diagrams. Enjoy. -Justin Jody Garnett wrote: > Or are we supposed to read the commit list ;-) > > Have fun everyone; > Jody > >

Re: [Geoserver-devel] GeoServerFeatureLocking vs GeoServerFeatureSource

2008-06-19 Thread Arne Kepp
Andrea Aime wrote: > Arne Kepp wrote: >> Hi, >> >> I am looking at two distinct layers / datastores for the purpose of >> getting the geosearch / sitemap module working again. Both stores are >> Postgis running on my laptop, as far as I can tell they're defined >> the same way, and I have tried

Re: [Geoserver-devel] any news from the code sprint?

2008-06-19 Thread Justin Deoliveira
The guys from GeoSolutions are unbeatable... i think Simone is cheating ;). But yeah, things are going good. We are making headway. Having Rollie (the designer) here has been great for nailing down workflow type stuff. Andrea has been working mostly on a fancy data store / resource tree and its

Re: [Geoserver-devel] GS 1.6.x 1.7.x REST alignment

2008-06-19 Thread David Winslow
After giving this a bit of thought I see two basic options: * Bring 1.6.x up to match 1.7.x . * Rearrange 1.7.x to match 1.6.x . The options are basically the same amount of work (mostly tweaking strings for the route layout) so I am in favor of the first option, modifying the 1.6.x resources to

Re: [Geoserver-devel] any news from the code sprint?

2008-06-19 Thread Alessio Fabiani
Hi Jody ... all good here. We eat a lot and play with table-football everytime :-P On Thu, Jun 19, 2008 at 6:26 PM, Jody Garnett <[EMAIL PROTECTED]> wrote: > Or are we supposed to read the commit list ;-) > > Have fun everyone; > Jody > > --

[Geoserver-devel] any news from the code sprint?

2008-06-19 Thread Jody Garnett
Or are we supposed to read the commit list ;-) Have fun everyone; Jody - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/s

Re: [Geoserver-devel] developing new wfs output formats

2008-06-19 Thread todd-ncar
How are you handling/compiling the schema( xsd ). I've used XMLBeans in the past and then referenced the compiled classes. Is there a standard in Geoserver Dev for how the output is mapped to the schema. Thanks todd-ncar wrote: > > Any update to these instructions for creating new output >

[Geoserver-devel] GS 1.6.x 1.7.x REST alignment

2008-06-19 Thread Alessio Fabiani
Hi all, the REST stuff on GeoServer 1.6.x and 1.7.x are not aligned ... I would ask the permission to the list and module mantainers to perform the alignment. In particular what I need to do is: - compare the existing stuff on the two version and align them - port the sldService community module

[Geoserver-devel] [jira] Created: (GEOS-1998) Add Catalog.getDataStoreByName(workspace, name)

2008-06-19 Thread Andrea Aime (JIRA)
Add Catalog.getDataStoreByName(workspace, name) --- Key: GEOS-1998 URL: http://jira.codehaus.org/browse/GEOS-1998 Project: GeoServer Issue Type: Improvement Components: Configuration

[Geoserver-devel] Hudson build is back to normal: geoserver-trunk #290

2008-06-19 Thread jdeolive
See http://gridlock.openplans.org:8080/hudson/job/geoserver-trunk/290/changes - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourcefor

Re: [Geoserver-devel] web2 community module Commit rights for Rolando Penate

2008-06-19 Thread Justin Deoliveira
+1 I added you to the GeoServer project in xircles, so Rollie should be ready to go. -Justin Chris Holmes wrote: > I'd like to nominate Rolando Penate for commit rights to the web2 > community module. He's a designer we've been working with, who's going > to code up the html and css for the

Re: [Geoserver-devel] developing new wfs output formats

2008-06-19 Thread Justin Deoliveira
Hi Todd, My apologies, that page is sorely out of date for GeoServer 1.6.x and trunk. I will mark it as so. The way currently to implement a WFS output format is to extend the class org.geoserver.wfs.WFSGetFeatureOutputFormat. Something like the following: class MyOutputFormat extends WFSGetF

[Geoserver-devel] Build failed in Hudson: geoserver-trunk #289

2008-06-19 Thread jdeolive
See http://gridlock.openplans.org:8080/hudson/job/geoserver-trunk/289/changes Changes: [jdeolive] reading coverage parameters as is, no parsing -- [...truncated 2087 lines...] 4791/300K 4792/300K 4794/300K 4795/300K 4798/300K 4802/300K 4806/300K 4810/300K

Re: [Geoserver-devel] GeoServerFeatureLocking vs GeoServerFeatureSource

2008-06-19 Thread Andrea Aime
Arne Kepp wrote: > Hi, > > I am looking at two distinct layers / datastores for the purpose of > getting the geosearch / sitemap module working again. Both stores are > Postgis running on my laptop, as far as I can tell they're defined the > same way, and I have tried deleting and recreating th