Opened 15 years ago

Closed 15 years ago

#271 closed defect (fixed)

ST_Covers returns wrong result for vertex sharing case

Reported by: pramsey Owned by: pramsey
Priority: medium Milestone: PostGIS 1.5.0
Component: postgis Version: master
Keywords: geography Cc:

Description (last modified by pramsey)

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.

Change History (2)

comment:1 by pramsey, 15 years ago

Description: modified (diff)

comment:2 by pramsey, 15 years ago

Resolution: fixed
Status: newclosed

Fixed at r4761

Note: See TracTickets for help on using tickets.