Statistics
| Revision:

svn-gvsig-desktop / tags / v1_9_Build_1227 / libraries / libFMap / xsd / example-style.xml @ 44116

History | View | Annotate | Download (688 Bytes)

1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<FeatureStyle version="1.0.20"
3
   xsi:schemaLocation="http://www.opengis.net/sld FeatureStyle.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
   <FeatureTypeName>OCEANSEA_1M:Foundation</FeatureTypeName>
10
   <Rule>
11
      <Name>main</Name>
12
      <PolygonSymbol>
13
         <Geometry>
14
            <ogc:PropertyName>GEOMETRY</ogc:PropertyName>
15
         </Geometry>
16
         <Fill>
17
            <SvgParameter name="fill">#96C3F5</SvgParameter>
18
         </Fill>
19
      </PolygonSymbol>
20
   </Rule>
21
</FeatureStyle>