Skip to content

Instantly share code, notes, and snippets.

@mousebird
Created February 21, 2017 18:38
Show Gist options
  • Save mousebird/567ff4d8d5bf01502177a1cc4a944d80 to your computer and use it in GitHub Desktop.
Save mousebird/567ff4d8d5bf01502177a1cc4a944d80 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<StyledLayerDescriptor version="1.0.0" xsi:schemaLocation="http://www.opengis.net/sld StyledLayerDescriptor.xsd" 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">
<NamedLayer>
<Name>openstreetmap buildings</Name>
<UserStyle>
<Name>normal</Name>
<FeatureTypeStyle>
<Rule>
<MinScaleDenominator>0</MinScaleDenominator>
<MaxScaleDenominator>13000</MaxScaleDenominator>
<PolygonSymbolizer>
<Fill>
<CssParameter name="fill">#a9a5a5</CssParameter>
</Fill>
</PolygonSymbolizer>
</Rule>
</FeatureTypeStyle>
</UserStyle>
</NamedLayer>
</StyledLayerDescriptor>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment