/edl-scripts/SLDs/burg.sld

http://alageospatialportal.googlecode.com/ · Unknown · 31 lines · 29 code · 2 blank · 0 comment · 0 complexity · d8b9d2fca3d4e69d2fec6598aa38b95d MD5 · raw file

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <StyledLayerDescriptor version="1.0.0" xmlns="http://www.opengis.net/sld" xmlns:ogc="http://www.opengis.net/ogc"
  3. xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://www.opengis.net/sld http://schemas.opengis.net/sld/1.0.0/StyledLayerDescriptor.xsd">
  5. <NamedLayer>
  6. <Name>redflag</Name>
  7. <UserStyle>
  8. <Name>burg</Name>
  9. <Title>A small red flag</Title>
  10. <Abstract>A sample of how to use an SVG based symbolizer</Abstract>
  11. <FeatureTypeStyle>
  12. <Rule>
  13. <Title>Red flag</Title>
  14. <PointSymbolizer>
  15. <Graphic>
  16. <ExternalGraphic>
  17. <OnlineResource xlink:type="simple" xlink:href="burg02.svg" />
  18. <Format>image/svg+xml</Format>
  19. </ExternalGraphic>
  20. <Size>
  21. <ogc:Literal>20</ogc:Literal>
  22. </Size>
  23. </Graphic>
  24. </PointSymbolizer>
  25. </Rule>
  26. </FeatureTypeStyle>
  27. </UserStyle>
  28. </NamedLayer>
  29. </StyledLayerDescriptor>