Skip to content
Snippets Groups Projects
Commit 581831aa authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

ENH: use bool parameter for map projection handler

parent 7de24900
No related branches found
No related tags found
1 merge request!15Parameter bool
......@@ -50,7 +50,7 @@ void MapProjectionParametersHandler::AddMapProjectionParameters( Application::Po
oss.str("");
oss <<key<<".utm" <<".northhem";
app->AddParameter(ParameterType_Empty, oss.str(), "Northern Hemisphere");
app->AddParameter(ParameterType_Bool, oss.str(), "Northern Hemisphere");
app->SetParameterDescription(oss.str(),"The transverse mercator projections are defined by their zone number as well as the hemisphere. Activate this parameter if your image is in the northern hemisphere.");
......
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