[Geoserver-users] #if condition in getfeatureinfo template

2012-02-28 Thread Francesc Cañas
There's any way to show one attribute only if is not null? Following the tutorial of freeMarker I've tried this: #if feature.NOMBRE99.value?? li/li #else li*Provincia:* ${feature.NOMBRE99.value}/li/#if Pretending to display an empty list if the value is missing and the value with the tag

[Geoserver-users] Bounding box for small WMS images: Higher precision needed?

2012-02-28 Thread K. Arthur Endsley
I am using GeoServer's WMS capability to serve relatively small images (e.g. 14000 columns by 2000 rows) representing bridge driving surfaces. These were uploaded to GeoServer as GeoTIFFs. Initially, ServiceException(s) of the following type were received when using the WMS reflector to preview

[Geoserver-users] is the spacing of vertline in polygon fill SLD possible?

2012-02-28 Thread Robert Buckley
Hi, I have two fill symbols which need to be replicated in geoserver. They are both exactly the same, apart from one has larger spacing between the vertline              PolygonSymbolizer               Fill                  GraphicFill                    Graphic                      Mark      

Re: [Geoserver-users] Allow RSS link to be templated

2012-02-28 Thread David R Robison
Is there an existing test case for testing the description.ftl or title.ftl that I could modify and attach to the JIRA? I'm not too familiar with the source tree. Thanks, David On 2/28/2012 9:00 AM, Andrea Aime wrote: On Mon, Feb 27, 2012 at 9:59 PM, David R Robison

Re: [Geoserver-users] is the spacing of vertline in polygon fill SLD possible?

2012-02-28 Thread Robert Buckley
I´ll answer my own question yes! with size/size i.e              PolygonSymbolizer               Fill                  GraphicFill                    Graphic                      Mark                        WellKnownNameshape://slash/WellKnownName                        Stroke            

Re: [Geoserver-users] is the spacing of vertline in polygon fill SLD possible?

2012-02-28 Thread Andrea Aime
On Tue, Feb 28, 2012 at 4:25 PM, Robert Buckley robertdbuck...@yahoo.com wrote: Hi, I have two fill symbols which need to be replicated in geoserver. They are both exactly the same, apart from one has larger spacing between the vertline              PolygonSymbolizer               Fill  

Re: [Geoserver-users] SLD: inside Puffer

2012-02-28 Thread Robert Buckley
I am not able to create this inside puffer with transparent hole sld using difference as this needs two separate input geometries in order to create the buffer. I wanted to do this with just one polyon geometry. yours, Rob Von: Robert Buckley

[Geoserver-users] How to write a geometry function in an SLD with two inputs?

2012-02-28 Thread Robert Buckley
Hi I am trying to write a geometry function inside an SLD which calculates the difference. Rule         Filter             Difference       PropertyNameGEOMETRY/PropertyName       Literal          ?       /Literal /Difference          /Filter          LineSymbolizer          

Re: [Geoserver-users] SLD VectorToRaster Transformation

2012-02-28 Thread Nikolai Bock
Hello, there are no ideas at all? I have no solution for it the last 2 weeks. Here is a part of the log file: at org.geoserver.wms.map.GetMapKvpRequestReader.checkStyle(GetMapKvpRequestReader.java:1127) at

[Geoserver-users] Error occurred creating table

2012-02-28 Thread Markus Weltin
I recently got geonde set up to use ssl when connecting to postgres, and did manage to upload a few shapefiles and a raster. This week, I get an java.io.IOException error when ever I try to upload a shapefile. 28 Feb 08:30:52 ERROR [geoserver.rest] - java.lang.RuntimeException:

Re: [Geoserver-users] SLD VectorToRaster Transformation

2012-02-28 Thread Martin Davis
You might need to specify the geometry column of the underlying FeatureType, even if it's not used in the SLD. E.g. RasterSymbolizer !-- specify geometry column of FeatureType to pass SLD validation, even if not actually used --

Re: [Geoserver-users] SLD VectorToRaster Transformation

2012-02-28 Thread Andrea Aime
On Mon, Feb 13, 2012 at 12:31 PM, Nikolai Bock nikolai.b...@geoinform.fh-mainz.de wrote: Hi, I tried to use the Transformation-Tag in Geoservers SLD. The process with Processbuilder work fine with this configuration: I don't understand what sense does it make to run such process in a

Re: [Geoserver-users] Which would be fastest - WMSGetFeatureInfo, or WFS DWithin Spatial filter

2012-02-28 Thread Chris Holmes
The best solution to this will be to implement UTFGrid output from GeoServer. See OpenLayers example at http://tschaub.net/openlayers/examples/utfgrid.html Will take a decent bit of development effort, as it gets in to core rendering stuff. But will be awesome if we build it right. On Tue, Feb

Re: [Geoserver-users] Error occurred creating table (Markus Weltin)

2012-02-28 Thread Markus Weltin
Message: 1 Date: Tue, 28 Feb 2012 10:03:50 -0800 From: Markus Weltin mwel...@pdx.edu Subject: [Geoserver-users] Error occurred creating table To: Geoserver-users@lists.sourceforge.net Message-ID: CAGKVb_KYXg9BZwwmXP+aCWTei=kyzvkk2i1xvtawuszos_p...@mail.gmail.com Content-Type:

[Geoserver-users] setting time out in geoserver 2.1.2

2012-02-28 Thread Robert Buckley
Hi, Is there a simple way to set the normal session time-out in geoserver?  I found this is a post...could I just up the integer in web.xml? session-config session-timeout60/session-timeout /session-config cheers,

Re: [Geoserver-users] Which would be fastest - WMSGetFeatureInfo, or WFS DWithin Spatial filter

2012-02-28 Thread Andrea Aime
On Tue, Feb 28, 2012 at 11:55 PM, Phil Scadden p.scad...@gns.cri.nz wrote: Andrea - is there any material difference between wmsgetfeatureinfo and wfs getfeature with suitable bbox? I would rather use wfs as dont really want html. I am minimizing server calls with delays on how long mouse is