How to convert KML to DXF for CAD workflows
KML to DXF is common, but the real risk is CRS, not the file extension.
Field takeaways
- KML uses WGS84 geographic coordinates.
- DXF CAD workflows usually expect metre coordinates.
- Check datum, zone and units during conversion.
- Preserve layer names.
- MapLab Survey helps open KML and deliver CAD-friendly files.
What actually changes
KML carries latitude and longitude on WGS84 and is excellent for quick map sharing; DXF is the language of CAD and expects plane coordinates in metres. The step between them is a projection, and choosing the wrong one puts the drawing in the wrong place or at the wrong scale. That makes the CRS decision the core of the conversion, not a detail.
The classic symptom
Write degree values straight into a DXF and CAD shows a tiny drawing a few units across, huddled next to the origin. That is not a corrupt file; it is a skipped projection. The fix is not scaling the drawing up but redoing the conversion with the right target system.
The workflow in MapLab Survey
Import the KML or KMZ, check layers and geometry, and set the project coordinate system — the appropriate UTM or national TM zone. Add measurements, photos or notes if the job needs them, then export DXF and verify the position on the CAD side.
Layers carry, styling does not
Layer names travel into the DXF and keep the drawing organised; colours and line types rarely survive the trip intact. Put the meaning into the name — a layer called parcel_ref outlives any shade of red.
Four checks before delivery
When the DXF opens: are the coordinate values in the expected range, is the drawing at metre scale, are the layers preserved, and does a known point sit where it should? Until all four answers are yes, the file is not ready to send.
The EPSG code travels in the filename
DXF stores no projection metadata, so the file cannot explain its own coordinate system. Write the EPSG code or zone into the filename and the message that carries it — a name like boundary_TUREF_TM33.dxf answers the recipient's first two questions before they are asked.
Try these steps on your own phone.
MapLab Survey handles RTK/GNSS point capture, drawing, area and volume calculations and coordinate conversion, then exports to DXF, KML/KMZ, GeoJSON, Shapefile, GeoPackage, NCZ or CSV. Capture, calculation and export work offline. Live NTRIP corrections and online basemaps need a connection.
Frequently asked questions
Can KML convert to DXF?
Yes, with CRS and unit checks.
Can Google Earth KML go to AutoCAD?
Yes, through proper conversion.
What is the biggest mistake?
Treating degrees as metres.
Does MapLab Survey export DXF?
Yes.
Technical references
The field guidance in this article is aligned with the technical and official references below.
Related: Open DXF on phone · Open KML file · Exporting field data to CAD/GIS · MapLab Survey