index.rst 952 B

1234567891011121314151617181920212223242526272829303132333435
  1. .. _styling_workshop:
  2. Styling Workshop
  3. ================
  4. This workshop will explore how GeoServer styling can be used for a range of creative effects. This workshop also introduces both the CSS and YSLD extensions, which provide alternate styling languages to SLD.
  5. The following material will be covered in this workshop:
  6. :doc:`setup/index`
  7. Workshop materials and setup
  8. :doc:`design/index`
  9. Overview of map design (i.e. cartography) considerations. Select color palette with colorbrewer.
  10. :doc:`css/index`
  11. Introduction to GeoServer styling followed by easy styling with the CSS module.
  12. :doc:`ysld/index`
  13. Introduction to GeoServer styling followed by easy styling with the YSLD module.
  14. :doc:`mbstyle/index`
  15. Introduction to GeoServer styling followed by easy styling with the MBStyle module.
  16. .. toctree::
  17. :maxdepth: 2
  18. :numbered:
  19. :hidden:
  20. setup/index
  21. design/index
  22. css/index
  23. ysld/index
  24. mbstyle/index