|
From: D.Nunes <din...@gm...> - 2008-12-16 18:30:48
|
Hello again, i'm using the default raster.sld in geoserver 1.7.1 i've tried to add the following tags to the source raster.sld: <RasterSymbolizer> <Opacity>1.0</Opacity> <ColorMap> <ColorMapEntry color="#FFFFFF" quantity="1"/> </ColorMap> </RasterSymbolizer> and the result was= nothing on screen :) i've tried too: <RasterSymbolizer> <Opacity>1.0</Opacity> <ColorMap> <ColorMapEntry color="#FFFFFF" quantity="1" label="nodata"/> </ColorMap> </RasterSymbolizer> and the result was nothing on screen again. The original works, but with the black in the nodata: <RasterSymbolizer> <Opacity>1.0</Opacity> </RasterSymbolizer> What can i do? Thanks 4 the help. Cumps. D.Nunes -- View this message in context: http://www.nabble.com/Geoserver-raster-with-black-background-tp21018416p21038909.html Sent from the GeoServer - User mailing list archive at Nabble.com. |