Opened 14 years ago

Last modified 9 years ago

#3321 closed defect

dxf-reader: detection of dashed lines — at Version 1

Reported by: neumann Owned by: warmerdam
Priority: normal Milestone:
Component: OGR_SF Version: svn-trunk
Severity: normal Keywords: dxf
Cc:

Description (last modified by warmerdam)

In the example "fuaggeobau.dxf" (available to Frank), the detection of dashed lines is not working as expected.

The following element has LTYP 9, which is defined as dashed in the AcDbLinetypeTableRecord. It would be good if this linetype could be exposed in the Style-String according to OGR Feature Styling.:

OGRFeature(entities):1964
  Layer (String) = 01311
  SubClasses (String) = AcDbEntity:AcDbPolyline
  ExtendedEntity (String) = { AV_EO_Linienele FID: 10749  {         0 } }
  Linetype (String) = LTYP9
  EntityHandle (String) = 3BA81
  Text (String) = (null)
  Style = PEN(c:#ffffff)
  LINESTRING : 6 points

Change History (2)

by neumann, 14 years ago

Attachment: dashed_line_dxf.png added

The attached file shows the dashed line (left of the text label 508)

comment:1 by warmerdam, 14 years ago

Component: defaultOGR_SF
Description: modified (diff)
Keywords: dxf added
Status: newassigned
Version: unspecifiedsvn-trunk
Note: See TracTickets for help on using tickets.