Re: [Geoserver-users] Projection issues with SDE layers

2014-03-06 Thread mallelaprasanth
Hi Jody and Stefan, I got information regarding table from SDE and the table output is ArcSDE 10.0 for Oracle11g Build 685 Fri May 14 12:05:43 2010 LayerAdministration Utility - Layer Description : Table Owner ..: dummy Table

[Geoserver-users] GetFeatureInfo on nested layer groups

2014-03-06 Thread Wilhelm, Dirk
Hello, i have a layer group containing 6 other layer groups that don't overlap. Now i start a getFeatureInfo request on my base layer group with a point that lies in one of my sub-layer groups and i can see in the log that all layers in all layer groups are queried. Is this expected behavior?

Re: [Geoserver-users] GetFeatureInfo on nested layer groups

2014-03-06 Thread Andrea Aime
On Thu, Mar 6, 2014 at 9:51 AM, Wilhelm, Dirk wrote: > Hello, > > > > i have a layer group containing 6 other layer groups that don't overlap. > > > > Now i start a getFeatureInfo request on my base layer group with a point > that lies in one of my sub-layer groups and i can see in the log that

[Geoserver-users] Cartography: Working with meter instead of pixel values within XML

2014-03-06 Thread Tim Jonas
Howdy, casually I found an option to work with meter values within in my XML file to cartograph for example streets according to their veridical thickness instead of working with pixel values. You just have to insert something like (red highlighted): http://www.opengeospatial.org/se/units/metre";

Re: [Geoserver-users] Client for GeoServer WPS

2014-03-06 Thread José Carlos Martínez Llario
Thanks for the answer Jody, Im trying QGIS WPS plugin but always getting the same geoserver log error at the end of the execute process: org.geotools.process.ProcessException: Could not convert ... to target type .. It does not matter the input data (vector, raster, selected features) or th

[Geoserver-users] Rendering failure using (contour) shapefiles bigger than 1, 3GB

2014-03-06 Thread Tim Jonas
Howdy, I generated contour lines for my working area with GDAL based on SRTM data, which worked quite fine and looks really good. At the very beginning the contour shapefile had a size of > 3,5 GB, which was quite to heavy for GeoServer to deal with. Thus, (1) I first splittet the contour shapefil

Re: [Geoserver-users] Client for GeoServer WPS

2014-03-06 Thread Jody Garnett
We have the start of a WPS client in GeoTools, it is unsupported as it has not succeeded in grabbing sufficient funding to mange interesting complex data types. I think the gvSig project also got some funding to work on a client. I really like the WPS specification (see WPS Shootout

Re: [Geoserver-users] GetFeatureInfo on nested layer groups

2014-03-06 Thread Jody Garnett
That said you are welcome to look at the GetFeatureInfo implementation and check the query against the bounds of each layer .. and ignore queries that have no chance of hitting content. The code is here: - https://github.com/geoserver/geoserver/blob/master/src/wms/src/main/java/org/geoserver/wms/G

Re: [Geoserver-users] Rendering failure using (contour) shapefiles bigger than 1, 3GB

2014-03-06 Thread Jody Garnett
You may want to switch to PostGIS and look at smoothing / simplifying some of the geometry prior to use. GeoServer may also be struggling to produce the initial spatial index (QNX) file prior to rendering - have a look and see if it has been generated. Jody Garnett On Thu, Mar 6, 2014 at 8:56 PM

[Geoserver-users] Geoserver not responding for concurrent users

2014-03-06 Thread venky
Dear All, I have developed a web map application by using Geoserver 2.4.0 and tomcat 7 in Windows XP. My problem is geoserver itself not serving the data for concurrent users around 10 to 15 people (Hanging,Not loading..etc). Its serving data only for 3 to 4 users. I did all performance tunning i

Re: [Geoserver-users] Geoserver not responding for concurrent users

2014-03-06 Thread Simone Giannecchini
Ciao Venky, a few questions: -1- which are the characteristics for the HW you are using -2- Did you optimized data? Check these slides for some additional information http://goo.gl/74XUPq Regards, Simone Giannecchini == Our support, Your Success! Visit http://opensdi.geo-solutions.it for more in

Re: [Geoserver-users] Geoserver not responding for concurrent users

2014-03-06 Thread José Carlos Martínez Llario
Hi, Are you using geowebcache or any other cache system? if not, geoserver is calculating the tiles every wms request. On 06/03/2014 19:57, Simone Giannecchini wrote: > Ciao Venky, > a few questions: > > -1- which are the characteristics for the HW you are using > -2- Did you optimized data? Che

[Geoserver-users] SLD Rule for Country Borders

2014-03-06 Thread Filipe
Hello Everyone. I have a layer with countrys information. I have a simple SLD (at the end) for it that fills the polygon and draw the surrondings. All is fine and the result is as espected. Now, i want to change the SLD for the surroundings of the polygon (stroke), only gets drawed if it has anot

Re: [Geoserver-users] Processor for XSLT WFS output format module

2014-03-06 Thread Simone Giannecchini
Dear User, I remember that removing the xerces and xalan jars from geoserver caused some headaches with some of the extensions that actually relying on GeoServer to ship them (like the printing extension). Can you paste a large portion of the stacktrace? If that is the cause we might need to updat

[Geoserver-users] Unable to add GDAL coverages through REST API using v2.4.4 and greater

2014-03-06 Thread Ben Johnson
We were using GeoServer 2.3.3 and loading everything via the REST API and decided to upgrade. However, loading any GDAL coverage fails when trying to publish the coverage. I can add the CoverageStore but when I try and add the Coverage it fails with an ... IllegalArgumentException: The specified c

[Geoserver-users] Creating Great Circle LineStrings

2014-03-06 Thread Stanley Zhou
Hi, I'm looking to render a MultiLineString Geometry as Great Circle line segments within a GeoServer feature. I have read other posts talking about calculating the intermediate points beforehand so that the result looks like a Great Circle, but I'm looking to transform the Geometry on the fly.

Re: [Geoserver-users] SLD Rule for Country Borders

2014-03-06 Thread Jody Garnett
If you look at the natural earth dataset they have provided separate data files to meet this condition:- - http://www.naturalearthdata.com/downloads/10m-cultural-vectors/ In general these kind of checks are expensive and should be precomputed. Jody Garnett On Fri, Mar 7, 2014 at 6:16 AM, Filip