I need to produce on the order of 100 maps that are centered on each point of interest in a shapefile. I would like to prepare all the layers in a master QGIS project, and set up the composition for one point (so that printing 100 maps could be done manually, if need be).
I'd have something like the following layers:
- basemap
- points
- point buffer
And I would like to then automate printing to svg something like:
- For each point in a shapefile
- Center the map canvas on that point
- Filter a buffer layer to only have that point
- Print an svg with composition from the map composer
I'm reasonably certain I know how to do 1 & 2, but haven't found details on 3 & 4 on this site.
Related: https://gis.stackexchange.com/questions/173399/how-to-filter-features-in-other-layers-of-a-qgis-atlas
– raphael Jun 23 '16 at 17:30