Book Image

GeoServer Cookbook

By : Stefano Iacovella
Book Image

GeoServer Cookbook

By: Stefano Iacovella

Overview of this book

Table of Contents (17 chapters)
GeoServer Cookbook
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Using z-order creatively


In the Creating scale-dependent rules recipe, Chapter 3, Advanced Styling, we already used a complex symbol produced by merging simple symbols. In this recipe, we will now focus on the concept of z-order, that is, the order that GeoServer uses to draw symbols on the map.

Understanding this lets you use features and symbols in the proper way, along with producing some advanced symbology.

How to do it…

  1. In this recipe, we will use the NaturalEarth:populatedplaces layer, which you configured in Chapter 3, Advanced Styling. If you missed that chapter, please read through the instructions on how to download and configure the dataset and install the CSS module.

  2. Download the code for the chapter from the Packt site and extract the ch07_Places.css file.

  3. Open the GeoServer web interface and from the left panel, select CSS Styles.

  4. Choose Create a new Style and insert places as the name.

  5. Choose NaturalEarth:populatedplaces as layers to preview the style.

  6. Now copy the content of the...