grass_poly.sld 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?xml version="1.0" encoding="UTF-8"?>
  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>Grass</Name>
  7. <UserStyle>
  8. <Name>grass</Name>
  9. <Title>Grass fill</Title>
  10. <Abstract>A style filling polygons with a grass theme coming from a PNG file</Abstract>
  11. <FeatureTypeStyle>
  12. <Rule>
  13. <Name>Grass</Name>
  14. <Abstract>Grass style that uses a texture</Abstract>
  15. <PolygonSymbolizer>
  16. <Fill>
  17. <GraphicFill>
  18. <Graphic>
  19. <ExternalGraphic>
  20. <OnlineResource xlink:type="simple" xlink:href="grass_fill.png" />
  21. <Format>image/png</Format>
  22. </ExternalGraphic>
  23. <Opacity>
  24. <ogc:Literal>1.0</ogc:Literal>
  25. </Opacity>
  26. </Graphic>
  27. </GraphicFill>
  28. </Fill>
  29. <Stroke>
  30. <CssParameter name="stroke">#FF0000</CssParameter>
  31. <CssParameter name="stroke-width">1</CssParameter>
  32. </Stroke>
  33. </PolygonSymbolizer>
  34. </Rule>
  35. </FeatureTypeStyle>
  36. </UserStyle>
  37. </NamedLayer>
  38. </StyledLayerDescriptor>