Opened 14 years ago
Closed 14 years ago
#574 closed defect (fixed)
ST_GeometryN support for TRIANGLE
Reported by: | robe | Owned by: | colivier |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.0.0 |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description
Olivier, This one crashes too, I think we can provide support don't you :) TIN works fine.
SELECT ST_GeometryN(ST_GeomFromEWKT( 'TRIANGLE (( 0 0, 0 9, 9 0, 0 0 ))'),1) ;
Change History (3)
comment:1 by , 14 years ago
Owner: | changed from | to
---|
comment:3 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Yes of course we could support it :)
In a more generic way we should also support for Triangle InteriorRing and in fact all surfaces related function.
And to be consistent too with spec spirit should remove the PointN/NumPoints support.