[postgis-tickets] [PostGIS] #4013: check_gdal: Don't assume failure when the datapath is invalid
PostGIS
trac at osgeo.org
Tue Feb 6 09:19:31 PST 2018
#4013: check_gdal: Don't assume failure when the datapath is invalid
------------------------+---------------------------
Reporter: Algunenano | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.5.0
Component: postgis | Version: trunk
Keywords: |
------------------------+---------------------------
From gdal cpl_findfile.cpp (https://git.io/vAebm) if GDAL_DATA is not
found some system folders can be used to look for resources, so unsetting
the variable does not necessarily mean failing to find the supported SRs.
I sent an email to the dev list about it
(https://lists.osgeo.org/pipermail/postgis-devel/2018-January/026811.html)
and the suggestion was to replace it with a SET/SHOW so here is the PR:
https://github.com/postgis/postgis/pull/206
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4013>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list