Open
Description
I'm not sure if we should support this, but I wanted to at least gather some facts for documentation.
postgis supports it:
SELECT ST_AsText('TRIANGLE((0 0,0 1,1 1,0 0 ))');
st_astext
-----------------------------
TRIANGLE((0 0,0 1,1 1,0 0))
(1 row)
JTS does not support it
reader.read("TRIANGLE((0 0,0 1,1 1,0 0 ))");
> org.locationtech.jts.io.ParseException: Unknown geometry type: TRIANGLE (line 1)
Nor does GEOS
message: `ParseException: Unknown type: 'TRIANGLE'`
Metadata
Assignees
Labels
No labels
Activity