-
Notifications
You must be signed in to change notification settings - Fork 1
Home
This plugin finds all print templates (*.qpt) files in your QGIS profile "composer_templates" folder and presents them in a simple GUI. You Edit the Map Title (optional), select the template you want (give the layout a unique name) and press "OK". The plugin will apply your map title to (supported) templates and pan/zoom any map elements to the same area as your map canvas.
If you don't have all the templates you want, a few is included in the plugin. Just click the "Add more..." button in the plugin dialog. You get the option to overwrite any current templates (Yes) or skip templates with the same name that already exist (No). The plugin will also copy some graphics and python functions that are required for some of the included templates. These will be available in your QGIS profile in your normal use of the program. Some of the functions require that QGIS is restarted before they work properly.
If you want to exclude templates from the plugin list, but don't want to remove them. Just rename them so the extension is *.QPT (upper case). If you want to remove any templates from the list (delete the template tiles) you just right click and select delete. You will not be prompted if you are sure, the file will be deleted immediately. When you want to use your own templates with the script, just include {{title}} in any label. The script will replace this text with the Title you put into the dialogue.
- Military function mgrs() based on mgrspy by Boundless (requires QGIS restart or manual activation)
- Military function north_ref_svg() generates north reference arrows in svg format
- Military function get_magnetic_declination() gets the magnetic declination for lat/long from Internet