Re: [Geoserver-devel] format_options through the KMLReflector

2008-06-25 Thread Justin Deoliveira
Hi Wayne, While deprecated, the wms.servlets.KMLReflector is still used unfortunatly. Its a bit of a mess. But the non-servlet reflector should be reachable via "/kml/wms". Example: http://localhost:8080/geoserver/kml/wms?layers=topp:states wheras the servlet based reflector is at: localhost:

Re: [Geoserver-devel] RESTConfig Current State and Moving Forward

2008-06-25 Thread Justin Deoliveira
Wow, a lot to digest ;). But I think in the end I agree with you. It does not seem to be a huge win to spend a lot of time getting REST working on 1.7.x if we just have to redo a lot of it for 2.0 anyways. Especially since its just going to be something that ties us down as the api will be chan

[Geoserver-devel] [jira] Created: (GEOS-2007) Specifying Inline Features in an SLD throws an exception

2008-06-25 Thread Miles Jordan (JIRA)
Specifying Inline Features in an SLD throws an exception Key: GEOS-2007 URL: http://jira.codehaus.org/browse/GEOS-2007 Project: GeoServer Issue Type: Bug Components: WMS

Re: [Geoserver-devel] Jboss and Geoserver

2008-06-25 Thread Justin Deoliveira
Hi Dave, Which FAQ entry are you referring to? I only see one about Logging in Jboss... Aside, would you perhaps be interested in updating the FAQ directly on the wiki? Dave Potts wrote: > The FAQ entires for Jboss seem to be a little out of date. > > This is how to get it to work under linux

Re: [Geoserver-devel] Expanding shapefile datastore

2008-06-25 Thread Justin Deoliveira
Hi John, This is a cool idea, and I think quite useful. I could see this perhaps being rolled into the regular datastore once its working. However I suspect it will require some major changes as the current datastore makes a lot of assumptions about the shapefile actually being on disk. I coul

Re: [Geoserver-devel] New UI checklist

