[postgis-tickets] [PostGIS] #4785: Proj master branch (8.0.0) regress failures

PostGIS trac at osgeo.org
Fri Nov 6 04:22:29 PST 2020


#4785: Proj master branch (8.0.0) regress failures
-----------------------------+---------------------------
  Reporter:  Taro Matsuzawa  |      Owner:  Algunenano
      Type:  defect          |     Status:  new
  Priority:  medium          |  Milestone:  PostGIS 3.2.0
 Component:  postgis         |    Version:  master
Resolution:                  |   Keywords:
-----------------------------+---------------------------

Comment (by Taro Matsuzawa):

 Thank you Algunenano to report it.

 But I change 3395 from to 32631, I get an error.

 {{{
 root at 01f6586c5245:/usr/src/postgis# grep 1580 regress/core/tickets.sql
 -- #1580
 select '#1580.1', ST_Summary(ST_Transform('SRID=4326;POINT(0
 0)'::geometry, 32631));
 select '#1580.2', ST_Transform('SRID=4326;POINT(180 90)'::geometry,
 32631); -- fails
 select '#1580.3', ST_Summary(ST_Transform('SRID=4326;POINT(0
 0)'::geometry, 32631));
 root at 01f6586c5245:/usr/src/postgis# cd /tmp/pgis_reg/
 root at 01f6586c5245:/tmp/pgis_reg# cat test_72_diff
 --- ./core/tickets_expected     2020-11-06 12:10:18.680571000 +0000
 +++ /tmp/pgis_reg/test_72_out   2020-11-06 12:12:43.976063000 +0000
 @@ -195,7 +195,7 @@
  #1543|MULTILINESTRING((0 0,10 0,10 10,0 0),(0 0))|POLYGON((0 0,10 10,10
 0,0 0))
  #1578|f|f
  #1580.1|Point[S]
 -ERROR:  transform: tolerance condition error (-20)
 +#1580.2|0101000020777F00000000000080841E415F3A2D9ED1116341
  #1580.3|Point[S]
  #1596.1|public.road_pg.roads_geom SRID:3395 TYPE:POINT DIMS:2
  ERROR:  invalid SRID: 330000 not found in spatial_ref_sys
 }}}

-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4785#comment:5>
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