MIF/MID är det textbaserade utbytesformatet för MapInfo Professional. Filpar (.mif + .mid) innehåller geometri respektive attribut. Ett universellt format för datautbyte mellan GIS-system.
Viktiga funktioner

Om formatet MIF
MIF/MID is MapInfo's text interchange format: geometry and column definitions live in the .mif file, and the attribute values themselves in the .mid, line by line. The format is documented and readable in an ordinary text editor, which is why it has been used for decades as a neutral go-between for GIS: MapInfo Pro, QGIS, Global Mapper and FME read it without plugins.
In Russia MIF/MID is still found in municipal and cadastral workflows: development, boundary and road network layers are accepted and issued in it. Exporting OSM into this format saves you from digitizing the base by hand — the data arrives right away in the shape the receiving side opens natively.
The output is a ZIP archive: a pair of .mif and .mid files per layer plus a README.txt naming the coordinate system. The pairs must be kept together: without the .mid the layer opens with no attributes. Coordinates are in WGS84 (EPSG:4326) by default, and another projection can be chosen at export time. The files are built by the ogr2ogr utility in MapInfo File mode with an explicit FORMAT=MIF, and if a layer fails to convert it is honestly marked as failed — the service does not slip you a binary TAB under a .mif name.
Vilket program öppnar MIF-filer
Följande program och applikationer kan öppna, redigera och arbeta med MapInfo MIF/MID-filer (.mif) som exporterats från OSM2CDR:
Format specifications
- Open standard
- 2D only
- Lossless (no quality loss)
- Stores feature attributes
- Output: 2 files in archive
- MapInfo Interchange Format (.mif + .mid in ZIP). Documented text-based format. Opens in MapInfo Pro, QGIS.
Vem använder MIF-kartor
Så exporterar du MIF
Så öppnar du filen efter exporten
- MapInfo Pro — File -> Open, file type "MapInfo Interchange (*.mif)"; the program picks up the paired .mid itself and offers to save the layer as a native TAB for further work.
- QGIS (free) — Layer -> Add Vector Layer -> pick the .mif. From there the layer can be styled and re-saved to SHP, GeoPackage or any other format.
- ogr2ogr (GDAL) — a one-off conversion without a GUI: ogr2ogr -f GPKG out.gpkg roads.mif builds the layer into a GeoPackage.
- Global Mapper or FME — if the MIF/MID has to be poured into someone else's data exchange pipeline with reprojection and field renaming.
- Before sending it to the client — unpack the whole archive: the .mif + .mid pair must sit in one folder, otherwise the attributes are lost.
Populära kartor i MIF
Hämta kartexporter i MapInfo MIF/MID
Ladda ner professionella MIF-kartor från OpenStreetMap. Direktgenerering, valfritt område.
Vanliga frågor
Relaterade format
Ofta exporterade tillsammans
Related Articles
How to open MIF/MID (MapInfo) and GML — or download the map in a familiar format
Got .mif/.mid or .gml files and not sure how to open them? QGIS and GDAL read them for free. And if the format is inconv
formatMIF/MID (MapInfo Interchange) format: ASCII exchange since 1990 — OSM export for legacy GIS
MIF/MID from MapInfo Corp 1990: ASCII 2-file pair, REGION/PLINE/ARC geometry, GDAL MITAB, legacy GIS archives.
formatMapInfo TAB: Working with Maps in MapInfo Professional
MapInfo TAB format: file structure .tab/.dat/.map/.id, data import, CRS handling, and integration with professional GIS