Book Image

Building Mapping Applications with QGIS

By : Erik Westra
Book Image

Building Mapping Applications with QGIS

By: Erik Westra

Overview of this book

Table of Contents (16 chapters)
Building Mapping Applications with QGIS
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Free Chapter
1
Getting Started with QGIS
Index

Summary


In this chapter, we looked at many of the more advanced features of the QGIS Python API. We learned how the various built-in symbol layers can be used to draw geometries on the map, how to combine symbol layers in useful ways, and how to implement your own symbol layers using Python. We then looked at writing your own custom renderer to choose which symbol to use for each feature, and how to create your own custom map layer using Python code. We investigated the creation of custom map canvas items, and then saw how memory-based map layers can be used to programmatically add features to your map.

With this, we complete our tour of the more advanced aspects of PyQGIS. In the next chapter, we will learn how to create custom map tools that let the user select, add, edit, and delete features within a PyQGIS application.