<?xml version="1.0" encoding="UTF-8"?><StyledLayerDescriptorversion="1.0.0"xsi:schemaLocation="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"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><!-- a Named Layer is the basic building block of an SLD document --><NamedLayer><Name>default_raster</Name><UserStyle><!-- Styles can have names, titles and abstracts --><Title>Opaque Raster</Title><Abstract>A sample style that draws a raster, good for displaying imagery</Abstract><!-- FeatureTypeStyles describe how to render different features --><!-- A FeatureTypeStyle for rendering rasters --><FeatureTypeStyle><Transformation><ogc:Functionname="ras:Jiffle"><ogc:Functionname="parameter"><ogc:Literal>coverage</ogc:Literal></ogc:Function><ogc:Functionname="parameter"><ogc:Literal>script</ogc:Literal><ogc:Literal>
b1 = src[1];
b2 = src[2];
dest = b2;
</ogc:Literal></ogc:Function></ogc:Function></Transformation><Rule><Name>rule1</Name><Title>Opaque Raster</Title><Abstract>A raster with 100% opacity</Abstract><RasterSymbolizer><ChannelSelection><GrayChannel><SourceChannelName>1</SourceChannelName></GrayChannel></ChannelSelection><ColorMaptype="classes"><ColorMapEntryopacity="0"color="#00FFFF"label="0"quantity="0"/><ColorMapEntryquantity="1"color="#00FFFF"label="1"/><ColorMapEntryquantity="2"color="#4d4dff"label="2"/><ColorMapEntryquantity="3"color="#0000FF"label="3"/><ColorMapEntryquantity="999"color="#0000FF"label="other"/></ColorMap></RasterSymbolizer></Rule></FeatureTypeStyle></UserStyle></NamedLayer></StyledLayerDescriptor>