[Geoserver-users] GeoJSON from Geoserver

2013-06-26 Thread adityakumar529
HI , When I go for the output of a polygon with GeoJSON format in Layer Preview page I get the following error. *java.lang.RuntimeException: org.geotools.data.DataSourceException: An exception occurred while parsing WKB data org.geotools.data.DataSourceException: An exception occurred while parsi

Re: [Geoserver-users] Setting Up New Windows Server

2013-06-26 Thread cmaul
Hi Rob, 1. Installation of tomcat is straightforward. As it hasn't any native code Tomcat is 64-bit if your Java is 64-bit. (Please note: the Apache web server HAS native code, so you need a 64-bit version here) You can get it as zip and convert to a service with sc.exe (http://support.microsoft.

Re: [Geoserver-users] Layer Groups and Labeling issues

2013-06-26 Thread cmaul
Hello Sudheer, this is odd as I cannot reproduce this in my layergroups. The conflict resolution within a layer works well, however, the conflict resolution between the layers does not or I have the feeling it doesn't exist. Cheers Christian - Dr Christi

Re: [Geoserver-users] accessing www folder from header.ftl

2013-06-26 Thread Justin Deoliveira
Hi Jen, Unfortunately no information about the request is passed into the template. But you should be able to use an absolute path like "/geoserver/www/sorttable.js" as the script src attribute. This makes an assumption that the server context is named "geoserver" so wouldn't work if you deployed

[Geoserver-users] Layer Groups and Labeling issues

2013-06-26 Thread Sudheer
Hi All, I am trying to create a basemap with several layers and labeling each layer. Everything seemed to work fine except for labeling conflicts and duplication. Interestingly, it works fine as ie. no duplicates are generated as single layer. Any thoughts on how to resolve this issue. Thanks ---

Re: [Geoserver-users] Deploying Geoserver 2.3.x on Websphere 8

2013-06-26 Thread Sudheer
Thanks Christian. Though we were able to deploy application on Websphere8 noticed there are some issues with spring framework which resulted in not loading stores. Trying to troubleshoot and identify the issue. Will keep posted. On Sat, Jun 22, 2013 at 11:33 AM, Sudheer Chadalavada wrote: > All,

[Geoserver-users] accessing www folder from header.ftl

2013-06-26 Thread Jen Weiss
I have some javascript files placed in the .../data/www folder that I'm trying to be able to reference as a relative path in the header.ftl file (that styles the getFeatureInfo response). I can access the javascript files fine using the full url, eg: http://10.128.3.63:8080/geoserver/www/sorttabl

[Geoserver-users] Setting Up New Windows Server

2013-06-26 Thread Langford, Robert
List, I'm currently look to move from my testing environment to a live one and was wondering if anyone could provide any advice or tips. At present I'm using: * VMware Virtual Machine * 2 Physical Processors (Intel(r) Xeon(r) CPU E5-2680 0 @ 2.70GHz) * 4GB RAM *

Re: [Geoserver-users] How to pass parameters to Geoserver Heatmap SLD

2013-06-26 Thread apaleja
That's great explanation Nikolai. Thank you very much for all help. I have a shapefile with polygons. I want to generate Choropleth map. Whatever geoserver SLD examples I saw , uses static filtering from SLD only. Is it possible to create Choropleth maps using SLD like this heatmap SLD? -- Vi

Re: [Geoserver-users] Cascading WFS 2.0 in GeoServer

2013-06-26 Thread Andrea Aime
On Wed, Jun 26, 2013 at 10:37 AM, juhanisaastamoinen < juhani.saastamoi...@arbonaut.com> wrote: > > Andrea, you probably have some idea how much work it would take > to add the WFS 2.0 cascading support to GeoServer? Can you give > some details what needs to be changed and where can I find > those

Re: [Geoserver-users] Issue with PostGIS/PostgreSQL connection pooling and min_connections set to 0.

2013-06-26 Thread Andrea Aime
On Wed, Jun 26, 2013 at 10:45 AM, David Niedzielski < david.niedziel...@gmail.com> wrote: > Thanks for the reply. In our case, sadly, we have separate databases. One > for each data store. The timeouts to which you allude seems to be key, > because they obviously do not abide by the connection tim

Re: [Geoserver-users] Cascading WFS 2.0 in GeoServer

2013-06-26 Thread juhanisaastamoinen
geowolf wrote > On Wed, Mar 20, 2013 at 8:57 AM, Matti Silvennoinen > < > matti.silvennoinen@ > > wrote: >> Anyone knows if it’s possible to use WFS 2.0 as a data source (cascading >> WFS) in GeoServer? Seems that at least parsing WFS 2.0 capabilities >> document >> is not supported: “Error creat

Re: [Geoserver-users] Issue with PostGIS/PostgreSQL connection pooling and min_connections set to 0.

2013-06-26 Thread David Niedzielski
Thanks for the reply. In our case, sadly, we have separate databases. One for each data store. The timeouts to which you allude seems to be key, because they obviously do not abide by the connection timeout associated with the stores. Indeed, these single connections are up for as long as geoserver

Re: [Geoserver-users] Issue with PostGIS/PostgreSQL connection pooling and min_connections set to 0.

2013-06-26 Thread Andrea Aime
On Wed, Jun 26, 2013 at 4:46 AM, David Niedzielski < david.niedziel...@gmail.com> wrote: > Using GeoServer 2.2.1 and 2.3 with a large number of PostGIS-backed > datastores under TomCat 6.2.These stores are rarely used, so we'd like > them to not tie up a PostgreSQL connection until one is actu