Opened 13 years ago
Closed 12 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 , 12 years ago
Milestone: | PostGIS 2.0.2 → PostGIS 2.0.3 |
---|
comment:2 by , 12 years ago
Milestone: | PostGIS 2.0.3 → PostGIS 2.0.4 |
---|
comment:3 by , 12 years ago
Milestone: | PostGIS 2.0.4 → PostGIS 2.2.0 |
---|
comment:4 by , 12 years ago
Olivier: your interpretation of this ? Is a vertical line in a triangle valid ?
comment:5 by , 12 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 , 12 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
So I am considering this a non-issue.
Note:
See TracTickets
for help on using tickets.
Olivier: do you confirm the example is an invalid TIN ?