Ticket #1893 (new defect)

Opened 11 months ago

Last modified 3 months ago

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

Changed 6 months ago by robe

  • milestone changed from PostGIS 2.0.2 to PostGIS 2.0.3

Changed 3 months ago by strk

  • milestone changed from PostGIS 2.0.3 to PostGIS 2.0.4

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

Note: See TracTickets for help on using tickets.