PyQGIS Tutorial

Part 9.5: How to add a map with customized properties in the mini-project called Layout Generator

In this short video, you will discuss about adding a map with a specific size, position, and customized properties with PyQGIS in the QGIS Plugin development in the Layout Generator mini-project connected to previous tutorials.

In this part of the mini-project, we will implement the following together.
- how to add a map inside the layout using PyQGIS?
- how to customize the size and position of the Map?
- how to automatically change the map extent?
- how to all the map settings via PyQGIS into the QGIS plugin?

#python #plugin development #pyqgis