1 |
5833
|
leinfelder
|
<?xml version="1.0" encoding="UTF-8"?>
|
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>poi</Name>
|
7 |
|
|
<UserStyle>
|
8 |
|
|
<Name>poi</Name>
|
9 |
|
|
<Title>Points of interest</Title>
|
10 |
|
|
<Abstract>Manhattan points of interest</Abstract>
|
11 |
|
|
<FeatureTypeStyle>
|
12 |
|
|
<Rule>
|
13 |
|
|
<PointSymbolizer>
|
14 |
|
|
<Graphic>
|
15 |
|
|
<Mark>
|
16 |
|
|
<WellKnownName>circle</WellKnownName>
|
17 |
|
|
<Fill>
|
18 |
|
|
<CssParameter name="fill">#FF0000</CssParameter>
|
19 |
|
|
<CssParameter name="fill-opacity">1.0</CssParameter>
|
20 |
|
|
</Fill>
|
21 |
|
|
</Mark>
|
22 |
|
|
<Size>11</Size>
|
23 |
|
|
</Graphic>
|
24 |
|
|
</PointSymbolizer>
|
25 |
|
|
<PointSymbolizer>
|
26 |
|
|
<Graphic>
|
27 |
|
|
<Mark>
|
28 |
|
|
<WellKnownName>circle</WellKnownName>
|
29 |
|
|
<Fill>
|
30 |
|
|
<CssParameter name="fill">#EDE513</CssParameter>
|
31 |
|
|
<CssParameter name="fill-opacity">1.0</CssParameter>
|
32 |
|
|
</Fill>
|
33 |
|
|
</Mark>
|
34 |
|
|
<Size>7</Size>
|
35 |
|
|
</Graphic>
|
36 |
|
|
</PointSymbolizer>
|
37 |
|
|
</Rule>
|
38 |
|
|
<Rule>
|
39 |
|
|
<MaxScaleDenominator>32000</MaxScaleDenominator>
|
40 |
|
|
<TextSymbolizer>
|
41 |
|
|
<Label>
|
42 |
|
|
<ogc:PropertyName>NAME</ogc:PropertyName>
|
43 |
|
|
</Label>
|
44 |
|
|
<Font>
|
45 |
|
|
<CssParameter name="font-family">Arial</CssParameter>
|
46 |
|
|
<CssParameter name="font-weight">Bold</CssParameter>
|
47 |
|
|
<CssParameter name="font-size">14</CssParameter>
|
48 |
|
|
</Font>
|
49 |
|
|
<LabelPlacement>
|
50 |
|
|
<PointPlacement>
|
51 |
|
|
<AnchorPoint>
|
52 |
|
|
<AnchorPointX>0.5</AnchorPointX>
|
53 |
|
|
<AnchorPointY>0.5</AnchorPointY>
|
54 |
|
|
</AnchorPoint>
|
55 |
|
|
<Displacement>
|
56 |
|
|
<DisplacementX>0</DisplacementX>
|
57 |
|
|
<DisplacementY>-15</DisplacementY>
|
58 |
|
|
</Displacement>
|
59 |
|
|
</PointPlacement>
|
60 |
|
|
</LabelPlacement>
|
61 |
|
|
<Halo>
|
62 |
|
|
<Radius>
|
63 |
|
|
<ogc:Literal>2</ogc:Literal>
|
64 |
|
|
</Radius>
|
65 |
|
|
<Fill>
|
66 |
|
|
<CssParameter name="fill">#FFFFFF</CssParameter>
|
67 |
|
|
</Fill>
|
68 |
|
|
</Halo>
|
69 |
|
|
<Fill>
|
70 |
|
|
<CssParameter name="fill">#000000</CssParameter>
|
71 |
|
|
</Fill>
|
72 |
|
|
</TextSymbolizer>
|
73 |
|
|
</Rule>
|
74 |
|
|
</FeatureTypeStyle>
|
75 |
|
|
</UserStyle>
|
76 |
|
|
</NamedLayer>
|
77 |
|
|
</StyledLayerDescriptor>
|