Skip to content
Snippets Groups Projects
Commit a3d610ef authored by Otmane Lahlou's avatar Otmane Lahlou
Browse files

STYLE

parent 76f2d438
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment