[Geoserver-users] Fwd: Get "Error rendering coverage on the fast path" when request a browse image from an image mosaic layer

2016-09-01 Thread Devon Tucker
Oops, meant to send this to the user list. -- Forwarded message -- From: Devon Tucker Date: Thu, Sep 1, 2016 at 11:14 PM Subject: Re: [Geoserver-users] Get "Error rendering coverage on the fast path" when request a browse image from an image mosaic layer

Re: [Geoserver-users] EPSG:32661 clarification

2016-09-01 Thread Andrea Aime
By the way, the EPSG database seems to also have the E,N oriented variant, it's under a different code: https://epsg.io/5041 Cheers Andrea On Thu, Sep 1, 2016 at 6:46 PM, Andrea Aime wrote: > On Thu, Sep 1, 2016 at 6:15 PM, Bessette-Halsema, Dominique E < >

Re: [Geoserver-users] ExternalGraphic mis-sized for PostGIS

2016-09-01 Thread Andrea Aime
Hi Jonathan, your mail seems to imply there were images, but I got none. In any case, it seems indeed odd that just changing the database results in such a difference, and cannot think of any reason for this to happen. I'd go ahead and investigate more, if you find a way to reproduce, open a

Re: [Geoserver-users] EPSG:32661 clarification

2016-09-01 Thread Andrea Aime
On Thu, Sep 1, 2016 at 6:15 PM, Bessette-Halsema, Dominique E < dominique.besse...@gdit.com> wrote: > Hi > > > > I’m using GeoServer 2.9 and I’m seeing that the output axes for EPSG:32661 > is Northing-Easting. The bug https://osgeo-org.atlassian. > net/browse/GEOS-6354 documents that the axis

[Geoserver-users] EPSG:32661 clarification

2016-09-01 Thread Bessette-Halsema, Dominique E
Hi I'm using GeoServer 2.9 and I'm seeing that the output axes for EPSG:32661 is Northing-Easting. The bug https://osgeo-org.atlassian.net/browse/GEOS-6354 documents that the axis is swapped and says that EPSG:32661 does not follow the standard. This bug report was closed under 2.5 but I'm

[Geoserver-users] ExternalGraphic mis-sized for PostGIS

2016-09-01 Thread Jonathan Moules
Hi List, I'm seeing some very odd behaviour with external graphics. The TextSymboliser is this: TextSymbolizer Label ogc:PropertyNameroad_no/ogc:PropertyName /Label Font CssParameter name="font-family"Arial/CssParameter

Re: [Geoserver-users] Styling a raster based on two bands

2016-09-01 Thread Andrea Aime
In particular, I believe the quickest approach would be to write your own rendering transformation (they are pluggable after all). There is no dev doc, but you can find some info here: http://docs.geoserver.org/stable/en/user/styling/sld-extensions/rendering-transform.html

Re: [Geoserver-users] Styling a raster based on two bands

2016-09-01 Thread Simone Giannecchini
RIght now, this needs some coding in GeoServer, alternatively, you can preprocess the second band accordingly. Simone. On Thursday, September 1, 2016, Devin Eyre wrote: > We want to use a different colormap for the same radar reflectivity value > based on the

Re: [Geoserver-users] Styling a raster based on two bands

2016-09-01 Thread Devin Eyre
We want to use a different colormap for the same radar reflectivity value based on the precipitation type (snow, rain, or mixed). We were hoping we could get away with only making one layer with two different styles, one of which would show precipitation type, and one would not.

Re: [Geoserver-users] Styling a raster based on two bands

2016-09-01 Thread Simone Giannecchini
Ciao Devin, yeah, ok but if you want to get help you need to give some more info. If you want to be able to style each band separately from the tiff file, you can do it with two different styles doing a channel selection before the colormap. I still don't understand how you want to apply a

Re: [Geoserver-users] Styling a raster based on two bands

2016-09-01 Thread Devin Eyre
The first band is radar reflectivity, and the second band is precipitation type. From: Simone Giannecchini Sent: Thursday, September 1, 2016 10:26 AM To: Devin Eyre Cc: geoserver-users@lists.sourceforge.net Subject: Re:

Re: [Geoserver-users] Styling a raster based on two bands

2016-09-01 Thread Irnik Dionisiev
When you set ChannelSelection tag, you can choose only one band, so to make ColorMap based on its value (quantity). What kind of merge you want? Can you make it on the image, so then you can use that band, or if that is the case - you can duplicate the band number and use RGB channels. Hope

Re: [Geoserver-users] Styling a raster based on two bands

2016-09-01 Thread Simone Giannecchini
Ciao Devin, the quick answer is no, however I am curious about what your use case is and what you are trying to achieve. I don't see a meaningful use case for creating a single colormap out of two bands unless you are talking about doing some kind of raster algebra before applyin the coloramp

[Geoserver-users] i18n problem

2016-09-01 Thread Irnik Dionisiev
Hello, I've been trying to create style in geoserver with Multilanguage Title - using this (sample) sld: http://www.opengis.net/sld StyledLayerDescriptor.xsd" xmlns="http://www.opengis.net/sld; xmlns:ogc="http://www.opengis.net/ogc; xmlns:xlink="http://www.w3.org/1999/xlink;

Re: [Geoserver-users] REST API Question

2016-09-01 Thread Andrea Aime
On Thu, Sep 1, 2016 at 11:47 AM, David Alda Fernandez de Lezea < da...@hazi.eus> wrote: > Hi list, > > I'm wondering if anyone knows or if it's possible to get information about > where's a layer stored via REST API. For example, I'd like to know, based > on a layer name, the server and the DB

[Geoserver-users] REST API Question

2016-09-01 Thread David Alda Fernandez de Lezea
Hi list, I'm wondering if anyone knows or if it's possible to get information about where's a layer stored via REST API. For example, I'd like to know, based on a layer name, the server and the DB where it's stored. If not, how could I achieve this? Any ideas? Thanks in advance. Regards,