I see there are still *.wkt files in gdal/data. Is it still needed?
I would like to remove the call to CPLSetConfigOption("GDAL_DATA"...), but
now I am suspicious.
.___ ._ ..._ .. . ._.  .___ .. __ . _. . __..  ... .... ._ .__
Entre dos pensamientos racionales
hay infinitos pensamientos irracionales.



On Mon, 17 Aug 2020 at 15:33, Javier Jimenez Shaw <[email protected]>
wrote:

> 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