[Geoserver-users] Advice for shortening a 68 rule SLD!

2013-05-28 Thread cjones
Hi, I was wondering whether anyone might have some useful advice regarding how i can shorten the length of my SLD? My SLD is currently composed of one transformation and 68 rules, and is currently over 2000 lines long! The reason it is so long is because the SLD classifies data into wind barb

Re: [Geoserver-users] Advice for shortening a 68 rule SLD!

2013-05-28 Thread Andrea Aime
On Tue, May 28, 2013 at 11:11 AM, cjones c.jo...@geos.com wrote: Hi, I was wondering whether anyone might have some useful advice regarding how i can shorten the length of my SLD? My SLD is currently composed of one transformation and 68 rules, and is currently over 2000 lines long! The

[Geoserver-users] Geoserver load balancing

2013-05-28 Thread Ashraf Tammam
Hello all Is there any way to achieve load balancing for the geoserver?? how??   Regards, Dr. Eng. Ashraf Tammam-- Try New Relic Now We'll Send You this Cool Shirt New Relic is the only SaaS-based application

Re: [Geoserver-users] Geoserver load balancing

2013-05-28 Thread Russ Hore
Have you looked at; http://opengeo.org/publications/geoserver-production/ or http://opengeo.org/publications/geoserver-production/opengeo-geoserver.pdf Russ --- On 28 May 2013, at 13:47, Ashraf Tammam aft1...@yahoo.com wrote: Hello all Is there any way to achieve

Re: [Geoserver-users] Geoserver load balancing

2013-05-28 Thread Stephen V. Mather
Try these. I think there's a presentation that covers some of this from GeoSolutions as well, but I have misplaced the link. http://blog.opengeo.org/2013/04/18/geoserver-in-a-clustered-configuration-part-1/ http://blog.opengeo.org/2013/04/30/geoserver-in-a-clustered-configuration-part-2/ Best,

[Geoserver-users] Customize display of WMS GetFeatureInfo results

2013-05-28 Thread Asma ouqalli
Hello, i have a popup that get the featureInfo on the map, what i want to do is to customize the display of the WMS GetInfo Results, i don't want to avoid automatic alphabetic sortingof the attribute declared on the source (see the code). Plz tell me how to do that, here's my code: action =

Re: [Geoserver-users] Geoserver load balancing

2013-05-28 Thread Stephen V. Mather
I don't think it matters whether it's a hardware or software load balancer. I have used something as simple as Pen as a load balancer. Best, Steve [http://sig.cmparks.net/cmp-ms-90x122.png] Stephen V. Mather GIS Manager (216) 635-3243 (Work) clevelandmetroparks.comhttp://www.clemetparks.com

Re: [Geoserver-users] Geoserver load balancing

2013-05-28 Thread Stephen V. Mather
:) Read the links I sent. They briefly address the question of where to place the data, when to duplicate data vs. use a common store. And make sure to reply-all so that this stays in the geoserver-users forum. All the best, Steve [http://sig.cmparks.net/cmp-ms-90x122.png] Stephen V. Mather

[Geoserver-users] FW: Error with SLD styles

2013-05-28 Thread Steven Campbell
From: Steven Campbell Sent: 28 May 2013 14:39 To: 'Edward Mac Gillavry' Subject: RE: [Geoserver-users] Error with SLD styles That's perfect thank you, I had some other issues within the SLD, but this was the final one that was bugging me and this worked perfectly! Thanks Steve

[Geoserver-users] Monitoring GeoServer

2013-05-28 Thread Jonathan Moules
Hi List, I'm interested in monitoring several aspects of GeoServer using NAGIOS. The thing that's stumping me is how to get the number of requests the server is receiving. I'm aware of the monitoring plugin, and have set it up to act as a live system, which works because I don't want it to keep

Re: [Geoserver-users] How to install Geoserver Authentication with LDAP?

2013-05-28 Thread Kevin Smith
You're supposed to run acme-ldap.jar as a separate java application. It's not a plugin for GeoServer, it's a dummy LDAP server with the example directory used for the tutorial. On 23 May 2013 00:16, Макс Кливер dh0m...@gmail.com wrote: I was add acme-ldap.jar into WEB-INF/lib directory.

[Geoserver-users] Use of Geoserver Pritning Module with OpenLayers client?

2013-05-28 Thread Benjamin Krepp
Dear colleagues, I have a couple of OpenLayers apps (backed by Geoserver) to which I’d like to add the ability to print the map in .pdf format. The Geoserver Printing Module ( http://docs.geoserver.org/latest/en/user/community/printing/index.html) looks like it would provide the server-side

Re: [Geoserver-users] Use of Geoserver Pritning Module with OpenLayers client?

2013-05-28 Thread Stephen V. Mather
Hi Ben, Writing clients for mapfish is not hard. I don't have any OL examples to share, but you just need to PUT a specially formatted json to the service endpoint-- the json doc declares layers, extent, dpi, layout, etc. I don't know how well the API is documented these days, but some hints

Re: [Geoserver-users] Use of Geoserver Pritning Module with OpenLayers client?

2013-05-28 Thread Max Stephan
Hi Ben, GeoExt is using OpenLayers as well and is just an additional layer on top of Ext-JS (for the interface components) and OpenLayers (for the mapping components). Therefore I think it wouldn´t be much extra-effort. You can just use your existing OpenLayers-code with your map-object.