Re: [Geoserver-users] GEOS-4448 Resolved

2011-09-21 Thread bbiales
Hi, I am having the same issue as described in GEOS-4448. I wrote a quick program to get the information you requested, so here it is. I am using the JDBC driver from Microsoft v3.0 released in March of 2010, I believe, and my database server is SQL Server 2008 R2. Note that the column #2 is t

Re: [Geoserver-users] Delete a datastore/coverage store in Geoserver

2011-09-21 Thread sellis
I had this same problem and discovered the key is to use the recurse=true query parameter when deleting the datastore -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Delete-a-datastore-coverage-store-in-Geoserver-tp6127506p6816699.html Sent from the GeoServer - User mail

Re: [Geoserver-users] st_intersection as new SQL view

2011-09-21 Thread Ivan Price
Robert, i have a 'geoserver defined view' that works fine like this: select ogc_fid, wkb_geometry, track, from tracks.tracks where ST_Intersects ( ST_SetSRID(MakeBox2D( PointFromText('POINT(%minx% %miny%)'), PointFromText('POINT(%maxx% %maxy%)')

Re: [Geoserver-users] Using custom WPS script

2011-09-21 Thread Arnaud Vandecasteele
Hi all, I made some new test and it's works fine now. Thanks all for your help. Regards Arnaud On Wed, Sep 7, 2011 at 1:37 PM, Arnaud Vandecasteele wrote: > Andrea, > > I will try with a brand new version of geoserver. > I hope it will works better. > > Thanks > > Arnaud > > On Sun, Sep 4, 20

[Geoserver-users] Fixing Oracle Georaster temp space problem

2011-09-21 Thread christian . mueller
Hi Harikumar, I fixed the Oracle temp space problem according to Steves investigations. (Calling "freeTemporay()" to free the memory for a temporary BLOB). Look here: http://jira.codehaus.org/browse/GEOT-3856 The fix should be included in the next geoserver release. Cheers Christian -