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
Note:
See TracTickets
for help on using tickets.
Patch: https://github.com/postgis/postgis/pull/454