[postgis-tickets] [PostGIS] #4016: tickets test fails with proj 5.0.0-rc2
PostGIS
trac at osgeo.org
Tue Feb 13 11:24:14 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 Bas Couwenberg):
Those are the same failures as on my system.
The queries in question:
{{{
select '#1580.3', ST_Summary(ST_Transform('SRID=4326;POINT(0
0)'::geometry, 3395));
}}}
{{{
-- #1596
WITH inp AS ( SELECT
'POLYGON((-176 -22,-176 -21,-175 -21,-175 -22,-176 -22))'::geography as
a,
'POINT(-176 -22)'::geography as p
) SELECT '#1596', ST_Summary(ST_Intersection(a,p)) FROM inp;
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4016#comment:2>
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