[postgis-tickets] [PostGIS] #4416: Proj 6.0.0 issue on windows - transform: no system list, errno: 22
PostGIS
trac at osgeo.org
Mon Jun 3 12:50:53 PDT 2019
#4416: Proj 6.0.0 issue on windows - transform: no system list, errno: 22
---------------------+---------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: new
Priority: blocker | Milestone: PostGIS 3.0.0
Component: postgis | Version: trunk
Keywords: windows |
---------------------+---------------------------
I suspect this might be an issue with how the installed system finds the
new proj sqlite db. Not sure why this doesn't error out in regress, or
maybe because I have proj paths in my regress it works or we are not
testing this.
I have this:
{{{
POSTGIS="3.0.0alpha2 r17458" [EXTENSION] PGSQL="100"
GEOS="3.8.0-CAPI-1.11.0 " PROJ="6.0.0" LIBXML="2.7.8" LIBJSON="0.12"
LIBPROTOBUF="1.2.1" WAGYU="0.4.3 (Internal)" PostgreSQL 10.1, compiled by
Visual C++ build 1800, 64-bit
}}}
If I run this:
{{{
SELECT ST_Transform(ST_GeomFromText('POINT(1 2)', 4326),4269);
}}}
I get an error:
{{{
ERROR: transform: no system list, errno: 22
}}}
The proj files I am shipping are in share/contrib/postgis-3.0/proj
and consist of these files
{{{
CH
GL27
ITRF2000
ITRF2008
ITRF2014
nad.lst
nad27
nad83
null
other.extra
proj.db
world
}}}
I do plan to upgrade to latst proj 6 in a bit just haven't compiled yet
but I'm assuming this will still be an issue.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4416>
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