Opened 6 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 , 5 years ago
Milestone: | PostGIS 3.0.0 → PostGIS 3.1.0 |
---|---|
Owner: | changed from | to
comment:2 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In 17773: