Skip to content

Commit 88d3b9f

Browse files
Médéric Ribreuxm-kuhn
authored andcommittedDec 20, 2015
Add a startup tip on VRT files (fix Redmine #4346)
(fix indentation problem)
1 parent b8a903c commit 88d3b9f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
 

‎src/app/qgstipfactory.cpp

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,14 @@ QgsTipFactory::QgsTipFactory() : QObject()
218218
"instead of layer list."
219219
) );
220220
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 );
221229

222230
/* Template for adding more tips
223231
myTip.setTitle(tr(""));

0 commit comments

Comments
 (0)
Please sign in to comment.