Opened 13 years ago
Closed 13 years ago
#1474 closed defect (fixed)
TRIANGLE EMPTY: Triangle has wrong number of rings: 0
Reported by: | strk | Owned by: | pramsey |
---|---|---|---|
Priority: | blocker | Milestone: | PostGIS 2.0.0 |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description
WKB Roundtrip of TRIANGLE EMPTY fails:
strk=# select 'TRIANGLE EMPTY'::geometry::text::geometry; ERROR: Triangle has wrong number of rings: 0
Note:
See TracTickets
for help on using tickets.
NOTE: both WKB and WKT testcases do not test curves and triangle etc. atm