Skip to content
Snippets Groups Projects
Commit c6a31bfe authored by Julien Michel's avatar Julien Michel
Browse files

ENH: Trying to close dataset to trigger actual writing

parent 1fde972e
No related branches found
No related tags found
No related merge requests found
......@@ -778,6 +778,7 @@ void GDALImageIO::Write(const void* buffer)
value = NULL;
m_poDataset->FlushCache();
GDALClose(m_poDataset);
}
/** TODO : Methode WriteImageInformation non implementee */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment