Opened 11 years ago

Last modified 11 years ago

#5210 closed defect

DXF linestring export with Z not correctly imported in ACAD — at Initial Version

Reported by: koestli Owned by: warmerdam
Priority: normal Milestone: 1.10.1
Component: OGR_SF Version: 1.9.0
Severity: normal Keywords: dxf
Cc:

Description

Linestrings are exported as LWPOLYLINES; if the points have different heights, the import in ACAD is incorrect, because ACAD (and others) expect only one height. POLYLINE entities should be used in tese cases. The problem seems still there in 1.10. Unfortunatly I can add sample code based on 1.9.0 only.

Change History (1)

by koestli, 11 years ago

Attachment: ogrdxfwriterlayer.cpp added

gdal-1.9.0\ogr\ogrsf_frmts\dxf\ogrdxfwriterlayer.cpp : OGRDXFWriterLayer::WritePOLYLINE()

Note: See TracTickets for help on using tickets.