Skip to content
Snippets Groups Projects
Commit dde7680b authored by Gaëlle USSEGLIO's avatar Gaëlle USSEGLIO
Browse files

ENH : Change Projection Ref for DEMPolygonsAnalysis filter

parent 63f4d0e0
No related branches found
No related tags found
1 merge request!40Merge for version v1.0.1 (OTB release 7.3)
......@@ -321,6 +321,9 @@ namespace otb
outputKwl.AddKey(key, std::to_string(i));
}
outputPtr->SetImageKeywordList(outputKwl);
// Change Projection to fit with SAR image
outputPtr->SetProjectionRef(m_SarImagePtr->GetProjectionRef());
}
/**
......
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