Re: [gdal-dev] GDAL 3.1.2: PROJ_DEBUG

2020-11-18 Thread Daniel Mellergård
Thanks! Den tis 17 nov. 2020 kl 18:40 skrev Even Rouault : > On mardi 17 novembre 2020 14:01:07 CET Daniel Mellergård wrote: > > Hi, > > > > Is setting the environment variable PROJ_DEBUG=3 supposed to work when > > using GDAL3.1.2? Running for example gdalsrsinfo with that environment > > variab

Re: [gdal-dev] GDAL 3.1.2: PROJ_DEBUG

2020-11-17 Thread Even Rouault
On mardi 17 novembre 2020 14:01:07 CET Daniel Mellergård wrote: > Hi, > > Is setting the environment variable PROJ_DEBUG=3 supposed to work when > using GDAL3.1.2? Running for example gdalsrsinfo with that environment > variable set has no effect, but running projinfo (from proj 6.3.2) does. As P

Re: [gdal-dev] GDAL 3.1.2: PROJ_DEBUG

2020-11-17 Thread Daniel Mellergård
At the same time, can I assume OSRSetPROJSearchPaths to work as expected, or is there any similar issue? Den tis 17 nov. 2020 kl 14:04 skrev Daniel Mellergård < daniel.mellerga...@gmail.com>: > I was a bit eager to hit send... The GDAL version I am using is 3.0.4. > > Den tis 17 nov. 2020 kl 14

Re: [gdal-dev] GDAL 3.1.2: PROJ_DEBUG

2020-11-17 Thread Daniel Mellergård
I was a bit eager to hit send... The GDAL version I am using is 3.0.4. Den tis 17 nov. 2020 kl 14:01 skrev Daniel Mellergård < daniel.mellerga...@gmail.com>: > Hi, > > Is setting the environment variable PROJ_DEBUG=3 supposed to work when > using GDAL3.1.2? Running for example gdalsrsinfo with th

[gdal-dev] GDAL 3.1.2: PROJ_DEBUG

2020-11-17 Thread Daniel Mellergård
Hi, Is setting the environment variable PROJ_DEBUG=3 supposed to work when using GDAL3.1.2? Running for example gdalsrsinfo with that environment variable set has no effect, but running projinfo (from proj 6.3.2) does. I assume this has something to do with different "contexts" in Proj? Also, by