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
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
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
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
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
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(*
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