/edl-scripts/SLDs/burg.sld
http://alageospatialportal.googlecode.com/ · Unknown · 31 lines · 29 code · 2 blank · 0 comment · 0 complexity · d8b9d2fca3d4e69d2fec6598aa38b95d MD5 · raw file
- <?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>redflag</Name>
- <UserStyle>
- <Name>burg</Name>
- <Title>A small red flag</Title>
- <Abstract>A sample of how to use an SVG based symbolizer</Abstract>
-
- <FeatureTypeStyle>
- <Rule>
- <Title>Red flag</Title>
- <PointSymbolizer>
- <Graphic>
- <ExternalGraphic>
- <OnlineResource xlink:type="simple" xlink:href="burg02.svg" />
- <Format>image/svg+xml</Format>
- </ExternalGraphic>
- <Size>
- <ogc:Literal>20</ogc:Literal>
- </Size>
- </Graphic>
- </PointSymbolizer>
- </Rule>
-
- </FeatureTypeStyle>
- </UserStyle>
- </NamedLayer>
- </StyledLayerDescriptor>