[postgis-tickets] [PostGIS] #4016: tickets test fails with proj 5.0.0-rc2
PostGIS
trac at osgeo.org
Tue Feb 13 09:06:35 PST 2018
#4016: tickets test fails with proj 5.0.0-rc2
-----------------------------+---------------------------
Reporter: Bas Couwenberg | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.4.4
Component: postgis | Version: 2.4.x
Resolution: | Keywords:
-----------------------------+---------------------------
Comment (by Algunenano):
Building everything from trunk:
- proj:
https://github.com/OSGeo/proj.4/commit/a0dc7e9362bab037656557bb8d258840183824fa
- geos:
https://github.com/OSGeo/geos/commit/084542e55d73822b7a00c67078c2f103d185679b
- gdal:
https://github.com/OSGeo/gdal/commit/02eb3329d4b1b2a3e8d6751d60c1e956a6d968cd
- postgis:
https://github.com/postgis/postgis/commit/829c8166ea430b758d03eab69fa73b19ff12b8e9
I only get a single failing test (regress tickets):
{{{
--- tickets_expected 2018-01-15 10:55:27.401400461 +0100
+++ /tmp/pgis_reg/test_91_out 2018-02-13 17:40:16.223852028 +0100
@@ -198,7 +198,7 @@
#1578|f|f
#1580.1|Point[S]
ERROR: transform: couldn't project point (180 90 0): tolerance condition
error (-20)
-#1580.3|Point[S]
+ERROR: transform: couldn't project point (0 0 0): tolerance condition
error (-20)
#1596.1|public.road_pg.roads_geom SRID:3395 TYPE:POINT DIMS:2
ERROR: invalid SRID: 330000 not found in spatial_ref_sys
#1596.3|3395
@@ -207,7 +207,7 @@
NOTICE: SRID value -1 converted to the officially unknown SRID value 0
#1596.6|public.road_pg.roads_geom SRID changed to 0
#1596.7|0
-#1596|Point[GS]
+ERROR: transform: couldn't project point (-176 -22 0): tolerance
condition error (-20)
#1695|MULTIPOLYGON EMPTY
#1697.1|0
#1697.2|0
}}}
The `svn-2.4` branch is missing some compatibility fixes, at least for
json-c and PG11 so I haven't been able to test it yet.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4016#comment:1>
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