Opened 12 years ago

Closed 11 years ago

#1893 closed defect (invalid)

Invalid TIN example in manual page

Reported by: strk Owned by: robe
Priority: medium Milestone: PostGIS 2.2.0
Component: documentation Version: 2.0.x
Keywords: Cc:

Description

It could be me being unable to read it, but isn't the TIN example in the manual page invalid:

http://postgis.refractions.net/docs/using_postgis_dbmanagement.html#EWKB_EWKT

It contains this:

TIN( ((0 0 0, 0 0 1, 0 1 0, 0 0 0)), ((0 0 0, 0 1 0, 1 1 0, 0 0 0)) )

Which is a 'TIN Z' where the first triangle is not a triangle (first segment is a point)

Change History (6)

comment:1 by robe, 11 years ago

Milestone: PostGIS 2.0.2PostGIS 2.0.3

comment:2 by strk, 11 years ago

Milestone: PostGIS 2.0.3PostGIS 2.0.4

Olivier: do you confirm the example is an invalid TIN ?

comment:3 by robe, 11 years ago

Milestone: PostGIS 2.0.4PostGIS 2.2.0

comment:4 by strk, 11 years ago

Olivier: your interpretation of this ? Is a vertical line in a triangle valid ?

comment:5 by colivier, 11 years ago

TRIANGLE((0 0 0, 0 0 1, 0 1 0, 0 0 0)) is not valid in 2D (no area) but perfectly valid in 3D.

comment:6 by robe, 11 years ago

Resolution: invalid
Status: newclosed

So I am considering this a non-issue.

Note: See TracTickets for help on using tickets.