Skip to content
Snippets Groups Projects
Commit 66a9c5ef authored by Julien Malik's avatar Julien Malik
Browse files

COMP: wrong code committed on last modification

parent bea0c96a
No related branches found
No related tags found
No related merge requests found
......@@ -243,7 +243,7 @@ VectorDataToImageFilter<TVectorData, TImage>
}
else
{
OGRSpatialReferenceH oSRS = OSRNewSpatialReference(projectionRefWkt.c_str());
OGRSpatialReferenceH oSRS = OSRNewSpatialReference(vectorDataProjectionWKT.c_str());
char * pszProj4;
OSRExportToProj4(oSRS, &pszProj4);
m_VectorDataProjectionProj4 = pszProj4;
......
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