QGIS
sudo apt install qgis
- Try to do things using GDAL when possible.
- Unless there’s a reason to do otherwise, save vector layers in
.gpkg
.
Runbooks
Reload Layer
Open Python Console (Ctrl+Alt+P), paste:
iface.activeLayer().dataProvider().reloadData()
Preview Images
- Have image path in vector layer data, say in a field called
path
. - Layer Properties > Attributes Form > (select your path-to-image field)
- Widget Type: Attachment, Store path as: Relative to Project Path
- Display Resource Path: check everything I guess…
- Integrated Document Viewer: Type: Image
- Apply!
- “Identify Features” > In “Identify Results” pane, right click feature and choose “View Feature Form”