Skip to content
Snippets Groups Projects
Commit 4d8ded7d authored by OTB Bot's avatar OTB Bot
Browse files

STYLE

parent d506661a
No related branches found
No related tags found
No related merge requests found
......@@ -288,7 +288,7 @@ void MapProjectionWrapper::ApplyParametersToProjection()
ossimMapProjection* projection = dynamic_cast<ossimMapProjection*>(this->GetMapProjection());
// Set up origin
const ossimDatum* datum = ossimDatumFactory::instance()->wgs84();//default value
const ossimDatum* datum = ossimDatumFactory::instance()->wgs84(); //default value
it = m_ParameterStore.find("Datum");
if (it != m_ParameterStore.end())
{
......
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