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

Adding labels with CSS


As you probably already guessed, CSS can also handle properties for label placement and rendering. Labels are quite useful in maps. They are there to help you understand what places you're looking at, or just to identify the place you were searching for hours! Yes, I know what you're thinking—this must've been before the age of smartphones!

To work with labels, we will use an expression to access the feature attribute values. This results in a dynamic style that changes for each feature!

To practice with labels, you'll use the populated place layers created in Chapter 1, Working with Vectors. The target is to create a map of capitals.

Tip

A full CSS style for the recipe is located in the Capitals.css file.

How to do it…

  1. Open the CSS Style section from the GeoServer web interface. Then, select the link Choose a different layer. From the list of layers, select PostGISLocal:PopulatedPlaces.

  2. Select the link Create a new style. In the form, select the NaturalEarth workspace and...