Changes between Initial Version and Version 1 of Ticket #4314, comment 1
- Timestamp:
- 01/30/19 08:14:12 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4314, comment 1
initial v1 1 1 I've extracted the geometry and clip box that was used to call clip_by_rect: 2 ``` 2 3 {{{ 3 4 # SELECT ST_ClipByBox2D('POLYGON((1410 2055, 1410 2056, 1410 2057, 1410 2055))'::geometry, ST_MakeEnvelope(-8.000000, -8.000000, 2056.000000, 2056.000000)); 4 5 ERROR: lwgeom_clip_by_rect: GEOS Error: IllegalArgumentException: Invalid number of points in LinearRing found 3 - must be 0 or >= 4 5 6 Time: 0.654 ms 6 ``` 7 }}} 7 8 8 9 The geometry has 4 points but after simplification they've fallen into a Line. I'm not sure yet who is removing one of the points.