Ticket #1414 (closed task: fixed)

Opened 17 months ago

Last modified 16 months ago

TypMod Support for Curves

Reported by: pramsey Owned by: strk
Priority: blocker Milestone: PostGIS 2.0.0
Component: postgis Version: trunk
Keywords: Cc:

Description

The typmod code was written for geography, so the types it supports are the SFSQL 1.0 types, and there is no support for curve and other higher order types that appear in geometry. See postgis_valid_typmod and others.

Change History

Changed 17 months ago by strk

  • owner changed from pramsey to strk
  • status changed from new to assigned

I'm on it (but will start from regression testcase: #1085)

Changed 16 months ago by strk

Sounds related:

select st_force_3dz('CURVEPOLYGON EMPTY'::geometry);
ERROR:  Non-collection type specified in collection constructor!

Changed 16 months ago by strk

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

As of r8836 I can't see any missing support for curves. If there's any specific case please file a new ticket.

Note: See TracTickets for help on using tickets.