Opened 5 years ago

Closed 5 years ago

#4328 closed task (fixed)

Support 2D TINs in ST_3DIntersection

Reported by: komzpa Owned by: komzpa
Priority: medium Milestone: PostGIS 3.1.0
Component: postgis Version: 2.4.x
Keywords: Cc:

Description

Suddenly documentation used to mention 2D TINs.

set postgis.backend = sfcgal;
SELECT ST_3DIntersects('TIN(((0 0,1 0,0 1,0 0)))'::geometry, 'POINT(.1 .1)'::geometry);

Change History (2)

comment:1 by pramsey, 5 years ago

Milestone: PostGIS 3.0.0PostGIS 3.1.0
Owner: changed from pramsey to komzpa

comment:2 by komzpa, 5 years ago

Resolution: fixed
Status: newclosed

In 17773:

Support 2D TINs in ST_3DIntersection

Brings TIN into dist2d calculation. Removes homebrew atan2.

Closes #4328
Closes https://github.com/postgis/postgis/pull/461

Note: See TracTickets for help on using tickets.