Opened 13 years ago
Closed 13 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 , 13 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 13 years ago
Sounds related:
select st_force_3dz('CURVEPOLYGON EMPTY'::geometry); ERROR: Non-collection type specified in collection constructor!
comment:3 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
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.
I'm on it (but will start from regression testcase: #1085)