Changes between Initial Version and Version 1 of Ticket #3153
- Timestamp:
- 06/09/15 19:10:22 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3153 – Description
initial v1 2 2 3 3 4 {{{ -- crashes 4 {{{ 5 -- crashes 5 6 SELECT ST_3DArea(ST_GeomFromEWKT('SRID=4326;MULTIPOLYGONM(((0 0 2,10 0 1,10 10 -2,0 10 -5,0 0 -5),(5 5 6,7 5 6,7 7 6,5 7 10,5 5 -2)))') ); 6 7 … … 38 39 39 40 It still goes thru SFCGAL. It's my understanding that functions written in both, the geos/liblwgeom one should be used if geos is backend. 41 42 I should add, its not specific to the M I used. If I switch the M's to Z's it crashes there too.