Skip to content

Instantly share code, notes, and snippets.

@emacgillavry
Last active June 23, 2018 08:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emacgillavry/843d1d7952766e82dfd60a817536e124 to your computer and use it in GitHub Desktop.
Save emacgillavry/843d1d7952766e82dfd60a817536e124 to your computer and use it in GitHub Desktop.
Styled Layer Descriptor
<?xml version="1.0" encoding="UTF-8"?><sld:StyledLayerDescriptor xmlns="http://www.opengis.net/sld" xmlns:sld="http://www.opengis.net/sld" xmlns:ogc="http://www.opengis.net/ogc" xmlns:gml="http://www.opengis.net/gml" version="1.0.0">
<sld:NamedLayer>
<sld:Name>gemeenten2017</sld:Name>
<sld:UserStyle>
<sld:Name>wijkenbuurten_thema_gemeenten_gemeentewijkbuurt_perc_personen_65_jaar_en_ouder</sld:Name>
<sld:Title>gemeentewijkbuurt_perc_personen_65_jaar_en_ouder</sld:Title>
<sld:FeatureTypeStyle>
<sld:Name>name</sld:Name>
<sld:Rule>
<sld:Name>onbekend, geheim of nihil</sld:Name>
<sld:Title>onbekend, geheim of nihil</sld:Title>
<ogc:Filter>
<ogc:PropertyIsBetween>
<ogc:PropertyName>percentage_personen_65_jaar_en_ouder</ogc:PropertyName>
<ogc:LowerBoundary>
<ogc:Literal>-99999997</ogc:Literal>
</ogc:LowerBoundary>
<ogc:UpperBoundary>
<ogc:Literal>-1E-06</ogc:Literal>
</ogc:UpperBoundary>
</ogc:PropertyIsBetween>
</ogc:Filter>
<sld:PolygonSymbolizer>
<sld:Stroke>
<sld:CssParameter name="stroke">#ececec</sld:CssParameter>
<sld:CssParameter name="stroke-width">0.4</sld:CssParameter>
</sld:Stroke>
</sld:PolygonSymbolizer>
</sld:Rule>
<sld:Rule>
<sld:Name>minder dan 5%</sld:Name>
<sld:Title>minder dan 5%</sld:Title>
<ogc:Filter>
<ogc:PropertyIsBetween>
<ogc:PropertyName>percentage_personen_65_jaar_en_ouder</ogc:PropertyName>
<ogc:LowerBoundary>
<ogc:Literal>0</ogc:Literal>
</ogc:LowerBoundary>
<ogc:UpperBoundary>
<ogc:Literal>4.9</ogc:Literal>
</ogc:UpperBoundary>
</ogc:PropertyIsBetween>
</ogc:Filter>
<sld:PolygonSymbolizer>
<sld:Fill>
<sld:CssParameter name="fill">#feebe2</sld:CssParameter>
</sld:Fill>
<sld:Stroke>
<sld:CssParameter name="stroke">#ececec</sld:CssParameter>
<sld:CssParameter name="stroke-width">0.4</sld:CssParameter>
</sld:Stroke>
</sld:PolygonSymbolizer>
</sld:Rule>
<sld:Rule>
<sld:Name>5% tot 10%</sld:Name>
<sld:Title>5% tot 10%</sld:Title>
<ogc:Filter>
<ogc:PropertyIsBetween>
<ogc:PropertyName>percentage_personen_65_jaar_en_ouder</ogc:PropertyName>
<ogc:LowerBoundary>
<ogc:Literal>4.900001</ogc:Literal>
</ogc:LowerBoundary>
<ogc:UpperBoundary>
<ogc:Literal>9.9</ogc:Literal>
</ogc:UpperBoundary>
</ogc:PropertyIsBetween>
</ogc:Filter>
<sld:PolygonSymbolizer>
<sld:Fill>
<sld:CssParameter name="fill">#fcc5c0</sld:CssParameter>
</sld:Fill>
<sld:Stroke>
<sld:CssParameter name="stroke">#ececec</sld:CssParameter>
<sld:CssParameter name="stroke-width">0.4</sld:CssParameter>
</sld:Stroke>
</sld:PolygonSymbolizer>
</sld:Rule>
<sld:Rule>
<sld:Name>10% tot 15%</sld:Name>
<sld:Title>10% tot 15%</sld:Title>
<ogc:Filter>
<ogc:PropertyIsBetween>
<ogc:PropertyName>percentage_personen_65_jaar_en_ouder</ogc:PropertyName>
<ogc:LowerBoundary>
<ogc:Literal>9.900001</ogc:Literal>
</ogc:LowerBoundary>
<ogc:UpperBoundary>
<ogc:Literal>14.9</ogc:Literal>
</ogc:UpperBoundary>
</ogc:PropertyIsBetween>
</ogc:Filter>
<sld:PolygonSymbolizer>
<sld:Fill>
<sld:CssParameter name="fill">#fa9fb5</sld:CssParameter>
</sld:Fill>
<sld:Stroke>
<sld:CssParameter name="stroke">#ececec</sld:CssParameter>
<sld:CssParameter name="stroke-width">0.4</sld:CssParameter>
</sld:Stroke>
</sld:PolygonSymbolizer>
</sld:Rule>
<sld:Rule>
<sld:Name>15% tot 20%</sld:Name>
<sld:Title>15% tot 20%</sld:Title>
<ogc:Filter>
<ogc:PropertyIsBetween>
<ogc:PropertyName>percentage_personen_65_jaar_en_ouder</ogc:PropertyName>
<ogc:LowerBoundary>
<ogc:Literal>14.900001</ogc:Literal>
</ogc:LowerBoundary>
<ogc:UpperBoundary>
<ogc:Literal>19.9</ogc:Literal>
</ogc:UpperBoundary>
</ogc:PropertyIsBetween>
</ogc:Filter>
<sld:PolygonSymbolizer>
<sld:Fill>
<sld:CssParameter name="fill">#f768a1</sld:CssParameter>
</sld:Fill>
<sld:Stroke>
<sld:CssParameter name="stroke">#ececec</sld:CssParameter>
<sld:CssParameter name="stroke-width">0.4</sld:CssParameter>
</sld:Stroke>
</sld:PolygonSymbolizer>
</sld:Rule>
<sld:Rule>
<sld:Name>20% tot 25%</sld:Name>
<sld:Title>20% tot 25%</sld:Title>
<ogc:Filter>
<ogc:PropertyIsBetween>
<ogc:PropertyName>percentage_personen_65_jaar_en_ouder</ogc:PropertyName>
<ogc:LowerBoundary>
<ogc:Literal>19.900001</ogc:Literal>
</ogc:LowerBoundary>
<ogc:UpperBoundary>
<ogc:Literal>24.9</ogc:Literal>
</ogc:UpperBoundary>
</ogc:PropertyIsBetween>
</ogc:Filter>
<sld:PolygonSymbolizer>
<sld:Fill>
<sld:CssParameter name="fill">#dd3497</sld:CssParameter>
</sld:Fill>
<sld:Stroke>
<sld:CssParameter name="stroke">#ececec</sld:CssParameter>
<sld:CssParameter name="stroke-width">0.4</sld:CssParameter>
</sld:Stroke>
</sld:PolygonSymbolizer>
</sld:Rule>
<sld:Rule>
<sld:Name>25% tot 30%</sld:Name>
<sld:Title>25% tot 30%</sld:Title>
<ogc:Filter>
<ogc:PropertyIsBetween>
<ogc:PropertyName>percentage_personen_65_jaar_en_ouder</ogc:PropertyName>
<ogc:LowerBoundary>
<ogc:Literal>24.900001</ogc:Literal>
</ogc:LowerBoundary>
<ogc:UpperBoundary>
<ogc:Literal>29.9</ogc:Literal>
</ogc:UpperBoundary>
</ogc:PropertyIsBetween>
</ogc:Filter>
<sld:PolygonSymbolizer>
<sld:Fill>
<sld:CssParameter name="fill">#ae017e</sld:CssParameter>
</sld:Fill>
<sld:Stroke>
<sld:CssParameter name="stroke">#ececec</sld:CssParameter>
<sld:CssParameter name="stroke-width">0.4</sld:CssParameter>
</sld:Stroke>
</sld:PolygonSymbolizer>
</sld:Rule>
<sld:Rule>
<sld:Name>30% of meer</sld:Name>
<sld:Title>30% of meer</sld:Title>
<ogc:Filter>
<ogc:PropertyIsBetween>
<ogc:PropertyName>percentage_personen_65_jaar_en_ouder</ogc:PropertyName>
<ogc:LowerBoundary>
<ogc:Literal>29.900001</ogc:Literal>
</ogc:LowerBoundary>
<ogc:UpperBoundary>
<ogc:Literal>100</ogc:Literal>
</ogc:UpperBoundary>
</ogc:PropertyIsBetween>
</ogc:Filter>
<sld:PolygonSymbolizer>
<sld:Fill>
<sld:CssParameter name="fill">#7a0177</sld:CssParameter>
</sld:Fill>
<sld:Stroke>
<sld:CssParameter name="stroke">#ececec</sld:CssParameter>
<sld:CssParameter name="stroke-width">0.4</sld:CssParameter>
</sld:Stroke>
</sld:PolygonSymbolizer>
</sld:Rule>
</sld:FeatureTypeStyle>
<sld:FeatureTypeStyle>
<Rule>
<ogc:Filter>
<ogc:PropertyIsLessThan>
<ogc:PropertyName>aantal_inwoners</ogc:PropertyName>
<ogc:Literal>25000</ogc:Literal>
</ogc:PropertyIsLessThan>
</ogc:Filter>
<MinScaleDenominator>6001</MinScaleDenominator>
<MaxScaleDenominator>48000</MaxScaleDenominator>
<TextSymbolizer>
<Label>
<ogc:PropertyName>gemeentenaam</ogc:PropertyName>
</Label>
<Font>
<CssParameter name="font-family">Arial</CssParameter>
<CssParameter name="font-style">Regular</CssParameter>
<CssParameter name="font-size">14</CssParameter>
</Font>
<LabelPlacement>
<PointPlacement>
<AnchorPoint>
<AnchorPointX>0.5</AnchorPointX>
<AnchorPointY>0.5</AnchorPointY>
</AnchorPoint>
</PointPlacement>
</LabelPlacement>
<Halo>
<Radius>
<ogc:Literal>2</ogc:Literal>
</Radius>
<Fill>
<CssParameter name="fill">#ffffff</CssParameter>
<CssParameter name="fill-opacity">0.6</CssParameter>
</Fill>
</Halo>
<Fill>
<CssParameter name="fill">#333333</CssParameter>
</Fill>
<Priority>
<PropertyName>aantal_inwoners</PropertyName>
</Priority>
</TextSymbolizer>
</Rule>
<Rule>
<ogc:Filter>
<ogc:PropertyIsLessThan>
<ogc:PropertyName>aantal_inwoners</ogc:PropertyName>
<ogc:Literal>25000</ogc:Literal>
</ogc:PropertyIsLessThan>
</ogc:Filter>
<MinScaleDenominator>48001</MinScaleDenominator>
<MaxScaleDenominator>192000</MaxScaleDenominator>
<TextSymbolizer>
<Label>
<ogc:PropertyName>gemeentenaam</ogc:PropertyName>
</Label>
<Font>
<CssParameter name="font-family">Arial</CssParameter>
<CssParameter name="font-style">Regular</CssParameter>
<CssParameter name="font-size">12</CssParameter>
</Font>
<LabelPlacement>
<PointPlacement>
<AnchorPoint>
<AnchorPointX>0.5</AnchorPointX>
<AnchorPointY>0.5</AnchorPointY>
</AnchorPoint>
</PointPlacement>
</LabelPlacement>
<Halo>
<Radius>
<ogc:Literal>2</ogc:Literal>
</Radius>
<Fill>
<CssParameter name="fill">#ffffff</CssParameter>
<CssParameter name="fill-opacity">0.6</CssParameter>
</Fill>
</Halo>
<Fill>
<CssParameter name="fill">#333333</CssParameter>
</Fill>
<Priority>
<PropertyName>aantal_inwoners</PropertyName>
</Priority>
</TextSymbolizer>
</Rule>
<Rule>
<ogc:Filter>
<ogc:PropertyIsLessThan>
<ogc:PropertyName>aantal_inwoners</ogc:PropertyName>
<ogc:Literal>25000</ogc:Literal>
</ogc:PropertyIsLessThan>
</ogc:Filter>
<MinScaleDenominator>192001</MinScaleDenominator>
<MaxScaleDenominator>384000</MaxScaleDenominator>
<TextSymbolizer>
<Label>
<ogc:PropertyName>gemeentenaam</ogc:PropertyName>
</Label>
<Font>
<CssParameter name="font-family">Arial</CssParameter>
<CssParameter name="font-style">Regular</CssParameter>
<CssParameter name="font-size">11</CssParameter>
</Font>
<LabelPlacement>
<PointPlacement>
<AnchorPoint>
<AnchorPointX>0.5</AnchorPointX>
<AnchorPointY>0.5</AnchorPointY>
</AnchorPoint>
</PointPlacement>
</LabelPlacement>
<Halo>
<Radius>
<ogc:Literal>2</ogc:Literal>
</Radius>
<Fill>
<CssParameter name="fill">#ffffff</CssParameter>
<CssParameter name="fill-opacity">0.6</CssParameter>
</Fill>
</Halo>
<Fill>
<CssParameter name="fill">#333333</CssParameter>
</Fill>
<Priority>
<PropertyName>aantal_inwoners</PropertyName>
</Priority>
</TextSymbolizer>
</Rule>
<Rule>
<ogc:Filter>
<ogc:PropertyIsBetween>
<ogc:PropertyName>aantal_inwoners</ogc:PropertyName>
<ogc:LowerBoundary>
<ogc:Literal>25000</ogc:Literal>
</ogc:LowerBoundary>
<ogc:UpperBoundary>
<ogc:Literal>50000</ogc:Literal>
</ogc:UpperBoundary>
</ogc:PropertyIsBetween>
</ogc:Filter>
<MinScaleDenominator>6001</MinScaleDenominator>
<MaxScaleDenominator>48000</MaxScaleDenominator>
<TextSymbolizer>
<Label>
<ogc:PropertyName>gemeentenaam</ogc:PropertyName>
</Label>
<Font>
<CssParameter name="font-family">Arial</CssParameter>
<CssParameter name="font-style">Regular</CssParameter>
<CssParameter name="font-size">14</CssParameter>
</Font>
<LabelPlacement>
<PointPlacement>
<AnchorPoint>
<AnchorPointX>0.5</AnchorPointX>
<AnchorPointY>0.5</AnchorPointY>
</AnchorPoint>
</PointPlacement>
</LabelPlacement>
<Halo>
<Radius>
<ogc:Literal>2</ogc:Literal>
</Radius>
<Fill>
<CssParameter name="fill">#ffffff</CssParameter>
<CssParameter name="fill-opacity">0.6</CssParameter>
</Fill>
</Halo>
<Fill>
<CssParameter name="fill">#333333</CssParameter>
</Fill>
<Priority>
<PropertyName>aantal_inwoners</PropertyName>
</Priority>
</TextSymbolizer>
</Rule>
<Rule>
<ogc:Filter>
<ogc:PropertyIsBetween>
<ogc:PropertyName>aantal_inwoners</ogc:PropertyName>
<ogc:LowerBoundary>
<ogc:Literal>25000</ogc:Literal>
</ogc:LowerBoundary>
<ogc:UpperBoundary>
<ogc:Literal>50000</ogc:Literal>
</ogc:UpperBoundary>
</ogc:PropertyIsBetween>
</ogc:Filter>
<MinScaleDenominator>48001</MinScaleDenominator>
<MaxScaleDenominator>192000</MaxScaleDenominator>
<TextSymbolizer>
<Label>
<ogc:PropertyName>gemeentenaam</ogc:PropertyName>
</Label>
<Font>
<CssParameter name="font-family">Arial</CssParameter>
<CssParameter name="font-style">Regular</CssParameter>
<CssParameter name="font-size">12</CssParameter>
</Font>
<LabelPlacement>
<PointPlacement>
<AnchorPoint>
<AnchorPointX>0.5</AnchorPointX>
<AnchorPointY>0.5</AnchorPointY>
</AnchorPoint>
</PointPlacement>
</LabelPlacement>
<Halo>
<Radius>
<ogc:Literal>2</ogc:Literal>
</Radius>
<Fill>
<CssParameter name="fill">#ffffff</CssParameter>
<CssParameter name="fill-opacity">0.6</CssParameter>
</Fill>
</Halo>
<Fill>
<CssParameter name="fill">#333333</CssParameter>
</Fill>
<Priority>
<PropertyName>aantal_inwoners</PropertyName>
</Priority>
</TextSymbolizer>
</Rule>
<Rule>
<ogc:Filter>
<ogc:PropertyIsBetween>
<ogc:PropertyName>aantal_inwoners</ogc:PropertyName>
<ogc:LowerBoundary>
<ogc:Literal>25000</ogc:Literal>
</ogc:LowerBoundary>
<ogc:UpperBoundary>
<ogc:Literal>50000</ogc:Literal>
</ogc:UpperBoundary>
</ogc:PropertyIsBetween>
</ogc:Filter>
<MinScaleDenominator>192001</MinScaleDenominator>
<MaxScaleDenominator>768000</MaxScaleDenominator>
<TextSymbolizer>
<Label>
<ogc:PropertyName>gemeentenaam</ogc:PropertyName>
</Label>
<Font>
<CssParameter name="font-family">Arial</CssParameter>
<CssParameter name="font-style">Regular</CssParameter>
<CssParameter name="font-size">11</CssParameter>
</Font>
<LabelPlacement>
<PointPlacement>
<AnchorPoint>
<AnchorPointX>0.5</AnchorPointX>
<AnchorPointY>0.5</AnchorPointY>
</AnchorPoint>
</PointPlacement>
</LabelPlacement>
<Halo>
<Radius>
<ogc:Literal>2</ogc:Literal>
</Radius>
<Fill>
<CssParameter name="fill">#ffffff</CssParameter>
<CssParameter name="fill-opacity">0.6</CssParameter>
</Fill>
</Halo>
<Fill>
<CssParameter name="fill">#333333</CssParameter>
</Fill>
<Priority>
<PropertyName>aantal_inwoners</PropertyName>
</Priority>
</TextSymbolizer>
</Rule>
<Rule>
<ogc:Filter>
<ogc:PropertyIsBetween>
<ogc:PropertyName>aantal_inwoners</ogc:PropertyName>
<ogc:LowerBoundary>
<ogc:Literal>25000</ogc:Literal>
</ogc:LowerBoundary>
<ogc:UpperBoundary>
<ogc:Literal>50000</ogc:Literal>
</ogc:UpperBoundary>
</ogc:PropertyIsBetween>
</ogc:Filter>
<MinScaleDenominator>768001</MinScaleDenominator>
<MaxScaleDenominator>1536000</MaxScaleDenominator>
<TextSymbolizer>
<Label>
<ogc:PropertyName>gemeentenaam</ogc:PropertyName>
</Label>
<Font>
<CssParameter name="font-family">Arial</CssParameter>
<CssParameter name="font-style">Regular</CssParameter>
<CssParameter name="font-size">10</CssParameter>
</Font>
<LabelPlacement>
<PointPlacement>
<AnchorPoint>
<AnchorPointX>0.5</AnchorPointX>
<AnchorPointY>0.5</AnchorPointY>
</AnchorPoint>
</PointPlacement>
</LabelPlacement>
<Halo>
<Radius>
<ogc:Literal>2</ogc:Literal>
</Radius>
<Fill>
<CssParameter name="fill">#ffffff</CssParameter>
<CssParameter name="fill-opacity">0.6</CssParameter>
</Fill>
</Halo>
<Fill>
<CssParameter name="fill">#333333</CssParameter>
</Fill>
<Priority>
<PropertyName>aantal_inwoners</PropertyName>
</Priority>
</TextSymbolizer>
</Rule>
<Rule>
<ogc:Filter>
<ogc:PropertyIsBetween>
<ogc:PropertyName>aantal_inwoners</ogc:PropertyName>
<ogc:LowerBoundary>
<ogc:Literal>50000</ogc:Literal>
</ogc:LowerBoundary>
<ogc:UpperBoundary>
<ogc:Literal>100000</ogc:Literal>
</ogc:UpperBoundary>
</ogc:PropertyIsBetween>
</ogc:Filter>
<MinScaleDenominator>6001</MinScaleDenominator>
<MaxScaleDenominator>48000</MaxScaleDenominator>
<TextSymbolizer>
<Label>
<ogc:PropertyName>gemeentenaam</ogc:PropertyName>
</Label>
<Font>
<CssParameter name="font-family">Arial</CssParameter>
<CssParameter name="font-style">Regular</CssParameter>
<CssParameter name="font-size">16</CssParameter>
</Font>
<LabelPlacement>
<PointPlacement>
<AnchorPoint>
<AnchorPointX>0.5</AnchorPointX>
<AnchorPointY>0.5</AnchorPointY>
</AnchorPoint>
</PointPlacement>
</LabelPlacement>
<Halo>
<Radius>
<ogc:Literal>2</ogc:Literal>
</Radius>
<Fill>
<CssParameter name="fill">#ffffff</CssParameter>
<CssParameter name="fill-opacity">0.6</CssParameter>
</Fill>
</Halo>
<Fill>
<CssParameter name="fill">#333333</CssParameter>
</Fill>
<Priority>
<PropertyName>aantal_inwoners</PropertyName>
</Priority>
</TextSymbolizer>
</Rule>
<Rule>
<ogc:Filter>
<ogc:PropertyIsBetween>
<ogc:PropertyName>aantal_inwoners</ogc:PropertyName>
<ogc:LowerBoundary>
<ogc:Literal>50000</ogc:Literal>
</ogc:LowerBoundary>
<ogc:UpperBoundary>
<ogc:Literal>100000</ogc:Literal>
</ogc:UpperBoundary>
</ogc:PropertyIsBetween>
</ogc:Filter>
<MinScaleDenominator>48001</MinScaleDenominator>
<MaxScaleDenominator>192000</MaxScaleDenominator>
<TextSymbolizer>
<Label>
<ogc:PropertyName>gemeentenaam</ogc:PropertyName>
</Label>
<Font>
<CssParameter name="font-family">Arial</CssParameter>
<CssParameter name="font-style">Regular</CssParameter>
<CssParameter name="font-size">14</CssParameter>
</Font>
<LabelPlacement>
<PointPlacement>
<AnchorPoint>
<AnchorPointX>0.5</AnchorPointX>
<AnchorPointY>0.5</AnchorPointY>
</AnchorPoint>
</PointPlacement>
</LabelPlacement>
<Halo>
<Radius>
<ogc:Literal>2</ogc:Literal>
</Radius>
<Fill>
<CssParameter name="fill">#ffffff</CssParameter>
<CssParameter name="fill-opacity">0.6</CssParameter>
</Fill>
</Halo>
<Fill>
<CssParameter name="fill">#333333</CssParameter>
</Fill>
<Priority>
<PropertyName>aantal_inwoners</PropertyName>
</Priority>
</TextSymbolizer>
</Rule>
<Rule>
<ogc:Filter>
<ogc:PropertyIsBetween>
<ogc:PropertyName>aantal_inwoners</ogc:PropertyName>
<ogc:LowerBoundary>
<ogc:Literal>50000</ogc:Literal>
</ogc:LowerBoundary>
<ogc:UpperBoundary>
<ogc:Literal>100000</ogc:Literal>
</ogc:UpperBoundary>
</ogc:PropertyIsBetween>
</ogc:Filter>
<MinScaleDenominator>192001</MinScaleDenominator>
<MaxScaleDenominator>768000</MaxScaleDenominator>
<TextSymbolizer>
<Label>
<ogc:PropertyName>gemeentenaam</ogc:PropertyName>
</Label>
<Font>
<CssParameter name="font-family">Arial</CssParameter>
<CssParameter name="font-style">Regular</CssParameter>
<CssParameter name="font-size">13</CssParameter>
</Font>
<LabelPlacement>
<PointPlacement>
<AnchorPoint>
<AnchorPointX>0.5</AnchorPointX>
<AnchorPointY>0.5</AnchorPointY>
</AnchorPoint>
</PointPlacement>
</LabelPlacement>
<Halo>
<Radius>
<ogc:Literal>2</ogc:Literal>
</Radius>
<Fill>
<CssParameter name="fill">#ffffff</CssParameter>
<CssParameter name="fill-opacity">0.6</CssParameter>
</Fill>
</Halo>
<Fill>
<CssParameter name="fill">#333333</CssParameter>
</Fill>
<Priority>
<PropertyName>aantal_inwoners</PropertyName>
</Priority>
</TextSymbolizer>
</Rule>
<Rule>
<ogc:Filter>
<ogc:PropertyIsBetween>
<ogc:PropertyName>aantal_inwoners</ogc:PropertyName>
<ogc:LowerBoundary>
<ogc:Literal>50000</ogc:Literal>
</ogc:LowerBoundary>
<ogc:UpperBoundary>
<ogc:Literal>100000</ogc:Literal>
</ogc:UpperBoundary>
</ogc:PropertyIsBetween>
</ogc:Filter>
<MinScaleDenominator>768001</MinScaleDenominator>
<MaxScaleDenominator>3072000</MaxScaleDenominator>
<TextSymbolizer>
<Label>
<ogc:PropertyName>gemeentenaam</ogc:PropertyName>
</Label>
<Font>
<CssParameter name="font-family">Arial</CssParameter>
<CssParameter name="font-style">Regular</CssParameter>
<CssParameter name="font-size">11</CssParameter>
</Font>
<LabelPlacement>
<PointPlacement>
<AnchorPoint>
<AnchorPointX>0.5</AnchorPointX>
<AnchorPointY>0.5</AnchorPointY>
</AnchorPoint>
</PointPlacement>
</LabelPlacement>
<Halo>
<Radius>
<ogc:Literal>2</ogc:Literal>
</Radius>
<Fill>
<CssParameter name="fill">#ffffff</CssParameter>
<CssParameter name="fill-opacity">0.6</CssParameter>
</Fill>
</Halo>
<Fill>
<CssParameter name="fill">#333333</CssParameter>
</Fill>
<Priority>
<PropertyName>aantal_inwoners</PropertyName>
</Priority>
</TextSymbolizer>
</Rule>
<Rule>
<ogc:Filter>
<ogc:PropertyIsBetween>
<ogc:PropertyName>aantal_inwoners</ogc:PropertyName>
<ogc:LowerBoundary>
<ogc:Literal>100000</ogc:Literal>
</ogc:LowerBoundary>
<ogc:UpperBoundary>
<ogc:Literal>150000</ogc:Literal>
</ogc:UpperBoundary>
</ogc:PropertyIsBetween>
</ogc:Filter>
<MinScaleDenominator>6001</MinScaleDenominator>
<MaxScaleDenominator>48000</MaxScaleDenominator>
<TextSymbolizer>
<Label>
<ogc:PropertyName>gemeentenaam</ogc:PropertyName>
</Label>
<Font>
<CssParameter name="font-family">Arial</CssParameter>
<CssParameter name="font-style">Regular</CssParameter>
<CssParameter name="font-size">18</CssParameter>
</Font>
<LabelPlacement>
<PointPlacement>
<AnchorPoint>
<AnchorPointX>0.5</AnchorPointX>
<AnchorPointY>0.5</AnchorPointY>
</AnchorPoint>
</PointPlacement>
</LabelPlacement>
<Halo>
<Radius>
<ogc:Literal>2</ogc:Literal>
</Radius>
<Fill>
<CssParameter name="fill">#ffffff</CssParameter>
<CssParameter name="fill-opacity">0.6</CssParameter>
</Fill>
</Halo>
<Fill>
<CssParameter name="fill">#333333</CssParameter>
</Fill>
<Priority>
<PropertyName>aantal_inwoners</PropertyName>
</Priority>
</TextSymbolizer>
</Rule>
<Rule>
<ogc:Filter>
<ogc:PropertyIsBetween>
<ogc:PropertyName>aantal_inwoners</ogc:PropertyName>
<ogc:LowerBoundary>
<ogc:Literal>100000</ogc:Literal>
</ogc:LowerBoundary>
<ogc:UpperBoundary>
<ogc:Literal>150000</ogc:Literal>
</ogc:UpperBoundary>
</ogc:PropertyIsBetween>
</ogc:Filter>
<MinScaleDenominator>48001</MinScaleDenominator>
<MaxScaleDenominator>192000</MaxScaleDenominator>
<TextSymbolizer>
<Label>
<ogc:PropertyName>gemeentenaam</ogc:PropertyName>
</Label>
<Font>
<CssParameter name="font-family">Arial</CssParameter>
<CssParameter name="font-style">Regular</CssParameter>
<CssParameter name="font-size">16</CssParameter>
</Font>
<LabelPlacement>
<PointPlacement>
<AnchorPoint>
<AnchorPointX>0.5</AnchorPointX>
<AnchorPointY>0.5</AnchorPointY>
</AnchorPoint>
</PointPlacement>
</LabelPlacement>
<Halo>
<Radius>
<ogc:Literal>2</ogc:Literal>
</Radius>
<Fill>
<CssParameter name="fill">#ffffff</CssParameter>
<CssParameter name="fill-opacity">0.6</CssParameter>
</Fill>
</Halo>
<Fill>
<CssParameter name="fill">#333333</CssParameter>
</Fill>
<Priority>
<PropertyName>aantal_inwoners</PropertyName>
</Priority>
</TextSymbolizer>
</Rule>
<Rule>
<ogc:Filter>
<ogc:PropertyIsBetween>
<ogc:PropertyName>aantal_inwoners</ogc:PropertyName>
<ogc:LowerBoundary>
<ogc:Literal>100000</ogc:Literal>
</ogc:LowerBoundary>
<ogc:UpperBoundary>
<ogc:Literal>150000</ogc:Literal>
</ogc:UpperBoundary>
</ogc:PropertyIsBetween>
</ogc:Filter>
<MinScaleDenominator>192001</MinScaleDenominator>
<MaxScaleDenominator>768000</MaxScaleDenominator>
<TextSymbolizer>
<Label>
<ogc:PropertyName>gemeentenaam</ogc:PropertyName>
</Label>
<Font>
<CssParameter name="font-family">Arial</CssParameter>
<CssParameter name="font-style">Regular</CssParameter>
<CssParameter name="font-size">14</CssParameter>
</Font>
<LabelPlacement>
<PointPlacement>
<AnchorPoint>
<AnchorPointX>0.5</AnchorPointX>
<AnchorPointY>0.5</AnchorPointY>
</AnchorPoint>
</PointPlacement>
</LabelPlacement>
<Halo>
<Radius>
<ogc:Literal>2</ogc:Literal>
</Radius>
<Fill>
<CssParameter name="fill">#ffffff</CssParameter>
<CssParameter name="fill-opacity">0.6</CssParameter>
</Fill>
</Halo>
<Fill>
<CssParameter name="fill">#333333</CssParameter>
</Fill>
<Priority>
<PropertyName>aantal_inwoners</PropertyName>
</Priority>
</TextSymbolizer>
</Rule>
<Rule>
<ogc:Filter>
<ogc:PropertyIsBetween>
<ogc:PropertyName>aantal_inwoners</ogc:PropertyName>
<ogc:LowerBoundary>
<ogc:Literal>100000</ogc:Literal>
</ogc:LowerBoundary>
<ogc:UpperBoundary>
<ogc:Literal>150000</ogc:Literal>
</ogc:UpperBoundary>
</ogc:PropertyIsBetween>
</ogc:Filter>
<MinScaleDenominator>768001</MinScaleDenominator>
<MaxScaleDenominator>3072000</MaxScaleDenominator>
<TextSymbolizer>
<Label>
<ogc:PropertyName>gemeentenaam</ogc:PropertyName>
</Label>
<Font>
<CssParameter name="font-family">Arial</CssParameter>
<CssParameter name="font-style">Regular</CssParameter>
<CssParameter name="font-size">12</CssParameter>
</Font>
<LabelPlacement>
<PointPlacement>
<AnchorPoint>
<AnchorPointX>0.5</AnchorPointX>
<AnchorPointY>0.5</AnchorPointY>
</AnchorPoint>
</PointPlacement>
</LabelPlacement>
<Halo>
<Radius>
<ogc:Literal>2</ogc:Literal>
</Radius>
<Fill>
<CssParameter name="fill">#ffffff</CssParameter>
<CssParameter name="fill-opacity">0.6</CssParameter>
</Fill>
</Halo>
<Fill>
<CssParameter name="fill">#333333</CssParameter>
</Fill>
<Priority>
<PropertyName>aantal_inwoners</PropertyName>
</Priority>
</TextSymbolizer>
</Rule>
<Rule>
<ogc:Filter>
<ogc:PropertyIsBetween>
<ogc:PropertyName>aantal_inwoners</ogc:PropertyName>
<ogc:LowerBoundary>
<ogc:Literal>100000</ogc:Literal>
</ogc:LowerBoundary>
<ogc:UpperBoundary>
<ogc:Literal>150000</ogc:Literal>
</ogc:UpperBoundary>
</ogc:PropertyIsBetween>
</ogc:Filter>
<MinScaleDenominator>3072001</MinScaleDenominator>
<MaxScaleDenominator>6144000</MaxScaleDenominator>
<TextSymbolizer>
<Label>
<ogc:PropertyName>gemeentenaam</ogc:PropertyName>
</Label>
<Font>
<CssParameter name="font-family">Arial</CssParameter>
<CssParameter name="font-style">Regular</CssParameter>
<CssParameter name="font-size">10</CssParameter>
</Font>
<LabelPlacement>
<PointPlacement>
<AnchorPoint>
<AnchorPointX>0.5</AnchorPointX>
<AnchorPointY>0.5</AnchorPointY>
</AnchorPoint>
</PointPlacement>
</LabelPlacement>
<Halo>
<Radius>
<ogc:Literal>2</ogc:Literal>
</Radius>
<Fill>
<CssParameter name="fill">#ffffff</CssParameter>
<CssParameter name="fill-opacity">0.6</CssParameter>
</Fill>
</Halo>
<Fill>
<CssParameter name="fill">#333333</CssParameter>
</Fill>
<Priority>
<PropertyName>aantal_inwoners</PropertyName>
</Priority>
</TextSymbolizer>
</Rule>
<Rule>
<ogc:Filter>
<ogc:PropertyIsGreaterThan>
<ogc:PropertyName>aantal_inwoners</ogc:PropertyName>
<ogc:Literal>150000</ogc:Literal>
</ogc:PropertyIsGreaterThan>
</ogc:Filter>
<MinScaleDenominator>6001</MinScaleDenominator>
<MaxScaleDenominator>48000</MaxScaleDenominator>
<TextSymbolizer>
<Label>
<ogc:PropertyName>gemeentenaam</ogc:PropertyName>
</Label>
<Font>
<CssParameter name="font-family">Arial</CssParameter>
<CssParameter name="font-style">Regular</CssParameter>
<CssParameter name="font-size">20</CssParameter>
</Font>
<LabelPlacement>
<PointPlacement>
<AnchorPoint>
<AnchorPointX>0.5</AnchorPointX>
<AnchorPointY>0.5</AnchorPointY>
</AnchorPoint>
</PointPlacement>
</LabelPlacement>
<Halo>
<Radius>
<ogc:Literal>2</ogc:Literal>
</Radius>
<Fill>
<CssParameter name="fill">#ffffff</CssParameter>
<CssParameter name="fill-opacity">0.6</CssParameter>
</Fill>
</Halo>
<Fill>
<CssParameter name="fill">#333333</CssParameter>
</Fill>
<Priority>
<PropertyName>aantal_inwoners</PropertyName>
</Priority>
</TextSymbolizer>
</Rule>
<Rule>
<ogc:Filter>
<ogc:PropertyIsGreaterThan>
<ogc:PropertyName>aantal_inwoners</ogc:PropertyName>
<ogc:Literal>150000</ogc:Literal>
</ogc:PropertyIsGreaterThan>
</ogc:Filter>
<MinScaleDenominator>48001</MinScaleDenominator>
<MaxScaleDenominator>192000</MaxScaleDenominator>
<TextSymbolizer>
<Label>
<ogc:PropertyName>gemeentenaam</ogc:PropertyName>
</Label>
<Font>
<CssParameter name="font-family">Arial</CssParameter>
<CssParameter name="font-style">Regular</CssParameter>
<CssParameter name="font-size">18</CssParameter>
</Font>
<LabelPlacement>
<PointPlacement>
<AnchorPoint>
<AnchorPointX>0.5</AnchorPointX>
<AnchorPointY>0.5</AnchorPointY>
</AnchorPoint>
</PointPlacement>
</LabelPlacement>
<Halo>
<Radius>
<ogc:Literal>2</ogc:Literal>
</Radius>
<Fill>
<CssParameter name="fill">#ffffff</CssParameter>
<CssParameter name="fill-opacity">0.6</CssParameter>
</Fill>
</Halo>
<Fill>
<CssParameter name="fill">#333333</CssParameter>
</Fill>
<Priority>
<PropertyName>aantal_inwoners</PropertyName>
</Priority>
</TextSymbolizer>
</Rule>
<Rule>
<ogc:Filter>
<ogc:PropertyIsGreaterThan>
<ogc:PropertyName>aantal_inwoners</ogc:PropertyName>
<ogc:Literal>150000</ogc:Literal>
</ogc:PropertyIsGreaterThan>
</ogc:Filter>
<MinScaleDenominator>192001</MinScaleDenominator>
<MaxScaleDenominator>768000</MaxScaleDenominator>
<TextSymbolizer>
<Label>
<ogc:PropertyName>gemeentenaam</ogc:PropertyName>
</Label>
<Font>
<CssParameter name="font-family">Arial</CssParameter>
<CssParameter name="font-style">Regular</CssParameter>
<CssParameter name="font-size">16</CssParameter>
</Font>
<LabelPlacement>
<PointPlacement>
<AnchorPoint>
<AnchorPointX>0.5</AnchorPointX>
<AnchorPointY>0.5</AnchorPointY>
</AnchorPoint>
</PointPlacement>
</LabelPlacement>
<Halo>
<Radius>
<ogc:Literal>2</ogc:Literal>
</Radius>
<Fill>
<CssParameter name="fill">#ffffff</CssParameter>
<CssParameter name="fill-opacity">0.6</CssParameter>
</Fill>
</Halo>
<Fill>
<CssParameter name="fill">#333333</CssParameter>
</Fill>
<Priority>
<PropertyName>aantal_inwoners</PropertyName>
</Priority>
</TextSymbolizer>
</Rule>
<Rule>
<ogc:Filter>
<ogc:PropertyIsGreaterThan>
<ogc:PropertyName>aantal_inwoners</ogc:PropertyName>
<ogc:Literal>150000</ogc:Literal>
</ogc:PropertyIsGreaterThan>
</ogc:Filter>
<MinScaleDenominator>768001</MinScaleDenominator>
<MaxScaleDenominator>3072000</MaxScaleDenominator>
<TextSymbolizer>
<Label>
<ogc:PropertyName>gemeentenaam</ogc:PropertyName>
</Label>
<Font>
<CssParameter name="font-family">Arial</CssParameter>
<CssParameter name="font-style">Regular</CssParameter>
<CssParameter name="font-size">14</CssParameter>
</Font>
<LabelPlacement>
<PointPlacement>
<AnchorPoint>
<AnchorPointX>0.5</AnchorPointX>
<AnchorPointY>0.5</AnchorPointY>
</AnchorPoint>
</PointPlacement>
</LabelPlacement>
<Halo>
<Radius>
<ogc:Literal>2</ogc:Literal>
</Radius>
<Fill>
<CssParameter name="fill">#ffffff</CssParameter>
<CssParameter name="fill-opacity">0.6</CssParameter>
</Fill>
</Halo>
<Fill>
<CssParameter name="fill">#333333</CssParameter>
</Fill>
<Priority>
<PropertyName>aantal_inwoners</PropertyName>
</Priority>
</TextSymbolizer>
</Rule>
<Rule>
<ogc:Filter>
<ogc:PropertyIsGreaterThan>
<ogc:PropertyName>aantal_inwoners</ogc:PropertyName>
<ogc:Literal>150000</ogc:Literal>
</ogc:PropertyIsGreaterThan>
</ogc:Filter>
<MinScaleDenominator>3072001</MinScaleDenominator>
<MaxScaleDenominator>6144000</MaxScaleDenominator>
<TextSymbolizer>
<Label>
<ogc:PropertyName>gemeentenaam</ogc:PropertyName>
</Label>
<Font>
<CssParameter name="font-family">Arial</CssParameter>
<CssParameter name="font-style">Regular</CssParameter>
<CssParameter name="font-size">12</CssParameter>
</Font>
<LabelPlacement>
<PointPlacement>
<AnchorPoint>
<AnchorPointX>0.5</AnchorPointX>
<AnchorPointY>0.5</AnchorPointY>
</AnchorPoint>
</PointPlacement>
</LabelPlacement>
<Halo>
<Radius>
<ogc:Literal>2</ogc:Literal>
</Radius>
<Fill>
<CssParameter name="fill">#ffffff</CssParameter>
<CssParameter name="fill-opacity">0.6</CssParameter>
</Fill>
</Halo>
<Fill>
<CssParameter name="fill">#333333</CssParameter>
</Fill>
<Priority>
<PropertyName>aantal_inwoners</PropertyName>
</Priority>
</TextSymbolizer>
</Rule>
<Rule>
<ogc:Filter>
<ogc:PropertyIsBetween>
<ogc:PropertyName>aantal_inwoners</ogc:PropertyName>
<ogc:LowerBoundary>
<ogc:Literal>100000</ogc:Literal>
</ogc:LowerBoundary>
<ogc:UpperBoundary>
<ogc:Literal>750000</ogc:Literal>
</ogc:UpperBoundary>
</ogc:PropertyIsBetween>
</ogc:Filter>
<MinScaleDenominator>6144001</MinScaleDenominator>
<MaxScaleDenominator>12288000</MaxScaleDenominator>
<TextSymbolizer>
<Label>
<ogc:PropertyName>gemeentenaam</ogc:PropertyName>
</Label>
<Font>
<CssParameter name="font-family">Arial</CssParameter>
<CssParameter name="font-style">Regular</CssParameter>
<CssParameter name="font-size">9</CssParameter>
</Font>
<LabelPlacement>
<PointPlacement>
<AnchorPoint>
<AnchorPointX>0.5</AnchorPointX>
<AnchorPointY>0.5</AnchorPointY>
</AnchorPoint>
</PointPlacement>
</LabelPlacement>
<Halo>
<Radius>
<ogc:Literal>2</ogc:Literal>
</Radius>
<Fill>
<CssParameter name="fill">#ffffff</CssParameter>
<CssParameter name="fill-opacity">0.6</CssParameter>
</Fill>
</Halo>
<Fill>
<CssParameter name="fill">#333333</CssParameter>
</Fill>
<Priority>
<PropertyName>aantal_inwoners</PropertyName>
</Priority>
</TextSymbolizer>
</Rule>
<Rule>
<ogc:Filter>
<ogc:PropertyIsGreaterThan>
<ogc:PropertyName>aantal_inwoners</ogc:PropertyName>
<ogc:Literal>750000</ogc:Literal>
</ogc:PropertyIsGreaterThan>
</ogc:Filter>
<MinScaleDenominator>6144001</MinScaleDenominator>
<MaxScaleDenominator>12288000</MaxScaleDenominator>
<TextSymbolizer>
<Label>
<ogc:PropertyName>gemeentenaam</ogc:PropertyName>
</Label>
<Font>
<CssParameter name="font-family">Arial</CssParameter>
<CssParameter name="font-style">Regular</CssParameter>
<CssParameter name="font-size">12</CssParameter>
</Font>
<LabelPlacement>
<PointPlacement>
<AnchorPoint>
<AnchorPointX>0.5</AnchorPointX>
<AnchorPointY>0.5</AnchorPointY>
</AnchorPoint>
</PointPlacement>
</LabelPlacement>
<Halo>
<Radius>
<ogc:Literal>2</ogc:Literal>
</Radius>
<Fill>
<CssParameter name="fill">#ffffff</CssParameter>
<CssParameter name="fill-opacity">0.6</CssParameter>
</Fill>
</Halo>
<Fill>
<CssParameter name="fill">#333333</CssParameter>
</Fill>
<Priority>
<PropertyName>aantal_inwoners</PropertyName>
</Priority>
</TextSymbolizer>
</Rule>
</sld:FeatureTypeStyle>
</sld:UserStyle>
</sld:NamedLayer>
</sld:StyledLayerDescriptor>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment