All converters
HomeKML & KMZ converter › DGN to KML

Convert DGN to KML

By , GIS & remote-sensing practitioner · Reviewed

Convert DGN files to KML, online and free. GISConverter reads your DGN data locally in the browser and writes a KML file so you can open and view it in Google Earth or Google Maps, nothing is uploaded, and your data never leaves your computer.

Drop a file here, or click to browse

KML, KMZ, SHP (.zip), GeoJSON, GPKG, GML, GPX, DXF, CSV, Excel, and more

No uploadNo trackingOpen standards (GDAL/OGR)Works offline once loaded

How to convert DGN to KML

  1. Drop your DGN file into the box above (or click to browse).
  2. Your DGN file is read in the tab, and its geometry and attributes are parsed for you.
  3. Pick KML as the output, set a coordinate system if you need one, and click Convert, then download the result.

What changes when you convert DGN to KML

Every format stores different things, so a conversion is never perfectly loss-free. Here is exactly what carries over when you convert DGN to KML, and what to watch for.

WhatDGN → KML
GeometryKeptPoints, lines and polygons are preserved exactly, including multi-part shapes.
AttributesChangesDGN is a CAD format with no attribute table, so the output carries geometry with only the fields the drawing exposes (typically a layer name).
Styling & labelsChangesKML supports styling; features are written with clean default styling and a name label you can restyle in Google Earth.
Coordinate systemChangesDGN carries no coordinate system, so values are read as WGS84 longitude/latitude (EPSG:4326), which KML requires. Set a source CRS if your data is in metres.
Elevation (Z)Kept3D Z values carry from DGN into KML wherever the source records them.
File structureKeptA single, self-contained .kml file you can move around on its own.

Why convert DGN to KML?

DGN is a CAD/engineering format, so it isn't always the format the next tool expects. Converting it to KML lets you open and view it in Google Earth or Google Maps without redrawing or re-collecting anything.

Coordinate system handling

DGN drawings usually sit in a local or engineering coordinate system rather than latitude/longitude, and the file rarely records which one. If the drawing is georeferenced, set its CRS before converting; otherwise the geometry keeps its drawing coordinates.

KML is defined in WGS84 (EPSG:4326), so the output is reprojected to longitude/latitude, exactly what Google Earth and web maps expect. A quick CRS check before you download saves the classic "my DGN data is in the wrong place" surprise; the guide on coordinate systems and EPSG codes goes deeper.

What to check when converting DGN to KML

Which software opens the result

DGN files typically come out of Bentley MicroStation, AutoCAD, QGIS. Once you convert to KML, the file opens in Google Earth Pro on the desktop, Google Earth for web, and Google Maps (via My Maps), as well as QGIS and ArcGIS Pro. The KML output follows the standard specification exactly, so those programs read it without any special import settings.

Troubleshooting DGN to KML

About the formats

DGN (.dgn): DGN is Bentley MicroStation's CAD format, used heavily in civil engineering, transportation and infrastructure projects. Like DXF it is organised around drawing levels and elements rather than GIS feature tables, and can hold very precise engineering geometry.

KML (.kml): KML is the XML-based format Google Earth and Google Maps use to describe points, lines, polygons, labels and styling. Because it is plain text it is easy to read, edit and share, and it stores coordinates in WGS84 longitude/latitude by default.

Frequently asked questions

What is KML?

KML is the XML-based format Google Earth and Google Maps use to describe points, lines, polygons, labels and styling.

What is a DGN file?

DGN is Bentley MicroStation's CAD format, used heavily in civil engineering, transportation and infrastructure projects.

What can open a KML file after converting?

A KML file opens in Google Earth (desktop and web), QGIS and ArcGIS. Because the output follows the standard specification, any tool that supports KML will read it without special settings.

Does converting DGN to KML lose any data?

No conversion is perfectly loss-free because each format stores different things, but geometry and attributes are preserved; only presentation-level styling (which KML does not store) is left behind.

Related converters

Related reading