[Geoserver-devel] [jira] (GEOS-5766) MonitorInputStream ignores maxSize

2013-04-12 Thread Ian Schneider (JIRA)
Ian Schne

Re: [Geoserver-devel] execute python scripting wps

2013-04-12 Thread Justin Deoliveira
Thanks Dominique, My guess is contention over the thread pool used to execute proceses. When a process executes it does so in a fixed size thread pool. If the thread pool is full (all threads are currently busy executing) the process execution will wait, and block if its a synchronous execution.

Re: [Geoserver-devel] JSON output - total number of features for paging

2013-04-12 Thread Biskup, Paul
Hi there, I have just created a patch following the tutorial on how to submit a patch using github pull-requests from the GeoServer-documentation page. (http://docs.geoserver.org/latest/en/developer/policies/patches.html). A new test 'testGetFeatureCount() was created in the 'GeoJSONTest.java',

[Geoserver-devel] [jira] (GEOS-5765) Bug in Alpha Aware Quantizer

2013-04-12 Thread Simone Giannecchini (JIRA)
Simone Gi

Re: [Geoserver-devel] Redundant styles in GetLegendGraphic for layergroup

2013-04-12 Thread Mauro Bartolomeoli
This could be a bug. Could you open a jira issue for that with enough info to reproduce it? Thanks Mauro 2013/4/12 Shane StClair > Oh, and one other issue with redundant styles in layergroup > GetLegendGraphic: when a style is rendered redundantly, the name of the > last layer gets used in all

Re: [Geoserver-devel] Redundant styles in GetLegendGraphic for layergroup

2013-04-12 Thread Mauro Bartolomeoli
2013/4/12 Shane StClair > Hi Mauro & all, > > I noticed that if multiple layers in a layergroup GetLegendGraphic use the > same default style, that style is rendered redundantly for each layer > instead of only once. In our case, this is a layergroup that contains > multiple bathymetry tifs using

[Geoserver-devel] Distribuited GeoServer

2013-04-12 Thread Federico Cacco
Hi I'm trying to develop a system to run GeoServer in a cloud environment (eg Amazon EC2) My idea was to distribute the various services, such the installation of the WMS service on a server, the WFS service on another server and so on with a dispatcher upstream of them to route the various reque

[Geoserver-devel] Redundant styles in GetLegendGraphic for layergroup

2013-04-12 Thread Shane StClair
Hi Mauro & all, I noticed that if multiple layers in a layergroup GetLegendGraphic use the same default style, that style is rendered redundantly for each layer instead of only once. In our case, this is a layergroup that contains multiple bathymetry tifs using the same style. It seems like each

Re: [Geoserver-devel] Redundant styles in GetLegendGraphic for layergroup

2013-04-12 Thread Shane StClair
Oh, and one other issue with redundant styles in layergroup GetLegendGraphic: when a style is rendered redundantly, the name of the last layer gets used in all of the renderings. Best, Shane On Fri, Apr 12, 2013 at 1:49 AM, Shane StClair wrote: > Hi Mauro & all, > > I noticed that if multiple l

[Geoserver-devel] Enhancement to sql views - basic SQL parameter escaping

2013-04-12 Thread geoff
Hi List, I'm using SQL views quite extensively to run custom SQL in GeoServer, but I've now reached a point where my developers are raising bug reports to modify the validation regular expression to allow identifiers that contain quotes. At the moment I can't do this, or I could only do it by hav