id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc 6998,DXF block: import label block error,licas,warmerdam,"cad version: cad2014 gdal version: 1.11.4 ide: vs2015 Precondition:source.dxf,destination.dxf Program download link: [https://drive.google.com/file/d/0BwOcIL25klCEWkdYVjA4bjdZbUE/view] Purpose: I have a source.dxf, there are one block in this file, named 10010. I want to import the block from source.dxf to destination.dxf. I decide to use gdal ogr for this purpose.And then I get all the features from source.dxf's blocklayer, and insert all the features to destination.dxf's blocklayer. When i done, i open the destination.dxf in cad2014. But when i open the block module, i find the result is wrong.It's a wrong block(not same as source.dxf).Also i try this in gdal 2.1.3. It has the same problem. You can download the program in the above link(I build this program in vs2015), the program includes the source.dxf and destination.dxf(AddDxfBlock\AddDxfBlock\Debug\data),you can open in the cad2014. viewpoint:I view the gdal source code roughly. And then I find some thing in the ogrdxfwriterlayer.cpp. It has a function named WriteInsert. I find the function only resolves Symbol type(OGRSTCSymbol). And it can’t handle the label type(OGRSTCLabel). Is this a bug Or my wrong understand? Look forward to your reply! ",defect,closed,normal,,OGR_SF,1.11.4,normal,invalid,dxf block import,