Advertisement
Guest User

Untitled

a guest
Oct 19th, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. unsigned int openFlags = GA_ReadOnly | GDAL_OF_VECTOR | GDAL_OF_VERBOSE_ERROR;
  2. GDALDataset* ds = (GDALDataset*) GDALOpenEx( dsString.c_str(),
  3. openFlags,
  4. NULL, NULL, NULL );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement