Re: [Geoserver-users] Geoserver 2.2 Insertection with buffer

2012-10-16 Thread Martin Davis
It sounds like the buffer polygon is a constant data value, which you have in WKT? If so, try using gs:Feature to convert the WKT to a Feature, and then use that as one of the inputs to gs:IntersectionFeatureCollection (ie by chaining). FWIW example WPS XML is given below. As for performance, th

Re: [Geoserver-users] Problem with geoserver 2.2 but not 2.1.2: Failed to compute the scale denominator Longitude 506°25.5'W is out of range (±180°).

2012-10-16 Thread Martin Davis
This is due to the calculation of the wms_scale_denominator environment variable, which I think was added in 2.2. There is an open GeoTools ticket covering this: https://jira.codehaus.org/browse/GEOT-4269 As you say, it doesn't have a lot of consequences, unless you are using the wms_scale_denom

[Geoserver-users] Please tell GeoServer developers which browsers you are using

2012-10-16 Thread David Winslow
Hi all, On the GeoServer developer list we've been discussing reducing browser support in the GeoServer web administration console - browser-based clients using OpenLayers and other JavaScript mapping libraries would be unaffected but the admin console would have support for fewer browsers. Pleas

Re: [Geoserver-users] geoserver 2.2 GWC-WMTS

2012-10-16 Thread Arne Kepp
On 10/16/12 11:29 , Raffaello Bertini wrote: > Hi, > I'm using geoserver 2.2 > I have a problem using WMTS protocol for a base map. > The base map is translated respect the coordinate. > It can be tested switching the same map from WMS to WMTS. the WMTS is > wrong. > Tried with openlayers and flex

Re: [Geoserver-users] Problem with geoserver 2.2 but not 2.1.2: Failed to compute the scale denominator Longitude 506°25.5'W is out of range (±180°).

2012-10-16 Thread Dolf Andringa
I went on in debugging, by removing 2.2 from my tomcat install and installing 2.1.2 in tomcat on that same machine. It turns out the real problem I had was related to tomcat, not geoserver. Still in 2.2 I see the exception mentioned before, that I don't see in 2.1.2. But that exception doesn't see

Re: [Geoserver-users] wps return type

2012-10-16 Thread Andrea Aime
On Tue, Oct 16, 2012 at 9:35 AM, Pietro Arena wrote: > Hi, > > I defined an asynchronous wps that creates a zip file containing a GeoTiff > and returns an *XML *with some information the users need, for example > the URL from where it is possible to download the file. I created a > specific type(*

[Geoserver-users] wps return type

2012-10-16 Thread Pietro Arena
Hi, I defined an asynchronous wps that creates a zip file containing a GeoTiff and returns an *XML *with some information the users need, for example the URL from where it is possible to download the file. I created a specific type(*DownloadURL*) and a specific* PPIO class* for my wps to achieve m