From a3d610ef15e5f157a6c32d9830d05c0578c09862 Mon Sep 17 00:00:00 2001 From: Otmane Lahlou <otmane.lahlou@c-s.fr> Date: Wed, 4 May 2011 19:35:59 +0200 Subject: [PATCH] STYLE --- Utils/otbKmzExport.cxx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/Utils/otbKmzExport.cxx b/Utils/otbKmzExport.cxx index 123fbf4d2c..e6753b4357 100644 --- a/Utils/otbKmzExport.cxx +++ b/Utils/otbKmzExport.cxx @@ -30,10 +30,14 @@ int KmzExport::Describe(ApplicationDescriptor* descriptor) descriptor->SetName("KmzExport"); descriptor->SetDescription("Export the input image as Kmz"); descriptor->AddInputImage(); - descriptor->AddOption("OutputProductName", "Output Kmz product", "kmz", 1, true, ApplicationDescriptor::InputImage); - descriptor->AddOption("TileSize", "Set the size of the tiles", "s", 1, false, ApplicationDescriptor::Integer); - descriptor->AddOption("LogoImage", "Add a logo to the final Kmz", "lo", 1, false, ApplicationDescriptor::FileName); - descriptor->AddOption("LegendImage", "Add a legend to the image exported", "le", 1, false, ApplicationDescriptor::FileName); + descriptor->AddOption("OutputProductName", "Output Kmz product", "kmz", 1, true, + ApplicationDescriptor::InputImage); + descriptor->AddOption("TileSize", "Set the size of the tiles", "s", 1, false, + ApplicationDescriptor::Integer); + descriptor->AddOption("LogoImage", "Add a logo to the final Kmz", "lo", 1, false, + ApplicationDescriptor::FileName); + descriptor->AddOption("LegendImage", "Add a legend to the image exported", "le", 1, + false, ApplicationDescriptor::FileName); return EXIT_SUCCESS; } -- GitLab