Opened 15 years ago
Closed 15 years ago
#234 closed defect (fixed)
CompoundCurve minpoint check is incorrect
Reported by: | mleslie | Owned by: | mleslie |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 1.4.1 |
Component: | postgis | Version: | 1.4.X |
Keywords: | Cc: |
Description
The geometry GeomFromText('COMPOUNDCURVE( (0 0,1 1) )') is valid, but fails with a 'geometry requires more points'.
Check is being done for a minimum of 3 points instead of 2.
Note:
See TracTickets
for help on using tickets.
Fix committed to 1.4.x at r4365 and trunk at r4366.