1234567891011121314151617181920212223242526272829303132333435 |
- .. _styling_workshop:
- Styling Workshop
- ================
- 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.
- The following material will be covered in this workshop:
- :doc:`setup/index`
- Workshop materials and setup
-
- :doc:`design/index`
- Overview of map design (i.e. cartography) considerations. Select color palette with colorbrewer.
- :doc:`css/index`
- Introduction to GeoServer styling followed by easy styling with the CSS module.
- :doc:`ysld/index`
- Introduction to GeoServer styling followed by easy styling with the YSLD module.
- :doc:`mbstyle/index`
- Introduction to GeoServer styling followed by easy styling with the MBStyle module.
-
- .. toctree::
- :maxdepth: 2
- :numbered:
- :hidden:
-
- setup/index
- design/index
- css/index
- ysld/index
- mbstyle/index
|