/edl-scripts/SLDs/speciesPoint.sld

http://alageospatialportal.googlecode.com/ · Unknown · 48 lines · 48 code · 0 blank · 0 comment · 0 complexity · c4af3da61d52d35d6f1f36d58ccdad13 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>speciesPoint</Name>
  7. <UserStyle>
  8. <Name>speciesPoint</Name>
  9. <Title>Points of Species Occurrence</Title>
  10. <Abstract>Manhattan points of interest</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">
  23. #<ogc:Function name="env">
  24. <ogc:Literal>color</ogc:Literal>
  25. <ogc:Literal>FF00FF</ogc:Literal>
  26. </ogc:Function>
  27. </CssParameter>
  28. <CssParameter name="fill-opacity">
  29. <ogc:Function name="env">
  30. <ogc:Literal>opacity</ogc:Literal>
  31. <ogc:Literal>0.4</ogc:Literal>
  32. </ogc:Function>
  33. </CssParameter>
  34. </Fill>
  35. </Mark>
  36. <Size>
  37. <ogc:Function name="env">
  38. <ogc:Literal>size</ogc:Literal>
  39. <ogc:Literal>6</ogc:Literal>
  40. </ogc:Function>
  41. </Size>
  42. </Graphic>
  43. </PointSymbolizer>
  44. </Rule>
  45. </FeatureTypeStyle>
  46. </UserStyle>
  47. </NamedLayer>
  48. </StyledLayerDescriptor>