giant_polygon.sld 1022 B

1234567891011121314151617181920212223242526
  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>area landmarks</Name>
  7. <UserStyle>
  8. <Title>Border-less gray fill</Title>
  9. <Abstract>Light gray polygon fill without a border</Abstract>
  10. <FeatureTypeStyle>
  11. <Rule>
  12. <PolygonSymbolizer>
  13. <Fill>
  14. <CssParameter name="fill">
  15. <ogc:Literal>#DDDDDD</ogc:Literal>
  16. </CssParameter>
  17. <CssParameter name="fill-opacity">
  18. <ogc:Literal>1.0</ogc:Literal>
  19. </CssParameter>
  20. </Fill>
  21. </PolygonSymbolizer>
  22. </Rule>
  23. </FeatureTypeStyle>
  24. </UserStyle>
  25. </NamedLayer>
  26. </StyledLayerDescriptor>