<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hello,<div class=""><br class=""></div><div class="">I’d like to add a parser for Constant width property to LWPOLYLINE objects for DXF driver.</div><div class="">The property has no.43 according to the autodesk DXF format specification:</div><div class=""><a href="https://www.autodesk.com/techpubs/autocad/acad2000/dxf/lwpolyline_dxf_06.htm" class="">https://www.autodesk.com/techpubs/autocad/acad2000/dxf/lwpolyline_dxf_06.htm</a></div><div class=""><br class=""></div><div class="">My initial idea was to add it as a pen width (“w”) to an OGR style string, but that property is already taken by LineWeight DXF property.</div><div class="">I’m ok with putting Constant width to the style string when LineWeight = 0 (since my data contains either Lineweight or Constant width) but that’s not a generic solution.</div><div class="">So what is the suitable place to put this property to?</div><div class=""><br class=""></div><div class="">Cheers,</div><div class="">Nick</div><div class=""><br class=""></div></body></html>