Skip to content
Snippets Groups Projects
Commit 26ceb2b6 authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

BUG: fix after ossim update

parent 3233ff6e
No related branches found
No related tags found
No related merge requests found
...@@ -75,7 +75,7 @@ int otbCreateProjectionWithOSSIM( int argc, char* argv[] ) ...@@ -75,7 +75,7 @@ int otbCreateProjectionWithOSSIM( int argc, char* argv[] )
ossimKeywordlist geom; ossimKeywordlist geom;
otbGenericMsgDebugMacro(<< "Read ossim Keywordlist..." ); otbGenericMsgDebugMacro(<< "Read ossim Keywordlist..." );
handler->saveState(geom); handler->getImageGeometry()->getProjection()->saveState(geom);
ossimGpt ossimGPoint(0,0); ossimGpt ossimGPoint(0,0);
ossimDpt ossimDPoint; ossimDpt ossimDPoint;
otbGenericMsgDebugMacro(<< "Creating projection..." ); otbGenericMsgDebugMacro(<< "Creating projection..." );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment