Layers, kept as properties
Every feature carries its CAD layer name, so you can style or filter by it immediately in QGIS.
Convert AutoCAD DXF linework to GeoJSON, layer by layer. Pick which layers you want, tell it which coordinate system the drawing was surveyed in, and the result lands correctly on the map.
Drag a DXF file here
or
Accepts .dxf · no size limit · nothing is uploaded
Drag it onto the panel or browse for it. Several files at once is fine, and each is read straight from your disk rather than uploaded.
Features draw on a map with their attributes. A polygon that came through inside out, or a file that turns out to be empty, shows up here rather than later in QGIS.
Press download and the file is written straight to your downloads folder. Adjust precision or other settings first if you need to.
DXF carries more than geometry, and most converters drop the rest. This one does not.
Every feature carries its CAD layer name, so you can style or filter by it immediately in QGIS.
Circles and arcs become vertices at roughly two-degree steps, because GeoJSON has no curve primitive. The radius is kept as a property.
The drawing has no coordinate system of its own, so you choose it. Nothing is guessed and nothing is silently placed at the wrong spot on the map.
No DXF does — the format simply has no place to record one. If the numbers look like eastings and northings rather than degrees, choose the survey system under Input coordinate system, usually UTM zone 43N for Maharashtra, and the drawing will be reprojected onto the map.
Yes. Every layer in the drawing is listed with its object count, and you tick the ones you want. Roads, plot boundaries and annotation usually sit on separate layers, so this is how you get a clean single-purpose file out of a busy drawing.
LINE, LWPOLYLINE, POLYLINE, POINT, CIRCLE, ARC, SOLID, 3DFACE, TEXT, MTEXT and INSERT. Closed polylines become polygons and open ones become lines. Circles and arcs are approximated as vertices, since GeoJSON has no curve type.
No, only ASCII DXF, which is what every CAD program can save. If nothing is found, re-save the drawing as ASCII DXF and try again.
A block reference is written as a point at its insertion location with the block name kept as a property. Text becomes a point carrying its label. Layer names are always preserved.
No. The DXF is parsed in your browser. For survey drawings under contract that matters, and you can confirm it in the network tab.
Every conversion below is live. Pick a starting format and go.
SVG is an export format only — you can convert any layer into it, but not back out again. A drawn map has no coordinates to recover, only shapes on a page.
Free, no sign-up, no file size limit — and your data never leaves your machine.
Open the KML converter