/edl-scripts/SLDs/species_uncertainity.sld

http://alageospatialportal.googlecode.com/ · Unknown · 35 lines · 35 code · 0 blank · 0 comment · 0 complexity · b114d0e2a233cb2be5bbeb6a6f017017 MD5 · raw file

  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>speciesUncertainity</Name>
  7. <UserStyle>
  8. <Name>speciesUncertainity</Name>
  9. <Title>Uncertainity of Species Occurrence</Title>
  10. <Abstract>Uncertainity of Species Occurrence</Abstract>
  11. <FeatureTypeStyle>
  12. <Rule>
  13. <PointSymbolizer>
  14. <Graphic>
  15. <Mark>
  16. <WellKnownName><ogc:Function name="env">
  17. <ogc:Literal>name</ogc:Literal>
  18. <ogc:Literal>circle</ogc:Literal>
  19. </ogc:Function>
  20. </WellKnownName>
  21. <Fill>
  22. <CssParameter name="fill">#000000</CssParameter>
  23. <CssParameter name="fill-opacity">0.4</CssParameter>
  24. </Fill>
  25. </Mark>
  26. <Size>
  27. 10
  28. </Size>
  29. </Graphic>
  30. </PointSymbolizer>
  31. </Rule>
  32. </FeatureTypeStyle>
  33. </UserStyle>
  34. </NamedLayer>
  35. </StyledLayerDescriptor>