diff --git a/Code/ApplicationEngine/otbWrapperMapProjectionParametersHandler.cxx b/Code/ApplicationEngine/otbWrapperMapProjectionParametersHandler.cxx index 2c3f4a73490c3aac12bede10bb46ee289ec18058..6acc6da1ad082533622cdca8b01b9d87ef1921cb 100644 --- a/Code/ApplicationEngine/otbWrapperMapProjectionParametersHandler.cxx +++ b/Code/ApplicationEngine/otbWrapperMapProjectionParametersHandler.cxx @@ -178,7 +178,7 @@ const std::string MapProjectionParametersHandler::GetProjectionRefFromChoice(con app->GetParameterFloat( scale.str()) ); return transMercatorProjection->GetWkt(); } - break;*/ + break; */ case Map_WGS84: { return otb::GeoInformationConversion::ToWKT(4326); diff --git a/Code/Common/otbGeoInformationConversion.cxx b/Code/Common/otbGeoInformationConversion.cxx index a3f7d3ec6462d2b0c6e6f99966f9ed2ffa71679f..77ea51484ab2f7bae03a91239f492de4d25aae75 100644 --- a/Code/Common/otbGeoInformationConversion.cxx +++ b/Code/Common/otbGeoInformationConversion.cxx @@ -24,7 +24,6 @@ #include "boost/lexical_cast.hpp" - namespace otb {