All Downloads are FREE. Search and download functionalities are using the official Maven repository.

styles.contours.xml Maven / Gradle / Ivy

There is a newer version: 1.5.3
Show newest version
<?xml version="1.0" encoding="ISO-8859-1"?>
<StyledLayerDescriptor version="1.1.0" xsi:schemaLocation="http://www.opengis.net/sld
StyledLayerDescriptor.xsd" xmlns="http://www.opengis.net/sld" xmlns:ogc="http://www.opengis.net/ogc"
xmlns:se="http://www.opengis.net/se" xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:resc="http://www.resc.reading.ac.uk">
  <NamedLayer>
    <se:Name>$layerName</se:Name>
    <UserStyle>
      <se:CoverageStyle>
        <se:Rule>
          <resc:ContourSymbolizer>
            <se:Opacity>$opacity</se:Opacity>
            <resc:NumberOfContours>10</resc:NumberOfContours>
            <resc:ContourLineColour>#FF000000</resc:ContourLineColour>
            <resc:ContourLineWidth>1</resc:ContourLineWidth>
            <resc:ContourLineStyle>SOLID</resc:ContourLineStyle>
            <resc:LabelEnabled>true</resc:LabelEnabled>
            <resc:Range>
              <resc:Minimum>$scaleMin</resc:Minimum>
              <resc:Maximum>$scaleMax</resc:Maximum>
              <resc:Spacing>linear</resc:Spacing>
            </resc:Range>
            <resc:AutoRangeEnabled>false</resc:AutoRangeEnabled>
          </resc:ContourSymbolizer>
        </se:Rule>
      </se:CoverageStyle>
    </UserStyle>
  </NamedLayer>
</StyledLayerDescriptor>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy