Open michaelkirk opened 2 years ago
It's part of the spec (OpenGIS Implementation Specification for Geographic information - Simple feature access - Part 1: Common architecture, p14, p26), and also part of WKB, so I'm not against it, but I wonder why JTS and GEOS don't support it.
GEOS usually follows JTS, and it's curious that PostGIS uses GEOS, but supports TRIANGLE
.
We could just ask JTS?
I'm not sure if we should support this, but I wanted to at least gather some facts for documentation.
postgis supports it:
JTS does not support it
Nor does GEOS