<?xml version="1.0" encoding="ISO-8859-1"?>
<StyledLayerDescriptor version="1.0.0" xmlns="http://www.opengis.net/sld" xmlns:ogc="http://www.opengis.net/ogc"
  xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://www.opengis.net/sld http://schemas.opengis.net/sld/1.0.0/StyledLayerDescriptor.xsd">
    <NamedLayer>
        <Name>annotatiepunt</Name>
        <UserStyle>
            <Title>Visualisatie van de Annotatie met puntgeometrie</Title>
            <Abstract>Deze stylesheet bevat de regels voor de visualisatie van het objecttype Annotatie met puntgeometrie</Abstract>
            <FeatureTypeStyle>
                <Rule>
                    <Name>annotatiepijlpunt-z15-16</Name>
                    <Title>Annotatiepijlpunt op zoomniveau 15 en 16</Title>
                    <ogc:Filter>
                        <ogc:PropertyIsEqualTo>
                            <ogc:PropertyName>annotatieType</ogc:PropertyName>
                            <ogc:Literal>annotatiepijlpunt</ogc:Literal>
                        </ogc:PropertyIsEqualTo>
                    </ogc:Filter>
                    <MaxScaleDenominator>500</MaxScaleDenominator>
                    <PointSymbolizer>
                        <Graphic>
                            <Mark>
                                <WellKnownName>triangle</WellKnownName>
                                <Fill>
                                    <CssParameter name="fill">#535353</CssParameter>
                                </Fill>
                            </Mark>
                            <Size>10</Size>
                            <Rotation>
                                <ogc:Add>
                                    <ogc:PropertyName>rotatiehoek</ogc:PropertyName>
                                    <ogc:Literal>90</ogc:Literal>
                                </ogc:Add>
                            </Rotation>
                        </Graphic>
                    </PointSymbolizer>
                </Rule>
                <Rule>
                    <Name>annotatiepijlpunt-z14</Name>
                    <Title>Annotatiepijlpunt op zoomniveau 14</Title>
                    <ogc:Filter>
                        <ogc:PropertyIsEqualTo>
                            <ogc:PropertyName>annotatieType</ogc:PropertyName>
                            <ogc:Literal>annotatiepijlpunt</ogc:Literal>
                        </ogc:PropertyIsEqualTo>
                    </ogc:Filter>
                    <MinScaleDenominator>501</MinScaleDenominator>
                    <MaxScaleDenominator>1250</MaxScaleDenominator>
                    <PointSymbolizer>
                        <Graphic>
                            <Mark>
                                <WellKnownName>triangle</WellKnownName>
                                <Fill>
                                    <CssParameter name="fill">#535353</CssParameter>
                                </Fill>
                            </Mark>
                            <Size>5</Size>
                            <Rotation>
                                <ogc:Add>
                                    <ogc:PropertyName>rotatiehoek</ogc:PropertyName>
                                    <ogc:Literal>90</ogc:Literal>
                                </ogc:Add>
                            </Rotation>
                        </Graphic>
                    </PointSymbolizer>
                </Rule>
                <Rule>
                    <Name>annotatielabel</Name>
                    <Title>Annotatielabel</Title>
                    <ogc:Filter>
                        <ogc:PropertyIsEqualTo>
                            <ogc:PropertyName>annotatieType</ogc:PropertyName>
                            <ogc:Literal>annotatieLabel</ogc:Literal>
                        </ogc:PropertyIsEqualTo>
                    </ogc:Filter>
                    <MaxScaleDenominator>5000</MaxScaleDenominator>
                    <TextSymbolizer>
                        <Label>
                            <ogc:PropertyName>label</ogc:PropertyName>
                        </Label>
                        <Font>
                            <CssParameter name="font-family">Arial</CssParameter>
                            <CssParameter name="font-size">11</CssParameter>
                        </Font>
                        <LabelPlacement>
                            <PointPlacement>
                                <AnchorPoint>
                                    <AnchorPointX>
                                        <ogc:PropertyName>aangrijpingHorizontaal</ogc:PropertyName>
                                    </AnchorPointX>
                                    <AnchorPointY>
                                        <ogc:PropertyName>aangrijpingVerticaal</ogc:PropertyName>
                                    </AnchorPointY>
                                </AnchorPoint>
                                <Rotation>
                                    <ogc:PropertyName>rotatiehoek</ogc:PropertyName>
                                </Rotation>
                            </PointPlacement>
                        </LabelPlacement>
                        <Fill>
                            <CssParameter name="fill">#000000</CssParameter>
                        </Fill>
                    </TextSymbolizer>
                </Rule>
            </FeatureTypeStyle>
        </UserStyle>
    </NamedLayer>
</StyledLayerDescriptor>
