Ticket #668 (closed defect: fixed)
Bounding box calculation for straight CircString fails
| Reported by: | pramsey | Owned by: | mleslie |
|---|---|---|---|
| Priority: | medium | Milestone: | PostGIS 2.0.0 |
| Component: | postgis | Version: | 1.5.X |
| Keywords: | boxes | Cc: |
Description
When a circular string closes on itself to form a circle, the bounding box calculation does not return the right result.
select 'CIRCULARSTRING(10 2,12 2,14 2)'::geometry && 'POLYGON((0 0,0 20,20 20,20 0,0 0))'::geometry; ?column? ---------- f (1 row)
Change History
Note: See
TracTickets for help on using
tickets.
