Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
GeoServer Beginner's Guide

You're reading from   GeoServer Beginner's Guide Share geospatial data using Open Source standards

Arrow left icon
Product type Paperback
Published in Oct 2017
Publisher Packt
ISBN-13 9781788297370
Length 384 pages
Edition 2nd Edition
Arrow right icon
Author (1):
Arrow left icon
Stefano Iacovella Stefano Iacovella
Author Profile Icon Stefano Iacovella
Stefano Iacovella
Arrow right icon
View More author details
Toc

Table of Contents (13) Chapters Close

Preface 1. GIS Fundamentals FREE CHAPTER 2. Getting Started with GeoServer 3. Exploring the Administrative Interface 4. Adding Your Data 5. Accessing Layers 6. Styling Your Layers 7. Creating Simple Maps 8. Performance and Caching 9. Automating Tasks - GeoServer REST Interface 10. Securing GeoServer Before Production 11. Tuning GeoServer in a Production Environment 12. Going Further - Getting Help and Troubleshooting

LineString symbols


Lines are other simple features you can draw on your map. Inside a rule for lines, you have the <LineSymbolizer> element where you define color, thickness, and the type of line to draw (for example, a continuous or a dashed line). As for points, we will start with a simple symbol and then move to examples that are more complex.

Creating a simple line style

We will use a rivers and lake centerlines shapefile from Natural Earth to create a map of the rivers of the world with a light sky blue color:

  1. Take the PopulatedPlaces.xml file, make a copy to Rivers.xml, and then edit the new file in your text editor. Find the text inside the <Name> element and replace it with the following line of code:
 <Name>Rivers</Name> 
  1. Replace the text inside the <Title> element with the following lines of code:
 <Title> Geoserver Beginners Guide: Rivers simple stroke </Title> 
  1. Now replace the <FeatureTypeStyle> code with the following piece of code. We...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime