Project

General

Profile

1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<StyledLayerDescriptor version="1.0.0" xmlns="http://www.opengis.net/sld" xmlns:ogc="http://www.opengis.net/ogc"
3
  xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
  xsi:schemaLocation="http://www.opengis.net/sld http://schemas.opengis.net/sld/1.0.0/StyledLayerDescriptor.xsd">
5
  <NamedLayer>
6
    <Name>Default Line</Name>
7
    <UserStyle>
8
      <Title>1 px blue line</Title>
9
      <Abstract>Default line style, 1 pixel wide blue</Abstract>
10

    
11
      <FeatureTypeStyle>
12
        <!--FeatureTypeName>Feature</FeatureTypeName-->
13
        <Rule>
14
          <Title>Blue Line</Title>
15
          <Abstract>A 1 pixel wide blue line</Abstract>
16
          <LineSymbolizer>
17
            <Stroke>
18
              <CssParameter name="stroke">#0000FF</CssParameter>
19
            </Stroke>
20
          </LineSymbolizer>
21
        </Rule>
22

    
23
      </FeatureTypeStyle>
24
    </UserStyle>
25
  </NamedLayer>
26
</StyledLayerDescriptor>
(7-7/20)