Ticket #1899 (closed defect: fixed)

Opened 11 months ago

Last modified 6 months ago

TIN to topology : ERROR: Unexpected feature dimension 2

Reported by: strk Owned by: strk
Priority: medium Milestone: PostGIS 2.0.2
Component: topology Version: 2.0.x
Keywords: Cc:

Description

Just a weird error message when you try to import a TIN using toTopoGeom into an areal layer:

ERROR:  Unexpected feature dimension 2

It is weird because we do expect a feature of dimension 2 into an areal layer...

Note that the same TIN represented as a MULTIPOLYGON imports fine.

Change History

Changed 6 months ago by strk

  • milestone changed from PostGIS 2.0.2 to PostGIS 2.0.3

Changed 6 months ago by strk

Ok the problem here is that toTopoGeom checks for GEOMETRYTYPE, rather than for dimensions, but then it complains about dimensions in the error message.

Changed 6 months ago by strk

  • status changed from new to assigned
  • milestone changed from PostGIS 2.0.3 to PostGIS 2.0.2

Changed 6 months ago by strk

  • status changed from assigned to closed
  • resolution set to fixed

r10763 in trunk, r10764 in 2.0

Note: See TracTickets for help on using tickets.