index.rst 650 B

123456789101112131415161718192021222324252627
  1. .. _css:
  2. CSS Styling
  3. ===========
  4. The CSS extension uses a CSS-derived language instead of SLD. These CSS styles are internally converted to SLD, which is then used as normal by GeoServer. The CSS syntax is duplicated from SVG styling where appropriate, but extended to avoid losing facilities provided by SLD when possible.
  5. CSS is not a part of GeoServer by default, but is available as an extension.
  6. .. toctree::
  7. :maxdepth: 1
  8. install
  9. tutorial
  10. filters
  11. metadata
  12. multivalueprops
  13. properties
  14. valuetypes
  15. directives
  16. cascading
  17. nested
  18. transformation
  19. multilayer
  20. styledmarks
  21. cookbook/index
  22. examples/index