[postgis-tickets] [PostGIS] #2434: geography ST_Intersection regress with 2.0.3 failure
PostGIS
trac at osgeo.org
Mon Sep 2 08:31:30 PDT 2013
#2434: geography ST_Intersection regress with 2.0.3 failure
----------------------+-----------------------------------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: new
Priority: critical | Milestone: PostGIS 2.1.1
Component: postgis | Version: 2.0.x
Keywords: |
----------------------+-----------------------------------------------------
Comment(by kashif):
typo in file `geography_measeurement.c` line 710:
if ( ! empty1 && gserialized_get_gbox_p(g2, &gbox2) ==
LW_FAILURE )
should be:
if ( ! empty2 && gserialized_get_gbox_p(g2, &gbox2) ==
LW_FAILURE )
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2434#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