Opened 16 years ago

Closed 14 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)

ogr_dxf.h (4.6 KB ) - added by bishop 16 years ago.
header
ogr_dxf.cpp (16.3 KB ) - added by bishop 16 years ago.
code
dxf_driver_#2555.patch (23.5 KB ) - added by bishop 16 years ago.
Patch adds dxf ogr driver
dxf_driver_#2555_new.patch (24.5 KB ) - added by saith 15 years ago.
Newer Version of dxf_driver_#2555.patch, patching more files
dxf_driver_#2555_20091120.patch (24.5 KB ) - added by gabrimonfa 14 years ago.
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

Download all attachments as: .zip

Change History (10)

by bishop, 16 years ago

Attachment: ogr_dxf.h added

header

by bishop, 16 years ago

Attachment: ogr_dxf.cpp added

code

by bishop, 16 years ago

Attachment: dxf_driver_#2555.patch added

Patch adds dxf ogr driver

comment:1 by bishop, 16 years ago

As it was said to me I try to create patch. I hope it'l be useful

comment:2 by bishop, 16 years ago

Version: 1.5.2svn-trunk

by saith, 15 years ago

Attachment: dxf_driver_#2555_new.patch added

Newer Version of dxf_driver_#2555.patch, patching more files

comment:3 by saith, 15 years ago

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.

by gabrimonfa, 14 years ago

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 by gabrimonfa, 14 years ago

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 by Even Rouault, 14 years ago

Resolution: fixed
Status: newclosed

Another DXF driver with read & write support has been added into OGR 1.7.0

Note: See TracTickets for help on using tickets.