Opened 6 years ago

Closed 6 years ago

#7139 closed enhancement (fixed)

DXF: Support block attributes (ATTRIB entities)

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

Description

Currently the DXF driver reads in ATTDEF entities as if they were TEXT, omitting to store the attribute tag. This behaviour is changed in DXF_INLINE_BLOCKS = FALSE mode, so that the attribute tag is recorded in a new AttributeTag field, and the text values of attributes associated with each INSERT are listed in a BlockAttribute field.

In DXF_INLINE_BLOCKS = TRUE mode, ATTDEF entities inside blocks are skipped, and the ATTRIB entities that follow the INSERT entity are inserted as features in their own right.

Change History (1)

comment:1 by Alan Thomas, 6 years ago

Resolution: fixed
Status: newclosed

In 40660:

DXF: Add support for block attributes (ATTRIB entities) (fixes #7139)

Note: See TracTickets for help on using tickets.