Statistics
| Revision:

root / trunk / libraries / libFMap / xsd / example-sld.xml @ 2183

History | View | Annotate | Download (1.18 KB)

1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<StyledLayerDescriptor version="1.0.20"
3
   xsi:schemaLocation="http://www.opengis.net/sld StyledLayerDescriptor.xsd"
4
   xmlns="http://www.opengis.net/sld"
5
   xmlns:ogc="http://www.opengis.net/ogc"
6
   xmlns:xlink="http://www.w3.org/1999/xlink"
7
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
8

    
9
   <NamedLayer>
10
      <Name>OCEANSEA_1M:Foundation</Name>
11
      <UserStyle>
12
         <Name>GEOSYM</Name>
13
         <IsDefault>1</IsDefault>
14
         <FeatureStyle>
15
            <Rule>
16
               <Name>main</Name>
17
               <PolygonSymbol>
18
                  <Name>MySymbol</Name>
19
                  <Description>
20
                     <Title>Example Symbol</Title>
21
                     <Abstract>This is just a simple example.</Abstract>
22
                  </Description>
23
                  <Geometry>
24
                     <ogc:PropertyName>GEOMETRY</ogc:PropertyName>
25
                  </Geometry>
26
                  <Fill>
27
                     <SvgParameter name="fill">#96C3F5</SvgParameter>
28
                  </Fill>
29
               </PolygonSymbol>
30
            </Rule>
31
         </FeatureStyle>
32
      </UserStyle>
33
   </NamedLayer>
34

    
35
</StyledLayerDescriptor>