diff --git a/Code/ApplicationEngine/otbWrapperMapProjectionParametersHandler.cxx b/Code/ApplicationEngine/otbWrapperMapProjectionParametersHandler.cxx index e0decbcd2eca26efcaa26690ef71a0cd47efafde..2fe07238b3ca2bc5748fe35d377c43153150eabb 100644 --- a/Code/ApplicationEngine/otbWrapperMapProjectionParametersHandler.cxx +++ b/Code/ApplicationEngine/otbWrapperMapProjectionParametersHandler.cxx @@ -214,7 +214,7 @@ void MapProjectionParametersHandler::InitializeUTMParameters(Application::Pointe hemKey << mapKey << ".utm.northhem"; // Compute the zone and the hemisphere if not UserValue defined - if (!app->HasUserValue(zoneKey.str()) && app->HasValue(imageKey) && !app->HasAutomaticValue(zoneKey.str())) + if (!app->HasUserValue(zoneKey.str()) && app->HasValue(imageKey)) { // Compute the Origin lat/long coordinate typedef otb::ImageToGenericRSOutputParameters OutputParametersEstimatorType;