Tagged Questions
1
vote
2answers
751 views
OGR DXF to KML conversion
I'm trying to convert a DXF 2010 file to KML using ogr2ogr:
ogr2ogr -f "KML" outfile.kml infile.dxf
In the file, $INSUNITS is 6, that's meters, if I'm correct?
The problem is that DXF is not ...