[PostGIS] #271: ST_Covers returns wrong result for vertex sharing case

View: New views
3 Messages — Rating Filter:   Alert me  

[PostGIS] #271: ST_Covers returns wrong result for vertex sharing case

by PostGIS-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

#271: ST_Covers returns wrong result for vertex sharing case
-----------------------+----------------------------------------------------
 Reporter:  pramsey    |       Owner:  pramsey      
     Type:  defect     |      Status:  new          
 Priority:  medium     |   Milestone:  postgis 1.5.0
Component:  postgis    |     Version:  trunk        
 Keywords:  geography  |  
-----------------------+----------------------------------------------------
 {{{
 select ST_Covers(
 'POLYGON((-9.123456789 50,51 -11.123456789,-10.123456789 50,-9.123456789
 50))::geography,
 'POINT(-10.123456789 50)'::geography
 );
 }}}
 Should return true but returns false.

--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/271>
PostGIS <http://trac.osgeo.org/postgis/>
PostGIS
_______________________________________________
postgis-devel mailing list
postgis-devel@...
http://postgis.refractions.net/mailman/listinfo/postgis-devel

Re: [PostGIS] #271: ST_Covers returns wrong result for vertex sharing case

by PostGIS-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

#271: ST_Covers returns wrong result for vertex sharing case
----------------------+-----------------------------------------------------
  Reporter:  pramsey  |       Owner:  pramsey      
      Type:  defect   |      Status:  new          
  Priority:  medium   |   Milestone:  postgis 1.5.0
 Component:  postgis  |     Version:  trunk        
Resolution:           |    Keywords:  geography    
----------------------+-----------------------------------------------------
Old description:

> {{{
> select ST_Covers(
> 'POLYGON((-9.123456789 50,51 -11.123456789,-10.123456789 50,-9.123456789
> 50))::geography,
> 'POINT(-10.123456789 50)'::geography
> );
> }}}
> Should return true but returns false.

New description:

 {{{
 select ST_Covers(
 'POLYGON((-9.123456789 50,51 -11.123456789,-10.123456789 50,-9.123456789
 50))'::geography,
 'POINT(-10.123456789 50)'::geography
 );
 }}}
 Should return true but returns false.

--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/271#comment:1>
PostGIS <http://trac.osgeo.org/postgis/>
PostGIS
_______________________________________________
postgis-devel mailing list
postgis-devel@...
http://postgis.refractions.net/mailman/listinfo/postgis-devel

Re: [PostGIS] #271: ST_Covers returns wrong result for vertex sharing case

by PostGIS-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

#271: ST_Covers returns wrong result for vertex sharing case
----------------------+-----------------------------------------------------
  Reporter:  pramsey  |       Owner:  pramsey      
      Type:  defect   |      Status:  closed      
  Priority:  medium   |   Milestone:  postgis 1.5.0
 Component:  postgis  |     Version:  trunk        
Resolution:  fixed    |    Keywords:  geography    
----------------------+-----------------------------------------------------
Changes (by pramsey):

  * status:  new => closed
  * resolution:  => fixed

Comment:

 Fixed at r4761

--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/271#comment:2>
PostGIS <http://trac.osgeo.org/postgis/>
PostGIS
_______________________________________________
postgis-devel mailing list
postgis-devel@...
http://postgis.refractions.net/mailman/listinfo/postgis-devel