Polygon layer styled
Jump to navigation
Jump to search
Data: areawater_merge
- simple fill with a blue color
<StyledLayerDescriptor version="1.0.0" xmlns="http://www.opengis.net/sld" xmlns:gml="http://www.opengis.net/gml" 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>areawater-merged</Name> <UserStyle> <FeatureTypeStyle> <Rule> <Name>Lakes</Name> <PolygonSymbolizer> <Fill> <CssParameter name="fill">#b2cee2</CssParameter> <CssParameter name="fill-opacity">1.00</CssParameter> </Fill> </PolygonSymbolizer> </Rule> </FeatureTypeStyle> </UserStyle> </NamedLayer> </StyledLayerDescriptor>