[Geoserver-users] add layer resource fails from postgis: Error persisting FeatureTypeInfoImpl

2011-03-29 Thread Robert Buckley
Hi, Following error occurs when trying to add a postgis table to geoserver. Error persisting FeatureTypeInfoImpl[zgbgrenze_gen_wgs84] to /var/lib/tomcat6/webapps/geoserver/data/workspaces/zgb/postgis/zgbgrenze_gen_wgs84/featuretype.xml This is in the tomcat6 logs- catalina.out file.

Re: [Geoserver-users] Geoserver to provide elevation data along a path.

2011-03-29 Thread Andrea Aime
On Tue, Mar 29, 2011 at 3:20 AM, Shaw Innes s...@immortal.net.au wrote: Just curious if it would be possible to use GeoServer and WFS queries (or some other method) to provide a functionality similar to the Google Maps elevation API whereby I could provide a query to the server with a number

Re: [Geoserver-users] add layer resource fails from postgis: Error persisting FeatureTypeInfoImpl

2011-03-29 Thread Andrea Aime
On Tue, Mar 29, 2011 at 8:39 AM, Robert Buckley robertdbuck...@yahoo.com wrote: Hi, Following error occurs when trying to add a postgis table to geoserver. Error persisting FeatureTypeInfoImpl[zgbgrenze_gen_wgs84] to

Re: [Geoserver-users] Generalizing data store from PostGIS problem

2011-03-29 Thread christian . mueller
The code sequence causing the error is try { Class providerClass = Class.forName(providerClassName); GeneralizationInfosProvider provider = (GeneralizationInfosProvider) providerClass .newInstance(); GeneralizationInfos gInfos

Re: [Geoserver-users] PostGis feature pregeneralized trouble

2011-03-29 Thread christian . mueller
1) If your xml file is in GEOSERVER_DATA_DIR/data/rhs.xml then you can specifiy a relative path data/rhs.xml 2) Im not working with Windows, bat ASFAIK an absolute file URL is like file:///C:/Documents/. Please try 1), if you get a strack trace in the

Re: [Geoserver-users] Different results from selecting KML for layer from layer summary page and KML from dropdown menu

2011-03-29 Thread Andrea Aime
On Tue, Mar 29, 2011 at 12:15 AM, Garey Mills gmi...@library.berkeley.edu wrote: Hi -     Geoserver 2.1-rc2. I created a new layer in a PostGis database. Trying to view it from the layer preview page, if I click on the 'KML' link on the page, although it geolocates correctly, I get a big red

[Geoserver-users] Geoserver fails in WebLogic after a restart

2011-03-29 Thread Terje Olsøybakk
Hi We are running Geoserver 2.1-RC3 on WebLogic 10.3.3.0. When I restart geoserver in weblogic, it fails - big time. I have to delete the application and reinstall it. This works fine on Geoserver 2.1-RC2. Sorry, but I haven't got the error-messages at this point. I can post them on Thursday.

Re: [Geoserver-users] Geoserver to provide elevation data along a path.

2011-03-29 Thread Syrus Mesdaghi
here is an example of Zoo's Web Processing Service that gets the elevation along a path: http://www.zoo-project.org/site/ZooWebSite/Demo/GdalProfile and here is the source for it: http://www.zoo-project.org/trac/browser/trunk/zoo-services/gdal/profile/service.c you should be able to do the

[Geoserver-users] Cascading WMS

2011-03-29 Thread Di Pietro, Fabio VGD
Hello, I've add an new Cacading WMS on Geoserver 2.1 RC1 and RC2. The Store definition work ok. But when I test the new published Layer in LayerPreview with OpenLayer there are no images shown. GetCapabilities work fine but no getMaps are done. Is there an way to see exactly what getMap URL

[Geoserver-users] Intersect or Intersects?

2011-03-29 Thread Rahkonen Jukka
Hi, I noticed that the demo request of Geoserver 2.0.2 is using filter wfs:Query typeName=topp:states Filter Intersects PropertyNamethe_geom/PropertyName gml:Point srsName=http://www.opengis.net/gml/srs/epsg.xml#4326;

Re: [Geoserver-users] Intersect or Intersects?

2011-03-29 Thread Andrea Aime
On Tue, Mar 29, 2011 at 9:03 PM, Rahkonen Jukka jukka.rahko...@mmmtike.fi wrote: Hi, I noticed that the demo request of Geoserver 2.0.2 is using filter  wfs:Query typeName=topp:states    Filter      Intersects        PropertyNamethe_geom/PropertyName          gml:Point

Re: [Geoserver-users] Cascading WMS

2011-03-29 Thread Andrea Aime
On Tue, Mar 29, 2011 at 6:09 PM, Di Pietro, Fabio VGD fabio.dipie...@bl.ch wrote: Hello, I've add an new Cacading WMS on Geoserver 2.1 RC1 and RC2. The Store definition work ok. But when I test the new published Layer in LayerPreview with OpenLayer there are no images shown. GetCapabilities

[Geoserver-users] Pyramid and mosaic Image

2011-03-29 Thread truongxuan quang
Hello all, I am doing PryramidImage and MosaicImage in GeoServer 2.0.2 or 2.0.3 on Windows OS, If some one know and have experiences please give me a example, tutorial or advices. Many thanks, Quang-- Enable your

Re: [Geoserver-users] PostGis feature pregeneralized trouble

2011-03-29 Thread christian . mueller
I had exact this problem with another user yesterday. Please check your geoserver_install_dirWEB-INF/lib directory. You must find two jar files feature-pregeneralized*.jar gt-feature-pregeneralized*.jar Use a zip or jar utility to list the content of the first, you must see

Re: [Geoserver-users] PostGis feature pregeneralized trouble

2011-03-29 Thread Jérémie Pedoia
I checked that and I have lost feature-pregeneralized*.jar in my multiple uninstall-install... I put it back. There is no problem at the pregeneralized data store creation but when I want to publish layers, geoserver does not find the data store: Caused by: java.lang.RuntimeException:

Re: [Geoserver-users] PostGis feature pregeneralized trouble

2011-03-29 Thread christian . mueller
Please zip your geoserver data dir and send me the zip file. I must have a look at your configuration, otherwise we are playing ping pong here. Cheers Christian Quoting Jérémie Pedoia jeremie.ped...@gmail.com: I checked that and I have lost feature-pregeneralized*.jar in my multiple