Hi,
is it possible to create an env substitution of the 'color' entry of the
'ColorMapEntry'?
...
<FeatureTypeStyle>
<Rule>
<MinScaleDenominator>0</MinScaleDenominator>
<MaxScaleDenominator>10000</MaxScaleDenominator>
<RasterSymbolizer>
<Opacity>
<ogc:Function name="env">
<ogc:Literal>Opa</ogc:Literal>
<ogc:Literal>1.0</ogc:Literal>
</ogc:Function>
</Opacity>
<ChannelSelection>
<GrayChannel>
<SourceChannelName>1</SourceChannelName>
</GrayChannel>
</ChannelSelection>
<ColorMap type="values" extended="false">
<ColorMapEntry color="#ff6600" quantity="0" label="0"
opacity="1" />
<ColorMapEntry color="#ffffff" quantity="1" label="1"
opacity="0" />
</ColorMap>
</RasterSymbolizer>
</Rule>
</FeatureTypeStyle>
--
View this message in context: http://osgeo-org.1560.x6.nabble.com/SLD-Substitution-in-ColorMapEntry-tp5143743.html
Sent from the GeoServer - User mailing list archive at Nabble.com.