[postgis-devel] [PostGIS] #1610: Support for larger objects in ST_Intersection(geography)
PostGIS
trac at osgeo.org
Tue Apr 10 21:36:01 PDT 2012
#1610: Support for larger objects in ST_Intersection(geography)
---------------------------+------------------------------------------------
Reporter: realityexists | Owner: pramsey
Type: enhancement | Status: new
Priority: medium | Milestone: PostGIS 2.1.0
Component: postgis | Version: trunk
Keywords: |
---------------------------+------------------------------------------------
Comment(by realityexists):
Another test case:
{{{
SELECT ST_Intersects('LINESTRING(-176 52,178 53)'::geography,
'LINESTRING(-176.3 52,-176.1 52.1)'::geography),
ST_AsText(ST_Intersection('LINESTRING(-176 52,178 53)'::geography,
'LINESTRING(-176.3 52,-176.1 52.1)'::geography))
}}}
ST_Intersects returns true here (as of 2.0.0 release), but ST_Intersection
returns GEOMETRYCOLLECTION EMPTY.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1610#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-devel
mailing list