Opened 11 years ago

Last modified 11 years ago

#5210 closed defect

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

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 (last modified by koestli)

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 these cases. The problem seems still there in 1.10. Unfortunatly I can add sample code based on 1.9.0 only.

Change History (2)

by koestli, 11 years ago

Attachment: ogrdxfwriterlayer.cpp added

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

comment:1 by koestli, 11 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.