Skip to content
Snippets Groups Projects
Commit 8d926d89 authored by Luc Hermitte's avatar Luc Hermitte
Browse files

WARN: OTB-151/GeometriesProjectionFilter

parent 67c1b036
No related branches found
No related tags found
No related merge requests found
...@@ -47,6 +47,7 @@ struct ReprojectTransformationFunctor ...@@ -47,6 +47,7 @@ struct ReprojectTransformationFunctor
{ {
m_osr .reset (static_cast<OGRSpatialReference*>(OSRNewSpatialReference(wkt.c_str()))); m_osr .reset (static_cast<OGRSpatialReference*>(OSRNewSpatialReference(wkt.c_str())));
} }
//TODO: find a way to call it from DoProcessLayer
void UpdateTransformation(OGRSpatialReference & in) void UpdateTransformation(OGRSpatialReference & in)
{ {
SetSpatialReferences(in, *m_osr); SetSpatialReferences(in, *m_osr);
......
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