We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent b8a903c commit 88d3b9fCopy full SHA for 88d3b9f
src/app/qgstipfactory.cpp
@@ -218,6 +218,14 @@ QgsTipFactory::QgsTipFactory() : QObject()
218
"instead of layer list."
219
) );
220
addGuiTip( myTip );
221
+ // by Alister Hood
222
+ myTip.setTitle( tr( "Use VRT files" ) );
223
+ myTip.setContent( tr( "If you have a number of aerial photos spread across a wide area, instead of "
224
+ "loading each file as a separate layer you can treat them all as a single layer "
225
+ "by using a .vrt file. "
226
+ "To create a .vrt, go to Raster -> Miscellaneous -> Build Virtual Raster (Catalog)."
227
+ ) );
228
+ addGuiTip( myTip );
229
230
/* Template for adding more tips
231
myTip.setTitle(tr(""));
0 commit comments