Re: [gdal-dev] Save to DXF with specific layer name with c#

2010-08-02 Thread Colin Wright
Hi Andreas, Thanks for that - it's comforting to know I wasn't missing something obvious. I'll have a dig around in the header.dxf and see what I can do from that end. I haven't tried them yet, but do you know if there are gotchas with any of the other standard DXF attributes? Entities, Text

Re: [gdal-dev] Save to DXF with specific layer name with c#

2010-07-30 Thread Andreas Neumann
Hi Colin, Not sure if creation of layers is yet supported. I think it is only supported if you created the layers in advance in the header.dxf file. Frank Warmerdam is now working on a second round of improvements where automatic layer creation (even if the layers aren't present in header.dxf) sh

[gdal-dev] Save to DXF with specific layer name with c#

2010-07-30 Thread Colin Wright
I'm using GDAL/OGR 1.7.2 with the C# bindings to write a tool that will export data to various formats. When it exports to DXF I want it to use a specific layer name rather than using the default dxf layer 0. The problem is that even though I'm setting the attribute "Layer" for each feature, it