[Geoserver-users] Possible to obtain groups from HTTP Headers?

2016-02-23 Thread Martin Davis
We are running GeoServer behind a HTTP security proxy which provides both user authentication and user group membership information (via HTTP Headers). Is it possible to somehow pass the user groups into GeoServer for use by Security subsystem, against a suitably configured Role Service? We are

Re: [Geoserver-users] Netcdf Dateline Wrapping

2016-02-23 Thread Daniele Romagnoli
Hi Alberto, do you have any chance to share a sample? There should be already code which does additional checks and read combinations to deal with case of data in the range 0-360. https://osgeo-org.atlassian.net/browse/GEOT-5205 Having a sample data can allow us investigating on this. You may

[Geoserver-users] Netcdf Dateline Wrapping

2016-02-23 Thread Peirats, Alberto
(Re-sending this in plain text and no attachments) Hi all, Running Geoserver 2.8 and have an imagemosaic store with a NetCDF. The NetCDF defines a grid which crosses the dateline (x range [150,240], equivalent to 150E to 120W, or 150 to -120). The NetCDF is stored in EPSG:4326. Through WMS, if

[Geoserver-users] Setting InputTransparentColor from code

2016-02-23 Thread RSaulkin
Hi all, I'm new to GeoServer and I have a problem that I couldn't solved: I'm creating a GeoTiff layer (creating CoverageStore + Coverage) via C# code that wrapps REST APIs. At the layer I also add the InputTransparentColor field with color value for the GeoTiff to be transparent. Everything