Re: [Geoserver-users] Create layer for each band of a Geotiff file

2012-09-11 Thread Martin Davis
Or you can look here: http://docs.geoserver.org/stable/en/user/styling/sld-reference/rastersymbolizer.html#channelselection On Tue, Sep 11, 2012 at 12:23 PM, Andrea Aime wrote: > On Tue, Sep 11, 2012 at 8:07 PM, António Rocha < > antonio.ro...@deimos.com.pt> wrote: > >> Greetings >> I have a Geo

Re: [Geoserver-users] Create layer for each band of a Geotiff file

2012-09-11 Thread Andrea Aime
On Tue, Sep 11, 2012 at 8:07 PM, António Rocha wrote: > Greetings > I have a Geotiff file with 2 bands (band 1 and band 2) and I added to > the store.- Now I want to generate 2 layers one for each band. Is it > possible using this geotiff or I need to generate 2 Geotiff files (one > with each band

[Geoserver-users] Create layer for each band of a Geotiff file

2012-09-11 Thread António Rocha
Greetings I have a Geotiff file with 2 bands (band 1 and band 2) and I added to the store.- Now I want to generate 2 layers one for each band. Is it possible using this geotiff or I need to generate 2 Geotiff files (one with each band)? Thank you Antonio

[Geoserver-users] Fwd: Re: [cas-user] Question about CAS proxy tickets

2012-09-11 Thread Garey Mills
Christian - Please see the discussion below. I have an application (OpenGeoPortal) that will be making repeated requests to Geoserver inside of one person's session (in OpenGeoPortal). Generating a new proxy ticket for each request does not look like a good fit for that use. Is there

[Geoserver-users] Uploading a zip containing an ecw file with .eww/.prj doesnt find the projection

2012-09-11 Thread Landry Breuil
Hi, in the context of georchestra, using geoserver 2.1.3/geotools 2.7.4 and geosource trunk with tomcat 6 i'm trying to make the geopublish feature from geosource to push ecw files (through REST) to geoserver. I've fixed various issues on the geosource/geonetwork side, but i'm facing a usecase

Re: [Geoserver-users] geoserver scripting extension

2012-09-11 Thread Justin Deoliveira
Hi, The new extension is mean to supersede the the python specific extension. It also is mean to be for the most part language agnostic in that it will support multiple languages including python. It does this my making use of jsr-223, a standard in java for an interface to scripting languages. C

Re: [Geoserver-users] SQL view and NPE

2012-09-11 Thread Simon Hartley
Reloading the configuration did the trick. For your info, for the query: SELECT ST_GeomFromText( 'LINESTRING(%ROUTELINE%)' ) In the UI I get: ERROR: parse error - invalid geometry Hint: "LINESTRING()" <-- parse error at position 13 within geometry Thank you for the help. From: andrea.a...@gma

Re: [Geoserver-users] SQL view and NPE

2012-09-11 Thread Andrea Aime
On Tue, Sep 11, 2012 at 10:19 AM, Simon Hartley wrote: > Reloading the configuration did the trick. > > ** ** > > For your info, for the query: > > SELECT ST_GeomFromText( 'LINESTRING(%ROUTELINE%)' ) > > In the UI I get: > > ERROR: parse error - invalid geometry Hint: "LINESTRING()

Re: [Geoserver-users] SQL view and NPE

2012-09-11 Thread Andrea Aime
On Thu, Sep 6, 2012 at 5:08 PM, Simon Hartley wrote: > Hiya, > > ** ** > > I wanted to be able to pass in an arbitrary set of points to draw a line > and still get GeoServer to define the styling. > > ** ** > > In order to achieve this I tried to create the following SQL view as a > layer