[Geoserver-devel] sphinx who are you?

2009-06-11 Thread Simone Giannecchini
Ciao, quick question, I have been looking around trying to install sphinx on my windows laptop so that I can write docs wherever I am , expecially in spare time. However I haven't found a decent guide yet that would guide through the process. Does anyone have a link to a tutorial or something like

Re: [Geoserver-devel] xstream persistence and metadata map

2009-06-11 Thread Ben Caradoc-Davies
Justin Deoliveira wrote: > So I am wondering. What do people think about making it practice that > whenever accessing data from a metadata map, that a converter be used. > The downside of course is that we have to update a bunch of code, and > its one more thing to remember. The upside is that t

[Geoserver-devel] Proposal: svn externals in new svn 1.5 format in the GeoServer repo?

2009-06-11 Thread Ben Caradoc-Davies
I want to add a relative svn external in the new format introduced in svn 1.5, which permits relative paths. This is a great improvement for maintenance because it removes host names and makes internal externals (I am turning into Rumsfeld) robust against branching. This *will* cause those using a

Re: [Geoserver-devel] [ExternalEmail] Re: [Geotools-devel] config de svn

2009-06-11 Thread Ben Caradoc-Davies
Ben Caradoc-Davies wrote: > Leandro wrote: >> No puedo descargar el archivo de configuración >> http://docs.geoserver.org/1.7.x/developer/config >> I can not download the configuration file >> http://docs.geoserver.org/1.7.x/developer/config > > I think the svn config should be in svn. Both GT and

Re: [Geoserver-devel] Image mosaic black areas (transparency?) problem in 1.7.4

2009-06-11 Thread Simone Giannecchini
Ciao Ivan, good to know that things work out. I actually found a minor bug related to GEOT-1642 while testing your data, which I am going to fix right now. However, as you noticed the solution for your problem is the one I gave you already. Simone.

[Geoserver-devel] [jira] Created: (GEOS-3149) Keep DataAccess namespace param in sync with the workspace's datastore until the resource/publish split is complete

2009-06-11 Thread JIRA
Keep DataAccess namespace param in sync with the workspace's datastore until the resource/publish split is complete --- Key: GEOS-3149 URL: http://jira

[Geoserver-devel] xstream persistence and metadata map

2009-06-11 Thread Justin Deoliveira
Hi all, A few issues have popped up recently related to how maps (in particular the metadata map for catalog objects) is persisted/depersisted. The latest issue revolves around someone trying ot configure a feature type via rest. The issue is that in an attempt to make xstream less verbose, i

Re: [Geoserver-devel] Image mosaic black areas (transparency?) problem in 1.7.4

2009-06-11 Thread Ivan Grcic
On Thu, Jun 11, 2009 at 8:58 PM, Simone Giannecchini wrote: > Ciao Ivan, > you have actually discovered a featuer instead of a bug :-) (reminder > to myself, write documentation for the mosaic plugin). > > You have hole between the various elements. The new mosaic will have a > consistent behavior

[Geoserver-devel] [jira] Created: (GEOS-3148) When uploading feature type metadata, class cast exceptions occur

2009-06-11 Thread Justin Deoliveira (JIRA)
When uploading feature type metadata, class cast exceptions occur - Key: GEOS-3148 URL: http://jira.codehaus.org/browse/GEOS-3148 Project: GeoServer Issue Type: Bug Co

Re: [Geoserver-devel] Image mosaic black areas (transparency?) problem in 1.7.4

2009-06-11 Thread Simone Giannecchini
Ciao Ivan, you have actually discovered a featuer instead of a bug :-) (reminder to myself, write documentation for the mosaic plugin). You have hole between the various elements. The new mosaic will have a consistent behavior with holes (while the hole hadn't): it will always use the background v

[Geoserver-devel] [jira] Created: (GEOS-3147) Features pregeneraized should have a standard documentation entry, more than a tutorial

2009-06-11 Thread Mike Pumphrey (JIRA)
Features pregeneraized should have a standard documentation entry, more than a tutorial --- Key: GEOS-3147 URL: http://jira.codehaus.org/browse/GEOS-3147 Project: Geo

[Geoserver-devel] GeoServer 1.7.5 Released!

2009-06-11 Thread Mike Pumphrey
The GeoServer Team is happy to announce the release of GeoServer 1.7.5! The sixth release of 1.7.x brings the following new features: * a new extension providing chart rendering in WMS maps * datastore factories that can pick up the connection pool from JNDI for Oracle and DB2 * a number o

[Geoserver-devel] Hudson build is back to normal: geoserver-1.7.x #1018

2009-06-11 Thread Hudson
See http://hudson.opengeo.org/hudson/job/geoserver-1.7.x/1018/changes -- Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution

[Geoserver-devel] Build failed in Hudson: geoserver-1.7.x #1017

2009-06-11 Thread Hudson
See http://hudson.opengeo.org/hudson/job/geoserver-1.7.x/1017/ -- [...truncated 4575 lines...] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585)

Re: [Geoserver-devel] Partial 3d support patch ready for review

2009-06-11 Thread Andrea Aime
Andrea Aime ha scritto: > Hi all, > if anybody wants to review or try out partial 3d support > I've attached a 2.5.x patch at http://jira.codehaus.org/browse/GEOT-2537 > > With that one I managed to create nice 3D KML outputs from > polygons and lines in GeoServer (GML generated is still 2D, I gue

[Geoserver-devel] Partial 3d support patch ready for review

2009-06-11 Thread Andrea Aime
Hi all, if anybody wants to review or try out partial 3d support I've attached a 2.5.x patch at http://jira.codehaus.org/browse/GEOT-2537 With that one I managed to create nice 3D KML outputs from polygons and lines in GeoServer (GML generated is still 2D, I guess we might want to unlock the 3d na

[Geoserver-devel] Deploy in WebLogic

2009-06-11 Thread Iratxe Lejarreta
Hi, I want to deploy GeoServer in WebLogic 10.3. Does anyone know what is the special configuration which requires Geoserver for this version of WebLogic? Thanks in advance. Regards, -- Iratxe Lejarreta www.axios.es ---

Re: [Geoserver-devel] tests and dtd resolving

2009-06-11 Thread Andrea Aime
Justin Deoliveira ha scritto: > Hi all, > > Recently failures in hudson in the restconfig module are happening due > to a failure to resolve an online DTD reference when the code calls > GeoServerAbstractTestSupport.getAsDOM(). I notice there is a version of > getAsDOM() which takes a boolean,

Re: [Geoserver-devel] Community schema status ?

2009-06-11 Thread Just van den Broecke
Hi Rob/Ben/Andrea, Thank you all for responding! I see from other posts that the documentation is also being migrated. FYI In first instance the Dutch Cadastre will be working on Transformation of AD (Addresses) and CP (Cadastral Parcels) app-schema's (which should be simpler than Hydrography)

Re: [Geoserver-devel] Community schema status ?

2009-06-11 Thread Just van den Broecke
Hi Rob/Ben/Andrea, Thank you all for your responses! I see from other posts that the documentation is also being migrated. FYI In first instance the Dutch Cadastre will be working on Transformation of AD (Addresses) and CP (Cadastral Parcels) app-schema's (which should be simpler than Hydrogra