Ticket #1893 (new defect)
Invalid TIN example in manual page
| Reported by: | strk | Owned by: | robe |
|---|---|---|---|
| Priority: | medium | Milestone: | PostGIS 2.0.4 |
| 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
Note: See
TracTickets for help on using
tickets.
