Opened 14 years ago
Closed 14 years ago
#715 closed defect (fixed)
SQLite: There is no difference between XYZ and XYM in coord_dimension
Reported by: | romicadascalescu | Owned by: | romicadascalescu |
---|---|---|---|
Priority: | major | Milestone: | 3.6.0 |
Component: | SQLite Provider | Version: | 3.6.0 |
Severity: | 3 | Keywords: | |
Cc: | External ID: |
Description
There is no way to make a difference between XYZ and XYM in coord_dimension in table geometry_columns. FDORfc16 states "coord_dimension [INTEGER] dimensionality of the geometric features: 2, 3 or 4" but there is a missing piece XYZ vs. XYM To avoid this issue (also these values are not really used by the provider, are just informative) we can user value 5 for XYM (when we have measure).
Note:
See TracTickets
for help on using tickets.
Revision: 5776 Message: Ticket #715 SQLite: There is no difference between XYZ and XYM in coord_dimension
Modified : /trunk/Providers/SQLite/Src/Provider/SltMetadata.cpp Modified : /trunk/Providers/SQLite/Src/Provider/SltProvider.cpp