Statistics
| Revision:

root / trunk / extensions / extSymbology / src-test / test-data / polygons / PictureFill.sld @ 20768

History | View | Annotate | Download (3.13 KB)

1
<?xml version="1.0" encoding="UTF-8"?>
2
<StyledLayerDescriptor version="1.0.0" 
3
	xsi:schemaLocation="http://www.opengis.net/sld StyledLayerDescriptor.xsd" 
4
	xmlns="http://www.opengis.net/sld" xmlns:ogc="http://www.opengis.net/ogc" 
5
	xmlns:xlink="http://www.w3.org/1999/xlink" 
6
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
7
 <NamedLayer>
8
    <Name>poly-valencia.shp</Name>    
9
<UserStyle>
10
        <Name>Default Styler</Name>
11
        <Title>Default Styler</Title>
12
        <Abstract></Abstract>
13
        <FeatureTypeStyle>
14
            <FeatureTypeName>Feature</FeatureTypeName>
15
            <Rule>
16
                <Name>name</Name>
17
                <Abstract>Abstract</Abstract>
18
                <Title>title</Title>
19
                <PolygonSymbolizer>
20
                    <Fill>
21
                        <GraphicFill>
22
                        <Graphic>
23
                            <Size>
24
                                <ogc:Literal>30</ogc:Literal>
25
                            </Size>
26
                            <Opacity>
27
                                <ogc:Literal>1.0</ogc:Literal>
28
                            </Opacity>
29
                            <Rotation>
30
                                <ogc:Literal>0.5</ogc:Literal>
31
                            </Rotation>
32
                            <ExternalGraphic>
33
                                <Format>image/png</Format>
34
                                <OnlineResource xlink:type="simple" xlink:href="http://maps.massgis.state.ma.us/images/question_mark.gif"/>
35
                            </ExternalGraphic>
36
                        </Graphic>
37
                        </GraphicFill>
38
                        <CssParameter name="fill">
39
                            <ogc:Literal>#808080</ogc:Literal>
40
                        </CssParameter>
41
                        <CssParameter name="fill-opacity">
42
                            <ogc:Literal>0.2</ogc:Literal>
43
                        </CssParameter>
44
                    </Fill>
45
                    <Stroke>
46
                        <CssParameter name="stroke">
47
                            <ogc:Literal>#000000</ogc:Literal>
48
                        </CssParameter>
49
                        <CssParameter name="stroke-linecap">
50
                            <ogc:Literal>butt</ogc:Literal>
51
                        </CssParameter>
52
                        <CssParameter name="stroke-linejoin">
53
                            <ogc:Literal>miter</ogc:Literal>
54
                        </CssParameter>
55
                        <CssParameter name="stroke-opacity">
56
                            <ogc:Literal>0.2</ogc:Literal>
57
                        </CssParameter>
58
                        <CssParameter name="stroke-width">
59
                            <ogc:Literal>1</ogc:Literal>
60
                        </CssParameter>
61
                        <CssParameter name="stroke-dashoffset">
62
                            <ogc:Literal>0</ogc:Literal>
63
                        </CssParameter>
64
                    </Stroke>
65
                </PolygonSymbolizer>
66
            </Rule>
67
        </FeatureTypeStyle>
68
    </UserStyle>
69
</NamedLayer>
70
</StyledLayerDescriptor>
71