Skip to main content
Vecaria

DXF to GeoJSON

Local

Convert DXF drawings to GeoJSON for QGIS/Mapbox/Leaflet, locally in your browser.

Drag files here, or click to browse

Supports .dxf

Choose file

ASCII DXF → GeoJSON FeatureCollection, converted locally (no coordinate system is attached).

What is it? DXF to GeoJSON converts 2D CAD geometry into GeoJSON features that QGIS, Mapbox, Leaflet, PostGIS and other GIS tools can read. Coordinates are taken as longitude/latitude on a flat plane.

TL;DR: Move DXF geometry into GIS as GeoJSON.

How to use

  1. Open a DXF.
  2. Preview the converted geometry.
  3. Download the .geojson file and load it into your GIS.

FAQ

Do I need a projection?

The DXF X/Y coordinates are written as longitude/latitude, so reproject the result in your GIS for real-world georeferencing.

Are layer names kept?

Yes — the DXF layer is preserved as a feature property.

Limitations

  • No coordinate reprojection during conversion.
  • Text entities become point markers with an attribute rather than labels.

Privacy

Privacy first: this tool runs entirely in your browser. Your input and files never leave your device.