Opened 7 years ago
Closed 7 years ago
#4013 closed defect (fixed)
check_gdal: Don't assume failure when the datapath is invalid
Reported by: | Algunenano | Owned by: | pramsey |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.5.0 |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description
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
Note:
See TracTickets
for help on using tickets.
In 16378: