Opened 5 years ago

Closed 5 years ago

#4399 closed enhancement (fixed)

Support TIN in output functions

Reported by: komzpa Owned by: komzpa
Priority: medium Milestone: PostGIS 3.0.0
Component: postgis Version: master
Keywords: Cc:

Description

Check and add support for TIN to be serialized into output formats. If a format does not have support for TIN or Triangle, it should be exposed as geometrycollection and polygon.

http://www.postgis.net/docs/reference.html#Geometry_Outputs

Change History (2)

comment:2 by komzpa, 5 years ago

Resolution: fixed
Status: assignedclosed

In 17674:

Triangle and TIN output support

Make all the "Unsupported geometry type" name themselves by func.
In case output format doesn't know about TIN/Triangle, output them as GeometryCollection/Polygon.

Closes #4399
Closes https://github.com/postgis/postgis/pull/454

Note: See TracTickets for help on using tickets.