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 )
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 , 15 years ago
Description: | modified (diff) |
---|
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed at r4761