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 colivier, 14 years ago

Owner: changed from pramsey to colivier

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.

comment:2 by colivier, 14 years ago

Should be fixed as r5912

comment:3 by colivier, 14 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.