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-17 Thread Andrea Aime
On Tue, Oct 16, 2012 at 6:17 PM, Martin Davis mda...@opengeo.org wrote: 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,

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-17 Thread Andrea Aime
On Wed, Oct 17, 2012 at 9:19 AM, Andrea Aime andrea.a...@geo-solutions.itwrote: Long story short, we have to go into the OGC scale computation, not in the accurate one, since that code is WMS (thus it has to respect OGC directives) Fixed: http://jira.codehaus.org/browse/GEOS-5354 (btw, for

[Geoserver-users] Parameter filters on layers, geoserver 2.2

2012-10-17 Thread Agustí Escobar
Hello, I have a web app that shows a large, very complex vector layer that takes a long time to draw, so I thought that it might be a good idea to use tiling (the integrated geowebcache in geoserver 2.2) to accelerate it. My clients access the layer via WMS queries which always include a

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

2012-10-17 Thread apmartins
Thanks a lot Martin. It was exactly that. I was missing the gs:Feature :) I talked about performance because I was doing simple test operations like reprojectGeometry and took a lot of time. Another question: can I know how much percentage of the area is being intersected by the buffer? Is there

Re: [Geoserver-users] wps return type

2012-10-17 Thread Pietro Arena
Here is my PPIO: * public class MyProcessPPIO extends XStreamPPIO { public MyProcessPPIO() { super(MyProcessPPIO.DownloadUrl.class); } @Override protected XStream buildXStream() { XStream xstream = new XStream() { protected MapperWrapper

[Geoserver-users] non earth CRS

2012-10-17 Thread Chris Faulkner
Hi all I am fairly new to geoserver. I want to use it to display some geographic data and some schematic plans. Obviously the geographic data is quite straightforward but the schematics are causing me a small problem. I have the vectors stored in Oracle, with a non-earth SRS. The WKT is given

[Geoserver-users] More information about new experimental OGR data store

2012-10-17 Thread Krister Wicksell
Hi, In the release notes for GeoServer 2.2 there is information about an experimental OGR data store. I have searched for more information about this but can't find anything. So, where can I find more information about how to configure and use this new OGR data store? Best Regards

Re: [Geoserver-users] More information about new experimental OGR data store

2012-10-17 Thread Justin Deoliveira
Hi Krister, Where did you see it referenced in the release notes? Basically its still an unsupported module in geotools. https://github.com/geotools/geotools/tree/master/modules/unsupported/ogr There are two flavours of it. Both require ogr to be installed on the system. One uses a library

Re: [Geoserver-users] Looking for OpenLayers sample code

2012-10-17 Thread Justin Deoliveira
Hi Al, You might get a better response on the openlayers forum. But I would just make a request like the one below and view the source of the page. That will give you the full ol configuration. In GeoServer this is generated with a template which you can find here: