[postgis-devel] [PostGIS] #1173: TopologyException from intersection of valid geography

PostGIS trac at osgeo.org
Fri Aug 26 10:26:45 PDT 2011


#1173: TopologyException from intersection of valid geography
---------------------+------------------------------------------------------
 Reporter:  jgilman  |       Owner:  pramsey      
     Type:  defect   |      Status:  new          
 Priority:  medium   |   Milestone:  PostGIS 2.0.0
Component:  postgis  |     Version:  1.5.X        
 Keywords:           |  
---------------------+------------------------------------------------------

Comment(by jgilman):

 It seems like this doesn't have to do with an equator at all.  A point at
 45 lon 60 lat, only 20 degrees south of the polygon fails the intersection
 as well.

 select ST_AsText( ST_Intersection( ST_GeogFromText( 'SRID=4326;POLYGON((45
 80,135 80,-135 80,-45 80,45 80))' ), ST_GeogFromText( 'SRID=4326;POINT(45
 60)' ) ) );

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1173#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-devel mailing list