Re: [Geoserver-users] Geoserver JVM tuning

2014-06-17 Thread cmaul
Dario, you will have to do this for Jetty (or any other container), because that is where the Java process is generated. In response to Jody: Windows Server 2008 R2 SP1 is fine, I just restarted my geoserver server after 3972 hours (yep, bugger didn't get to 4000, but what do you do if they turn t

Re: [Geoserver-users] Trouble with accessing custom delegate in WPS

2014-06-17 Thread Jody Garnett
2.2 to 2.5 is a bit of a jump. We did some work on WPS annotations and such like over that time period on the geotools side. You may also want to check the upgrade instructions from GeoTools 8 onward: http://docs.geotools.org/latest/userguide/welcome/upgrade.html Jody Garnett On Wed, Jun 18,

[Geoserver-users] Trouble with accessing custom delegate in WPS

2014-06-17 Thread Bessette-Halsema, Dominique E
Hi all We are currently upgrading our geoserver from 2.2.4 to 2.5. We registered our new custom delegate in the gs-wcs-2.5.jar applicationContext.xml so spring can pick them up. Now we are having issues accessing our delegate in our custom WPS jar. I was just wondering if anyone had any po

Re: [Geoserver-users] FW: Missing grib and geotiffformats in WCS 1.1.1 Describe Coverage

2014-06-17 Thread Andrea Aime
On Tue, Jun 17, 2014 at 10:54 PM, Bessette-Halsema, Dominique E < dominique.besse...@gdit.com> wrote: > Thanks for the reply. We recently upgraded from geoserver 2.2.4 to 2.5 > and noticed that the custom delegates are registered differently, and ours > was not getting picked up. Is there any o

Re: [Geoserver-users] FW: Missing grib and geotiffformats in WCS 1.1.1 Describe Coverage

2014-06-17 Thread Bessette-Halsema, Dominique E
Thanks for the reply. We recently upgraded from geoserver 2.2.4 to 2.5 and noticed that the custom delegates are registered differently, and ours was not getting picked up. Is there any other changes to custom delegates you know about? We are looking into it. Also do you know if the WFS ge

Re: [Geoserver-users] Repeated labels for PolygonSymbolizer

2014-06-17 Thread Chris Snider
Keep in mind that if you call the WMS layer for tiles, you will probably get repeated labels as well since each individual tile is requested independently of the other tiles. Chris Snider Senior Software Engineer Intelligent Software Solutions, Inc. [Description: Description: Description: cid:im

Re: [Geoserver-users] 2.5 -> 2.5.1 image mosaic regression

2014-06-17 Thread Jeroen Dries
Hi Nicola, thanks, but the problem is that it's a complex setup, which basically only runs here internally. I would have to replicate the issue in a setup without internal dependencies to give you something. Also screenshots are not going to be very helpful since they are simply black. I also h

Re: [Geoserver-users] 2.5 -> 2.5.1 image mosaic regression

2014-06-17 Thread Nicola Lagomarsini
Hi Jeroen, sorry for the delay. Could you provide us a sample data for replicating the issue? Best Regards, Nicola Lagomarsini. 2014-06-14 10:42 GMT+02:00 Jody Garnett : > You may wish to create a bug report for this one as it has been a couple > of days without a reply. Also gives you a chanc

Re: [Geoserver-users] for numeric NaN value

2014-06-17 Thread Jody Garnett
I was kind of hoping "NaN" would work - since it is supported by Double.valueOf [1] -- Jody [1] http://stackoverflow.com/questions/10750975/parse-string-to-double-nan Jody Garnett On Tue, Jun 17, 2014 at 7:14 PM, Andrea Aime wrote: > On Tue, Jun 17, 2014 at 11:03 AM, Jody Garnett > wrote: > >

Re: [Geoserver-users] Geoserver JVM tuning

2014-06-17 Thread Jody Garnett
Windows Server 2003 had a tradition of being difficult, not sure about 2008. Have a look at http://boundlessgeo.com/solutions/opengeo-suite/ which includes two weeks trial support. -- Jody Jody Garnett On Tue, Jun 17, 2014 at 7:17 PM, Andrea Aime wrote: > On Sun, Jun 15, 2014 at 1:58 PM, dperk

Re: [Geoserver-users] How to use "gs:Reproject" in sld ? How to set forcedCRS and targetCRS?

2014-06-17 Thread Andrea Aime
On Mon, Jun 16, 2014 at 4:44 AM, Like-Self wrote: > Hi, > I want to reproject data via sld: > Which does not make much sense... WMS is built to do reprojection on its own, you just specify the target SRS in the request, while the source one is associated in the layer configuration instead. Chee

Re: [Geoserver-users] Geoserver JVM tuning

2014-06-17 Thread Andrea Aime
On Sun, Jun 15, 2014 at 1:58 PM, dperko wrote: > I have OpenGeo Suite 4.02 with Geoserver 2.4, in Windows Server 2008 R2 SP1 > Standard. I installed also Oracle JDK 7 with Public JRE included. For > production I have to add all parameters about server mode, memory etc in > few > configuration fil

Re: [Geoserver-users] for numeric NaN value

2014-06-17 Thread Andrea Aime
On Tue, Jun 17, 2014 at 11:03 AM, Jody Garnett wrote: > I notice that the IsEqualsToImpl does make allowances for NaN: > > return (fp1 == fp2) || (Double.isNaN(fp1) && Double.isNaN(fp2)); > > See > https://github.com/geotools/geotools/blob/master/modules/library/main/src/main/java/org/geotools/fi

Re: [Geoserver-users] Performance with Geoserver 2.5.1 and WMS 1.3

2014-06-17 Thread Andrea Aime
On Mon, Jun 16, 2014 at 1:22 PM, perre wrote: > Hi > > My performance tests show that WMS requests in version 1.3 has been slower > in Geoserver 2.5.1 > Compared to what? Previous versions, 1.1.1 in the same version? Anyways, no, nothing comes to mind. Cheers Andrea -- == GeoServer Professio

Re: [Geoserver-users] for numeric NaN value

2014-06-17 Thread Jody Garnett
I notice that the IsEqualsToImpl does make allowances for NaN: return (fp1 == fp2) || (Double.isNaN(fp1) && Double.isNaN(fp2)); See https://github.com/geotools/geotools/blob/master/modules/library/main/src/main/java/org/geotools/filter/IsEqualsToImpl.java#L126 However I cannot see any test case

Re: [Geoserver-users] Performance with Geoserver 2.5.1 and WMS 1.3

2014-06-17 Thread Rahkonen Jukka (Tike)
Hi, Just checking that the requests to the service were identical in both cases, weren't they? Can we see one request as an example? -Jukka Rahkonen- perre wrote: > Hi > > My performance tests show that WMS requests in version 1.3 has been slower in > Geoserver 2.5.1 In Geoserver log i can se

Re: [Geoserver-users] Repeated labels for PolygonSymbolizer

2014-06-17 Thread Jonathan Moules
Hi Tam, Grouping should do what you want - http://docs.geoserver.org/stable/en/user/styling/sld-reference/labeling.html#grouping-features-group Cheers, Jonathan On 16 June 2014 19:40, tt5430 wrote: > Below is the FeatureTypeStyle that draws polygon with labels. As you > can see from the

[Geoserver-users] Performance with Geoserver 2.5.1 and WMS 1.3

2014-06-17 Thread perre
Hi My performance tests show that WMS requests in version 1.3 has been slower in Geoserver 2.5.1 In Geoserver log i can see that PostGIS Select has different coordinates for POLYGON in version 1.3 compared to 1.1.1. any idea ? >From Geoserver log version 1.3 SELECT "OBJECTID","KKOD",encode(ST_A

[Geoserver-users] for numeric NaN value

2014-06-17 Thread tt5430
I use Geoserver for rendering Imagery and Vector data. I have a PostGIS table with a numeric type which has "NaN" values. I am creating SLD for this vector data and not sure how to setup for this value. I have tried the followings and they don't seem to work: hdp - This returned no results.

[Geoserver-users] Repeated labels for PolygonSymbolizer

2014-06-17 Thread tt5430
Below is the FeatureTypeStyle that draws polygon with labels. As you can see from the attached image, the labels are repeated many times over the polygon. Is there a that I can use to suppress the behavior? Landing area

Re: [Geoserver-users] [Geotools-gt2-users] WFS 2.0.0 issue

2014-06-17 Thread Nhan Vo
PS: Sorry I mean Filter 2.0 :-) On 6/17/2014 8:51 AM, Nhan Vo wrote: Hi Ben, Thank you for the reply. I switched to version 2.5.1 to check if a bug in WCS was fixed, but it was not. So to avoid the problem asap in our running applications I switched back to version 2.3.5 in which the matchCa

Re: [Geoserver-users] WCS 1.0.0 bug?

2014-06-17 Thread Nhan Vo
Hi, I've created an issue. Thanks for your responses. Best regards, Nhan On 6/16/2014 4:40 PM, Andrea Aime wrote: On Mon, Jun 16, 2014 at 4:30 PM, Rahkonen Jukka (Tike) mailto:jukka.rahko...@mmmtike.fi>> wrote: Hi, I did test with WCS 1.0.0 and the advertised format in DescribeC