Skip to content

Instantly share code, notes, and snippets.

@All4Gis
Last active May 20, 2020 12:25
Show Gist options
  • Save All4Gis/f52aa978d29bc1f5288657c883032723 to your computer and use it in GitHub Desktop.
Save All4Gis/f52aa978d29bc1f5288657c883032723 to your computer and use it in GitHub Desktop.
Mars MOLA Color
<?xml version="1.0" encoding="UTF-8"?>
<StyledLayerDescriptor xmlns="http://www.opengis.net/sld" version="1.0.0" xmlns:gml="http://www.opengis.net/gml" xmlns:sld="http://www.opengis.net/sld" xmlns:ogc="http://www.opengis.net/ogc">
<UserLayer>
<sld:LayerFeatureConstraints>
<sld:FeatureTypeConstraint/>
</sld:LayerFeatureConstraints>
<sld:UserStyle>
<sld:Name>Mars_MOLA_Dem</sld:Name>
<sld:FeatureTypeStyle>
<sld:Rule>
<sld:RasterSymbolizer>
<sld:ChannelSelection>
<sld:GrayChannel>
<sld:SourceChannelName>1</sld:SourceChannelName>
</sld:GrayChannel>
</sld:ChannelSelection>
<sld:ColorMap type="ramp">
<sld:ColorMapEntry label="-9000" color="#682667" quantity="-9000"/>
<sld:ColorMapEntry label="-8000" color="#812698" quantity="-8000"/>
<sld:ColorMapEntry label="-7000" color="#8226c7" quantity="-7000"/>
<sld:ColorMapEntry label="-6000" color="#4c26d3" quantity="-6000"/>
<sld:ColorMapEntry label="-5000" color="#263edf" quantity="-5000"/>
<sld:ColorMapEntry label="-4000" color="#1c86eb" quantity="-4000"/>
<sld:ColorMapEntry label="-3000" color="#26e6aa" quantity="-3000"/>
<sld:ColorMapEntry label="-2000" color="#42e126" quantity="-2000"/>
<sld:ColorMapEntry label="-1000" color="#94ef26" quantity="-1000"/>
<sld:ColorMapEntry label="0" color="#f3fe26" quantity="0"/>
<sld:ColorMapEntry label="1000" color="#febc3f" quantity="1000"/>
<sld:ColorMapEntry label="2000" color="#f99343" quantity="2000"/>
<sld:ColorMapEntry label="3000" color="#e26f45" quantity="3000"/>
<sld:ColorMapEntry label="4000" color="#d46f45" quantity="4000"/>
<sld:ColorMapEntry label="5000" color="#be6b5b" quantity="5000"/>
<sld:ColorMapEntry label="6000" color="#a87769" quantity="6000"/>
<sld:ColorMapEntry label="7000" color="#b18274" quantity="7000"/>
<sld:ColorMapEntry label="8000" color="#ba8d80" quantity="8000"/>
<sld:ColorMapEntry label="9000" color="#c2998d" quantity="9000"/>
<sld:ColorMapEntry label="10000" color="#cba69b" quantity="10000"/>
<sld:ColorMapEntry label="11000" color="#d3b3aa" quantity="11000"/>
<sld:ColorMapEntry label="12000" color="#ddc1b9" quantity="12000"/>
<sld:ColorMapEntry label="13000" color="#e5d0c9" quantity="13000"/>
<sld:ColorMapEntry label="14000" color="#eedfda" quantity="14000"/>
<sld:ColorMapEntry label="15000" color="#f6eeec" quantity="15000"/>
<sld:ColorMapEntry label="16000" color="#f8f1ef" quantity="16000"/>
<sld:ColorMapEntry label="17000" color="#f9f4f3" quantity="17000"/>
<sld:ColorMapEntry label="18000" color="#fcf9f9" quantity="18000"/>
<sld:ColorMapEntry label="19000" color="#ffffff" quantity="19000"/>
<sld:ColorMapEntry label="20000" color="#dafdff" quantity="20000"/>
<sld:ColorMapEntry label="21000" color="#b5fbfe" quantity="21000"/>
</sld:ColorMap>
</sld:RasterSymbolizer>
</sld:Rule>
</sld:FeatureTypeStyle>
</sld:UserStyle>
</UserLayer>
</StyledLayerDescriptor>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment