Opened 12 years ago
Closed 11 years ago
#2555 closed enhancement (fixed)
DXF OGR Driver
Reported by: | bishop | Owned by: | warmerdam |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | OGR_SF | Version: | svn-trunk |
Severity: | normal | Keywords: | OGR DXF |
Cc: |
Description
This is DXF driver. Currently it's support only write abilities The driver uses dxflib (see free open source library, http://www.ribbonsoft.com/dxflib.html) DXF files produced by driver tested with AutoCAD2004 on point, line and polygon features with attributes
Attachments (5)
Change History (10)
Changed 12 years ago by
comment:2 Changed 12 years ago by
Version: | 1.5.2 → svn-trunk |
---|
Changed 12 years ago by
Attachment: | dxf_driver_#2555_new.patch added |
---|
Newer Version of dxf_driver_#2555.patch, patching more files
comment:3 Changed 12 years ago by
Because dxf_driver_#2555.patch doesn't work perfectly, I added some lines to patch more files and create an own GNUmakefile in dxf-folder. Works fine with gdal-1.6.0 and dxflib-src in /ogr/ogrsf_frmts/dxf-folder.
Changed 11 years ago by
Attachment: | dxf_driver_#2555_20091120.patch added |
---|
Small modification to the GNUmakefile dropped in the dxf directory, in order to put the .o in the right directory, as done by the other plugins
comment:4 Changed 11 years ago by
The file .o were left in the dxf directory, so they were not found by the linker. With this small modification the driver appears to compile correctly
comment:5 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Another DXF driver with read & write support has been added into OGR 1.7.0
header