gs-extensions.rst 506 B

123456789101112131415161718
  1. .. _ysld_vendor:
  2. GeoServer Specific Extensions
  3. =============================
  4. GeoWebCache Integration
  5. -----------------------
  6. When defining rules in terms of zoom levels, you can use the zoom level from a gridset defined in the integrated GeoWebCache instance.
  7. For instance, if your GWC had a gridset named ``CanadaLCCQuad`` and you wanted a style rule to apply to levels 0-2 of that gridset you could use the following::
  8. grid:
  9. name: CanadaLCCQuad
  10. rules:
  11. - zoom: [0,2]
  12. point:
  13. ...