Opened 12 years ago

Closed 12 years ago

#1414 closed task (fixed)

TypMod Support for Curves

Reported by: pramsey Owned by: strk
Priority: blocker Milestone: PostGIS 2.0.0
Component: postgis Version: master
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 (3)

comment:1 by strk, 12 years ago

Owner: changed from pramsey to strk
Status: newassigned

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

comment:2 by strk, 12 years ago

Sounds related:

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

comment:3 by strk, 12 years ago

Resolution: fixed
Status: assignedclosed

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.