Hi

When I was using GDAL2 (from C++), I had to set the GDAL_DATA variable with
something like
CPLSetConfigOption("GDAL_DATA", gdalDataPath.c_str());
to be able to use the SRS functions (using different coordinate reference
systems).

Now with GDAL3 (and PROJ7) I have to set instead the location of proj.db
with OSRSetPROJSearchPaths(...)

Do I need "GDAL_DATA" for anything else in GDAL3 ?

Thanks
.___ ._ ..._ .. . ._.  .___ .. __ . _. . __..  ... .... ._ .__
Entre dos pensamientos racionales
hay infinitos pensamientos irracionales.
_______________________________________________
gdal-dev mailing list
[email protected]
https://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to