Ticket #2555 (closed enhancement: fixed)

Opened 5 years ago

Last modified 3 years ago

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

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

Change History

Changed 5 years ago by bishop

header

Changed 5 years ago by bishop

code

Changed 5 years ago by bishop

Patch adds dxf ogr driver

Changed 5 years ago by bishop

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

Changed 5 years ago by bishop

  • version changed from 1.5.2 to svn-trunk

Changed 4 years ago by saith

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

Changed 4 years ago by saith

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

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

Changed 4 years ago by gabrimonfa

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

Changed 3 years ago by rouault

  • status changed from new to closed
  • resolution set to fixed

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

Note: See TracTickets for help on using tickets.