Opened 17 years ago
Closed 14 years ago
#108 closed defect (wontfix)
ApplySchema does not support M and Z dims for PostGIS
Reported by: | mloskot | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 3.4.0 |
Component: | PostGIS Provider | Version: | 3.3.0 |
Severity: | 3 | Keywords: | geometry cooridnates dimension |
Cc: | jbirch | External ID: |
Description
In the ApplySchemaCommand::AddGeometryColumn(), the dimension is manually set to 2 and generated geometry columns does not handle properly 3 or 4 dimension.
This bug is related to Chuck's comments to Ticket #104.
Change History (6)
comment:1 by , 17 years ago
Status: | new → assigned |
---|
comment:2 by , 17 years ago
comment:3 by , 17 years ago
Cc: | added |
---|
comment:4 by , 17 years ago
Milestone: | 3.3.0 → 3.3.1 |
---|---|
Version: | → 3.3.0 |
comment:5 by , 16 years ago
Owner: | removed |
---|---|
Status: | assigned → new |
comment:6 by , 14 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Further PostGIS Provider development has been routed to the PostgreSQL Provider. Advise using that provider.
Note:
See TracTickets
for help on using tickets.
First bunch of fixes (r3240), work in progress.