[postgis-tickets] [PostGIS] #4712: postgis installer for windows has old proj
PostGIS
trac at osgeo.org
Mon Nov 23 09:15:25 PST 2020
#4712: postgis installer for windows has old proj
----------------------+-------------------------------
Reporter: zellner | Owner: robe
Type: defect | Status: closed
Priority: medium | Milestone: PostGIS Packaging
Component: postgis | Version: 3.0.x
Resolution: fixed | Keywords: windows
----------------------+-------------------------------
Changes (by robe):
* status: new => closed
* resolution: => fixed
Comment:
Okay I just pushed to stackbuilder PostGIS 3.0.4 compiled with Proj 7.1.1.
I'm planning to ship Proj 7.2 or above when PostGIS 3.1.0 is released, but
need to recompile GDAL first as I seem to get some weird proj.db errors if
I don't with non-existent column yada yada.
Can also download.osgeo.org as described in
https://postgis.net/windows_downloads/
I retested your example with:
{{{
PostgreSQL 13.1, compiled by Visual C++ build 1914, 64-bit POSTGIS="3.0.3
3.0.3" [EXTENSION] PGSQL="130" GEOS="3.8.1-CAPI-1.13.3" SFCGAL="1.3.8"
PROJ="7.1.1" GDAL="GDAL 3.2.0, released 2020/10/26" LIBXML="2.9.9"
LIBJSON="0.12" LIBPROTOBUF="1.2.1" WAGYU="0.4.3 (Internal)" TOPOLOGY
RASTER
}}}
and results now agree with Linux answers:
{{{
NOTICE: -----------------------------------
NOTICE: NAV4 POINT(4443865 5506116)
NOTICE: WGS84 POINT(11.220567440054587 49.689096949494754)
NOTICE: NAV4 POINT(4443865.000344981 5506116.000483331)
DO
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4712#comment:9>
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