[Qgis-user] Convert .shp to CAD, with attribute values as different layers

2024-02-13 Thread Chiz Harward via QGIS-User
Hallo, I have a shapefile that has attributes and need to convert this to a CAD file. I can do this by export project to dxf, but it comes through with one CAD layer per shapefile. I need to have the shapefile come through as different CAD layers according to one of the attribute fields. Exampl

Re: [Qgis-user] Convert .shp to CAD, with attribute values as different layers

2024-02-13 Thread Christine via QGIS-User
    Gesendet: Dienstag, 13. Februar 2024 um 11:20 Uhr Von: geo.gu...@web.de An: c...@urban-archaeology.co.uk Betreff: Aw: [Qgis-user] Convert .shp to CAD, with attribute values as different layers Dear Chiz, you may achieve separated shapefiles with vector [menu] > Data Management To

Re: [Qgis-user] Convert .shp to CAD, with attribute values as different layers

2024-02-13 Thread DelazJ via QGIS-User
Hi Chaz, There was a bug that hid that in the past (fixed in next release) but if you scroll the dxf dialog to the right, you'll get an "output layer attribute" column that helps you select whether a layer should remain a layer in the dxf or split across one of its fields. https://docs.qgis.org/

Re: [Qgis-user] Convert .shp to CAD, with attribute values as different layers

2024-02-13 Thread Richard McDonnell via QGIS-User
: https://www.gov.ie/en/organisation-information/439daf-email-disclaimer/<https://www.opw.ie/en/disclaimer/> From: QGIS-User On Behalf Of Chiz Harward via QGIS-User Sent: 13 February 2024 10:04 To: qgis-user@lists.osgeo.org Subject: [Qgis-user] Convert .shp to CAD, with attribute values as diff

Re: [Qgis-user] Convert .shp to CAD, with attribute values as different layers

2024-02-13 Thread Chiz Harward via QGIS-User
2024 10:04 To: qgis-user@lists.osgeo.org<mailto:qgis-user@lists.osgeo.org> Subject: [Qgis-user] Convert .shp to CAD, with attribute values as different layers Hallo, I have a shapefile that has attributes and need to convert this to a CAD file. I can do this by export project to dxf, but it

Re: [Qgis-user] Convert .shp to CAD, with attribute values as different layers

2024-02-13 Thread Chiz Harward via QGIS-User
S-User Sent: Tuesday, February 13, 2024 1:03 PM To: Richard McDonnell Cc: qgis-user@lists.osgeo.org Subject: Re: [Qgis-user] Convert .shp to CAD, with attribute values as different layers Thanks all, will try and do this as soon as I can get the Vector drop down list to actually drop down..

Re: [Qgis-user] Convert .shp to CAD, with attribute values as different layers

2024-02-13 Thread Richard McDonnell via QGIS-User
f-email-disclaimer/<https://www.opw.ie/en/disclaimer/> From: QGIS-User mailto:qgis-user-boun...@lists.osgeo.org>> On Behalf Of Chiz Harward via QGIS-User Sent: 13 February 2024 10:04 To: qgis-user@lists.osgeo.org<mailto:qgis-user@lists.osgeo.org> Subject: [Qgis-user] Convert .s

Re: [Qgis-user] Convert .shp to CAD, with attribute values as different layers

2024-02-13 Thread Namotec, Eberbach am Neckar via QGIS-User
Maybe direct conversion with GDAL/OGR is easier.Please refer: https://gis.stackexchange.com/questions/431277/how-to-create-a-3d-dxf-from-arcgen-with-gdal-ogr2ogr ogr2ogr -dialect sqlite -sql "SELECT ID as Layer, geometry from import_polz" ^ -f "DXF" export_lin.dxf -nlt LINESTRING -dim 3 import_pol

Re: [Qgis-user] Convert .shp to CAD, with attribute values as different layers

2024-02-13 Thread Chiz Harward via QGIS-User
Harward BA MCIfA From: QGIS-User mailto:qgis-user-boun...@lists.osgeo.org>> On Behalf Of Chiz Harward via QGIS-User Sent: Tuesday, February 13, 2024 1:03 PM To: Richard McDonnell mailto:richard.mcdonn...@opw.ie>> Cc: qgis-user@lists.osgeo.org<mailto:qgis-user@lists.osgeo.org> S