From 2a40f40fd2dd95e14f524bd0cba9347150b243a7 Mon Sep 17 00:00:00 2001 From: Emmanuel Christophe <emmanuel.christophe@orfeo-toolbox.org> Date: Thu, 15 Jan 2009 11:03:22 +0800 Subject: [PATCH] DOC: Output tuning for TileMapImageIOExample --- Examples/IO/TileMapImageIOExample.cxx | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/Examples/IO/TileMapImageIOExample.cxx b/Examples/IO/TileMapImageIOExample.cxx index a1981c1d12..1a9284ae23 100644 --- a/Examples/IO/TileMapImageIOExample.cxx +++ b/Examples/IO/TileMapImageIOExample.cxx @@ -21,10 +21,15 @@ // Software Guide : BeginCommandLineArgs // INPUTS: {osmfile.otb} -// OUTPUTS: {openStreetMap.png} -// ${GeneratedFolder} 1.4835345 43.55968261 12 +// OUTPUTS: {openStreetMap-Toulouse.png} +// ${GeneratedFolder} 1.4835345 43.55968261 14 // Software Guide : EndCommandLineArgs +// Software Guide : BeginCommandLineArgs +// INPUTS: {osmfile.otb} +// OUTPUTS: {openStreetMap-Singapore.png} +// ${GeneratedFolder} 103.819836 1.352083 14 +// Software Guide : EndCommandLineArgs // Software Guide : BeginLatex // @@ -190,8 +195,9 @@ int main( int argc, char* argv[] ) // // \begin{figure} // \center - // \includegraphics[width=0.70\textwidth]{openStreetMap.eps} - // \itkcaption[Open street map]{Map created from open street map at depth 12 near Toulouse} + // \includegraphics[width=0.45\textwidth]{openStreetMap-Toulouse.eps} + // \includegraphics[width=0.45\textwidth]{openStreetMap-Singapore.eps} + // \itkcaption[Open street map]{Map created from open street map showing the OTB headquaters} // \label{fig:TILEMAPIMAGEIOEXAMPLE} // \end{figure} // -- GitLab