Re: [Geoserver-users] error at oracle data set

2010-09-02 Thread Paul Joyce
Andrea Aime opengeo.org> writes: > > Imran Rajjad ha scritto: > > Hi, > > > > I did the spatial indexing, still not working, the error is : > > > > > > > > 13 May 09:42:27 ERROR [geotools.rendering] - / by zero > > java.lang.ArithmeticException: / by zero > > at org.geotools.data.ora

Re: [Geoserver-users] Error duplicate mappingName in 2.0.2 (but works fine in 2.0.1)

2010-09-02 Thread v...@csiro
The warning belows looks very familar, try setting a primary key or instead of idExpression -> getID maybe try idExpression -> id WARN [data.complex] - This shouldn't have happened.There should be at least 1 features with id='species_in_ps.fid-4573364d_12ad1d0800a_-8000'. WARN [data.complex

Re: [Geoserver-users] gml:TimePeriod, app-schema and PostgreSQL

2010-09-02 Thread Florence.Tan
Hi Matthias, Try this mapping : gml:validTime gml:TimeInstantPropertyType gml:validTime/gml:TimeInstant/gml:timePosition validtime_beginposition Extract from http://docs.geoserver.org/trunk/en/user/data/app-schema/mapping-file.htm

[Geoserver-users] Unique styles

2010-09-02 Thread ZerM
Hi list, I have two polygon layers, Zone and Subzone. A Zone can contain one or more Subzones. Subzones have an attribute, typenumber, which can range from 1 to 5 in some Zones and from 100-200 in other Zones etc. I would like to show the Subzones with a common typenumber value in the same colo

Re: [Geoserver-users] Trying to set "expose primary key" flag via REST

2010-09-02 Thread Stefan A. Tzeggai
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 26.08.2010 17:26, schrieb Stefan A. Tzeggai: > Hi > > I found the "expose primary key" flag in the webgui :-) and it works in > 2.0.x > > If the "expose primary key" flag is activated for a datastore, the REST > XML API exposes this information as

[Geoserver-users] WFS versioning - a general question

2010-09-02 Thread Ziegler Stefan
Hi I think I remember that someone (Andrea?) is working on something similar like the wfs versioning plugin but a bit more focused on different user working on the same dataset. Or am I on the wrong track? regards Stefan

Re: [Geoserver-users] Problem with KML File

2010-09-02 Thread Justin Deoliveira
Hi Stefano, What version of GeoServer are you using? >From the exception it seems security is enabled for that layer? And also feature type renaming? It could be that the two don't play well together and that you found a bug. Can you confirm. Does it work if you turn off security? -Justin On T

Re: [Geoserver-users] Coordinate system transformation methods.

2010-09-02 Thread Justin Deoliveira
Hi Robert, As long as GeoServer knows what your native projection is (via .prj file, geometry_columns entry, etc...) it will be able to reproject it to any other coordinate system it supports. You can verify that the native crs has been picked up on the layer page in the admin ui. Past that all i

Re: [Geoserver-users] How to prevent error messages in wms tiles

2010-09-02 Thread Andreas Hocevar
Look at the exceptions param of the WMS request. You can set this to application/vnd.ogc.se+xml. If an exception occurs then, you will get an XML response rather than an image. This means that your client should watch out for exceptions then. Regards, Andreas. On Sep 2, 2010, at 12:21 , wrote

Re: [Geoserver-users] Image Pyramid v 2.0.2 w/ Geoserver 2.0.2,

2010-09-02 Thread Paolo Corti
zé wrote: > > Hi Chris. > > Due a time question, I forgot for while the pyramid solution - in short > term the trivial solution is acceptable for my application. But searching > I found a tutorial > (http://geo-solutions.blogspot.com/2009/11/preparing-pyramid-for-geoserver-with.html) > writen b

[Geoserver-users] Label autowrap word separator

2010-09-02 Thread Jean-Baptiste RAYNAUD
Hi all, Is there a way to change the word separator for a label defined in a textSymbolizer? I use the autowrap vendor option to control the size of long labels. In most cases it works fine, but if I have a label string like "Dignes-les-bains" I have this result : "Dignes-les-bain" and the "s

[Geoserver-users] How to prevent error messages in wms tiles

2010-09-02 Thread mika
Hi, a quick question. We are getting some error/exception messages incorporated with the wms tiles, so that the end-user will see them. We can handle the errors now but how can we be sure that in the future, that no error messages will be delivered to the end user? Is there some option to turn on

Re: [Geoserver-users] Error duplicate mappingName in 2.0.2 (but works fine in 2.0.1)

2010-09-02 Thread babsip
Hi! I tried to find the exact error-spot by trial & error (adding mappings one by one). I found the following: After having commented out the feature-chaining, there were still 2 errors concerning name-spaces. Looks like GeoServer 2.0.1 was more forgiving? I made the following changes to "protec

Re: [Geoserver-users] gml:TimePeriod, app-schema and PostgreSQL

2010-09-02 Thread Matthias Pohl
Hello, this is some additional information about the issue: The PostgreSQL database contains a column validtime_beginposition TIMESTAMP NOT NULL which is mapped via the app-schema plugin as follows: gml:validTime validtime_beginposition Note that gml:validTime may be one of g

[Geoserver-users] Problem with KML File

2010-09-02 Thread Bracco Stefano
I have added a layer to GeoServer (it is a shapefile). Basically the purpose is to see the ShapeFile into google earth as an overlay. I can download the KML, open it into the Google Earth from "Layer Preview" and selecting KML, but when the Google Earth try to get back the resource I get: http

[Geoserver-users] Coordinate system transformation methods.

2010-09-02 Thread Robert Buckley
Hi, I have been having problems recently trying to work out how to display data with Google maps and OpenStreetMap. According to the openlayers forum Transformations are a part of the WMS Service. For me that means geoserver, I guess! My data is digitised in Gauss kruger zone 3. A local CRS f

Re: [Geoserver-users] java.lang.RuntimeException: Could not unwrap connection

2010-09-02 Thread Florence.Tan
Hi List, For the problem below, I had a solution from Xiangtan : I encountered a similar DBCP configuration error before. "Could not unwrap connection. Is the DBCP pool configured to allow access to underlying connections?" tells

Re: [Geoserver-users] WMS output format restrictions

2010-09-02 Thread Spirifer
Hello, I would like to restrict output file formats (WMS) to only : - JPEG - GIF - PNG - PNG8 Anyone has an example how to use urlrewrite with GeoServer ? Thanks for any help. Robin Mister Anonyme wrote: > > > > > Thanks so much... It works flawlessly with urlrewrite! > > > >> Dat