2008-06-25 Thread David Winslow
Okay, I had that chat with Rolando and got an exhaustive list of what pages we'd like to have for 2.0.0. They're listed on the same wiki page now (http://geoserver.org/display/GEOS/Wicket+UI+TODOs for those of you who don't like scrolling). I was lazy and just filled in the chart from memory,

[Geoserver-devel] RESTConfig Current State and Moving Forward

2008-06-25 Thread David Winslow
Hi all, As I'd like to be able to include RESTConfig in 1.7.0 when it comes out I am trying to assess its current state and work out how much needs to happen before it makes sense to consider it for inclusion. Right now it provides configuration for datastores, coveragestores, featuretypes, c

[Geoserver-devel] Jboss and Geoserver

2008-06-25 Thread Dave Potts
The FAQ entires for Jboss seem to be a little out of date. This is how to get it to work under linux copy geoserver.war to the deploy directory eg server/default/deploy Define the envronmental varible JAVA_OPTS to be JAVA_OPTS="-DGEOSERVER_DATA_DIR=path/name" export JAVA_OPTS then use run.sh t

[Geoserver-devel] format_options through the KMLReflector

2008-06-25 Thread Wayne Fang
Hi all, I'm working on a feature that will add an optional format_options item and have been digging around the code. I can recognize a new item when using a full wms request by adding stuff to the FormatOptionsKvpParser and the applicationContext.xml. The problem comes when I try to use a k

Re: [Geoserver-devel] GeoServer 1.7.0-rc1/GeoTools 2.5.0-rc1 timeframe?

2008-06-25 Thread Andrea Aime
Justin Deoliveira ha scritto: > I have not had much time to work on the simple feature speed up. I got > an initial implementation turning over but it still needs work. There is > also a lot of code that will have to be updated to use it. > > But yes, I agree we should definitely try to branch t

[Geoserver-devel] Expanding shapefile datastore

2008-06-25 Thread John Preston
I have some shape files that I want to use in geoserver (read only), but they are stored within zip files, and I don't want to have to unzip them to other directories. I was thinking of writing my own datastore based on the existing one for shape files, and just changing the I/O methods to access t

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

2008-06-25 Thread Andrea Aime
Alessio Fabiani ha scritto: > Ok David also sorry for the tabs, I always forget to setup the > formatter when creating a new workspace. Yep, I used to stumble into that as well. That's why I created a "template" workspace to solve that issue. Basically I created an empty workspace, set the fo

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

2008-06-25 Thread Alessio Fabiani
Ok David also sorry for the tabs, I always forget to setup the formatter when creating a new workspace. On Wed, Jun 25, 2008 at 5:01 PM, David Winslow <[EMAIL PROTECTED]> wrote: > Hi Alessio, > > I noticed that you have added sldService to the RESTConfig profile in web, > but to its own profi

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

2008-06-25 Thread David Winslow
Hi Alessio, I noticed that you have added sldService to the RESTConfig profile in web, but to its own profile in community. The two are independent and mostly unrelated, so I would prefer to keep them as separate modules activated by independent profiles. I'm going ahead and making this cha

[Geoserver-devel] Adding wfsv online tests to the geoserver builds?

2008-06-25 Thread Andrea Aime
Hi all (hello Arne), I would like to include the wfsv online tests into the build process. The instructions to enable the online tests contained in the wfsv module can be found in the wfsv module, direct link follows: https://svn.codehaus.org/geoserver/trunk/geoserver/wfsv/testing.txt Cheers Andre

Re: [Geoserver-devel] New UI checklist

2008-06-25 Thread Justin Deoliveira
Andrea Aime wrote: > Justin Deoliveira ha scritto: >> David Winslow wrote: >>> Okay, I thought the decision about the layer preview list was that it >>> would be broken up into a list of previews on each layer's >>> configuration page. ie, the links you would click to see each would be >>> old:

Re: [Geoserver-devel] New UI checklist

2008-06-25 Thread Andrea Aime
Justin Deoliveira ha scritto: > David Winslow wrote: >> Okay, I thought the decision about the layer preview list was that it >> would be broken up into a list of previews on each layer's configuration >> page. ie, the links you would click to see each would be >> old: welcome->demo->map preview

Re: [Geoserver-devel] Catalog

2008-06-25 Thread Justin Deoliveira
David Winslow wrote: > It does seem like having 'dump entire catalog' functionality would be > useful (for migrating between different persistence mechanisms) so (for > another compromises solution) maybe we could just have a button to > download/snapshot the catalog and leave it up to the admin

Re: [Geoserver-devel] Catalog

2008-06-25 Thread Justin Deoliveira
> > For what it's worth, I'd just go to the direct save route. People > are working directly against databases with a lot of software, and > none of it give you the "undo/redo" ability of a desktop app without > much complaints. Good point. > > Wait... what did I just say? Undo/redo huh? We _co

Re: [Geoserver-devel] Catalog

2008-06-25 Thread David Winslow
It does seem like having 'dump entire catalog' functionality would be useful (for migrating between different persistence mechanisms) so (for another compromises solution) maybe we could just have a button to download/snapshot the catalog and leave it up to the admin to handle backup policy. -

Re: [Geoserver-devel] New UI checklist

2008-06-25 Thread Justin Deoliveira
David Winslow wrote: > Okay, I thought the decision about the layer preview list was that it > would be broken up into a list of previews on each layer's configuration > page. ie, the links you would click to see each would be > old: welcome->demo->map preview->{some layer + format} > new: welco

Re: [Geoserver-devel] Catalog

2008-06-25 Thread Andrea Aime
Justin Deoliveira ha scritto: > >> I share the same concern. We do want to save along the way since we >> cannot be sure there will be a clean shutdown (jvm segfaults anybody?), >> so eventually on shutdown we'd just be saving whatever was already >> saved the last time the config did change? > >

Re: [Geoserver-devel] GeoServer 1.7.0-rc1/GeoTools 2.5.0-rc1 timeframe?

2008-06-25 Thread Justin Deoliveira
I have not had much time to work on the simple feature speed up. I got an initial implementation turning over but it still needs work. There is also a lot of code that will have to be updated to use it. But yes, I agree we should definitely try to branch trunk to 2.5.x before the style work lan

Re: [Geoserver-devel] Catalog

2008-06-25 Thread Justin Deoliveira
> I share the same concern. We do want to save along the way since we > cannot be sure there will be a clean shutdown (jvm segfaults anybody?), > so eventually on shutdown we'd just be saving whatever was already > saved the last time the config did change? Yeah its a darned if you do darned if y

Re: [Geoserver-devel] New UI checklist

2008-06-25 Thread David Winslow
Okay, I thought the decision about the layer preview list was that it would be broken up into a list of previews on each layer's configuration page. ie, the links you would click to see each would be old: welcome->demo->map preview->{some layer + format} new: welcome->layers->{some layer}->{some

[Geoserver-devel] [jira] Created: (GEOS-2006) Data stored in Oracle with a projection already assigned can not be shown properly

2008-06-25 Thread Sylvain Caillot (JIRA)
Data stored in Oracle with a projection already assigned can not be shown properly -- Key: GEOS-2006 URL: http://jira.codehaus.org/browse/GEOS-2006 Project: GeoServer

[Geoserver-devel] [jira] Created: (GEOS-2005) Dispatcher breaks on kvp parse when strict=true is used

2008-06-25 Thread Andrea Aime (JIRA)
Dispatcher breaks on kvp parse when strict=true is used --- Key: GEOS-2005 URL: http://jira.codehaus.org/browse/GEOS-2005 Project: GeoServer Issue Type: Bug Affects Versions: 1.7.0-beta

Re: [Geoserver-devel] GeoServer 1.7.0-rc1/GeoTools 2.5.0-rc1 timeframe?

2008-06-25 Thread Andrea Aime
Andrea Aime ha scritto: > Hi people, > on gt2 a proposal that _might_ change lots of code is about > to be voted > (http://docs.codehaus.org/display/GEOTOOLS/Upgrading+styles). > > The proposal is going to provide us quite some goodness > in the long term (once we have xml parsers/readers for > it

[Geoserver-devel] GeoServer 1.7.0-rc1/GeoTools 2.5.0-rc1 timeframe?

2008-06-25 Thread Andrea Aime
Hi people, on gt2 a proposal that _might_ change lots of code is about to be voted (http://docs.codehaus.org/display/GEOTOOLS/Upgrading+styles). The proposal is going to provide us quite some goodness in the long term (once we have xml parsers/readers for it and we implement the extensions in the

Re: [Geoserver-devel] New UI checklist

2008-06-25 Thread Andrea Aime
Alessio Fabiani ha scritto: > I fully agree with Andrea ... not only we should replicate demo screens, > but also we should improve them in order to make them more usable in > case of large amount of layers (I'm thinking on a preview page > structured like a tree of nested layers). What about a

Re: [Geoserver-devel] New UI checklist

2008-06-25 Thread Alessio Fabiani
I fully agree with Andrea ... not only we should replicate demo screens, but also we should improve them in order to make them more usable in case of large amount of layers (I'm thinking on a preview page structured like a tree of nested layers). On Wed, Jun 25, 2008 at 8:38 AM, Andrea Aime <[EMAI