Changes between Initial Version and Version 1 of Ticket #3126
- Timestamp:
- 05/25/15 16:42:41 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3126 – Description
initial v1 3 3 SELECT ST_SubDivide('POLYHEDRALSURFACE Z (((-72.2 41.755 0,-72.2 41.755 1,-72.2 42.755 1,-72.2 42.755 0,-72.2 41.755 0)),((-72.2 41.755 0,-72.2 42.755 0,-71.2 42.755 0,-71.2 41.755 0,-72.2 41.755 0)))'::geometry,3); 4 4 }}} 5 6 Is this even supposed to work with polyhedrasurfaces. If I give a number like 5, doesn't crash, but gives this error 7 8 9 {{{ 10 SELECT ST_SubDivide('POLYHEDRALSURFACE Z (((-72.2 41.755 0,-72.2 41.755 1,-72.2 42.755 1,-72.2 42.755 0,-72.2 41.755 0)),((-72.2 41.755 0,-72.2 42.755 0,-71.2 42.755 0,-71.2 41.755 0,-72.2 41.755 0)))'::geometry,5); 11 12 -- ERROR: Error performing rectangular clipping: IllegalArgumentException: Invalid number of points in LinearRing found 3 - must be 0 or >= 4 13 }}} 14 15 So it's trying, whether it should or not is another question