Opened 8 years ago
Closed 8 years ago
#6453 closed defect (fixed)
ogr2ogr fails to convert a GMT (.gmt) file (regression)
Reported by: | jluis | Owned by: | warmerdam |
---|---|---|---|
Priority: | normal | Milestone: | 2.0.3 |
Component: | default | Version: | 2.0.0 |
Severity: | normal | Keywords: | |
Cc: |
Description
This fails with 2.0.2 and also with a trunk version with about one month of age.
ogr2ogr -f "ESRI Shapefile" one one.gmt
but works well with 1.11.2 from OSGeo4W
Attachments (2)
Change History (3)
by , 8 years ago
by , 8 years ago
comment:1 by , 8 years ago
Milestone: | → 2.0.3 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Version: | svn-trunk → 2.0.0 |
Note:
See TracTickets
for help on using tickets.
trunk r33959, branches/2.1 r33960, branches/2.0 r33961 "Fix CPLsscanf() to be conformant regarding how space/tab/... separators are handled, so as to fix OGR GMT to be able to read coordinates separated by tabulations (#6453)"