Opened 11 years ago

Closed 10 years ago

Last modified 10 years ago

#5260 closed enhancement (fixed)

Add support for AcDb3dPolyline to the DWG driver

Reported by: wayne Owned by: warmerdam
Priority: normal Milestone: 1.11.0
Component: OGR_SF Version: unspecified
Severity: normal Keywords: dwg
Cc:

Description

I have done a little work with the OGR DWG driver and I found that some of the entities in the source file were not being translated, on further investigation I discovered that the missing entities were of AcDb3dPolyline type.

I have attached a patch that adds support for AcDb3dPolyline entities. It is based off the Translate2DPOLYLINE function, but uses a different method of iterating through the points.

Attachments (1)

DWG-AcDb3dPolyline-support.patch (2.9 KB ) - added by wayne 11 years ago.
Patch to add support for AcDb3dPolyline entities

Download all attachments as: .zip

Change History (3)

by wayne, 11 years ago

Patch to add support for AcDb3dPolyline entities

comment:1 by Even Rouault, 10 years ago

Component: defaultOGR_SF
Milestone: 2.0
Resolution: fixed
Status: newclosed

I've no access to the DWG libs myself, but the patch seems to be straighforward enough to apply :

trunk r26668 "DWG: Add support for reading AcDb3dPolyline (patch by wayne, #5260)"

comment:2 by Even Rouault, 10 years ago

Milestone: 2.01.11.0
Note: See TracTickets for help on using tickets.