Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add a startup tip on VRT files (fix Redmine #4346)
(fix indentation problem)
  • Loading branch information
Médéric Ribreux authored and m-kuhn committed Dec 20, 2015
1 parent b8a903c commit 88d3b9f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/app/qgstipfactory.cpp
Expand Up @@ -218,6 +218,14 @@ QgsTipFactory::QgsTipFactory() : QObject()
"instead of layer list."
) );
addGuiTip( myTip );
// by Alister Hood
myTip.setTitle( tr( "Use VRT files" ) );
myTip.setContent( tr( "If you have a number of aerial photos spread across a wide area, instead of "
"loading each file as a separate layer you can treat them all as a single layer "
"by using a .vrt file. "
"To create a .vrt, go to Raster -> Miscellaneous -> Build Virtual Raster (Catalog)."
) );
addGuiTip( myTip );

/* Template for adding more tips
myTip.setTitle(tr(""));
Expand Down

0 comments on commit 88d3b9f

Please sign in to comment.