Opened 16 years ago
Closed 14 years ago
#447 closed defect (invalid)
MapInfo properties are interpreted differently post-GDAL update
Reported by: | jng | Owned by: | traianstanev |
---|---|---|---|
Priority: | critical | Milestone: | 3.4.0 |
Component: | OGR Provider | Version: | 3.4.0 |
Severity: | 1 | Keywords: | |
Cc: | External ID: |
Description
I have been playing around with the OGR provider in FDO Toolbox with some sample MapInfo data, and I have noticed some strange behaviour as a result of the GDAL upgrade from 1.4 to 1.6
Using the last FDO 3.4 pre-beta release (with bundled GDAL/OGR 1.4)
- Any property named UFI_CREATED or PFI_CREATED is a string property
Using the FDO 3.4 beta 1 release (with bundled GDAL/OGR 1.6)
- Any property named UFI_CREATED or PFI_CREATED is now a DateTime property which can potentially screw up on any feature reader calls to GetDateTime() because there is nothing in that particular property that can be parsed into a DateTime
Perhaps the updated GDAL/OGR library might have gotten smarter with respects to MapInfo or the OGR provider made some assumptions that no longer apply?
Attachments (1)
Change History (2)
by , 16 years ago
Attachment: | TestData.zip added |
---|
comment:1 by , 14 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
It's definitely something with the OGR library as the data now reads fine under FDO 3.6
Note:
See TracTickets
for help on using tickets.
MapInfo test data