Re: [gdal-dev] EPSG code with vertical datum

2019-05-30 Thread Even Rouault
On jeudi 30 mai 2019 16:27:41 CEST Even Rouault wrote: > On jeudi 30 mai 2019 10:17:35 CEST Andrew Bell wrote: > > On Thu, May 30, 2019 at 5:06 AM Even Rouault > > > > wrote: > > > On mercredi 29 mai 2019 20:38:02 CEST Andrew Bell wrote: > > > > In earlier GDAL versions I could call > > > > > >

Re: [gdal-dev] EPSG code with vertical datum

2019-05-30 Thread Even Rouault
On jeudi 30 mai 2019 10:17:35 CEST Andrew Bell wrote: > On Thu, May 30, 2019 at 5:06 AM Even Rouault > > wrote: > > On mercredi 29 mai 2019 20:38:02 CEST Andrew Bell wrote: > > > In earlier GDAL versions I could call > > > > > > SetFromUserInput("EPSG:4326+4326"); > > > > > > without error. I

Re: [gdal-dev] EPSG code with vertical datum

2019-05-30 Thread Andrew Bell
On Thu, May 30, 2019 at 5:06 AM Even Rouault wrote: > On mercredi 29 mai 2019 20:38:02 CEST Andrew Bell wrote: > > In earlier GDAL versions I could call > > > > SetFromUserInput("EPSG:4326+4326"); > > > > without error. I now get the following error: > > > > (Error) GDAL failure (1) SetCompoundC

Re: [gdal-dev] EPSG code with vertical datum

2019-05-30 Thread Even Rouault
On mercredi 29 mai 2019 20:38:02 CEST Andrew Bell wrote: > In earlier GDAL versions I could call > > SetFromUserInput("EPSG:4326+4326"); > > without error. I now get the following error: > > (Error) GDAL failure (1) SetCompoundCS() fails, vertical component is not > VERT_CS. > > Was this a fai

[gdal-dev] EPSG code with vertical datum

2019-05-29 Thread Andrew Bell
In earlier GDAL versions I could call SetFromUserInput("EPSG:4326+4326"); without error. I now get the following error: (Error) GDAL failure (1) SetCompoundCS() fails, vertical component is not VERT_CS. Was this a failure to detect a problem in older GDAL versions or is this a regression in ve