Support #6769
Issue in the DXF conversion
0%
Description
Try:
- download V_ROAD_CURB (from QGis database connection)
- convert to DXF with QGis
On Pavneet's machine, Autocad, some shapes seem to be missing.
On my machine, we tried to convert the DXF back to shapefile => apparently, no issue.
History
#1 Updated by Philippe May about 6 years ago
- File V_ROAD_CURB.dxf View added
See attached file of the polygon layer converted to DXF with QGis 3.2, apparently without issue.
#2 Updated by Pavneet Kaur about 6 years ago
not the machine, but the version of qgis creating different dxf outputs
#3 Updated by Philippe May about 6 years ago
- File V_ROAD_CURB.dxf View added
I quickly tried with ogr2ogr (see https://gis.stackexchange.com/questions/66417/ogr2ogr-coverting-dxf-to-shapefile-why-am-i-losing-part-of-the-feature): there's an option for forcing the type of object.
So:
ogr2ogr -f DXF V_ROAD_CURB.dxf V_ROAD_CURB.shp -nlt MULTIPOLYGON
Attaching the file generated. Can you please try, Pavneet?
#4 Updated by Pavneet Kaur about 6 years ago
- File Screenshot (4).png View added
Tried it, the problem persists...
#5 Updated by Pavneet Kaur about 6 years ago
- File curbdxfqgis2.dxf View added
Used this and works fine:
Project *>* DXF export
#6 Updated by Pavneet Kaur about 6 years ago
- Status changed from New to Resolved
Used this and works fine:
Project > DXF export
#7 Updated by Pavneet Kaur about 6 years ago
- Status changed from Resolved to In Progress
different results using different options (symbology, symbology scale etc)