MIF/MID é o formato de intercâmbio baseado em texto do MapInfo Professional. Os pares de ficheiros (.mif + .mid) contêm geometria e atributos, respetivamente. Um formato universal para intercâmbio de dados entre sistemas SIG.
Principais características

Sobre o formato 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.
Que programa abre ficheiros MIF
Os seguintes programas e aplicações podem abrir, editar e trabalhar com ficheiros MapInfo MIF/MID (.mif) exportados do 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.
Quem utiliza mapas MIF
Como exportar para MIF
Como abrir depois da exportação
- 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.
Mapas populares em MIF
Obtenha exportações de mapas em MapInfo MIF/MID
Descarregue mapas profissionais em MIF a partir do OpenStreetMap. Geração instantânea, qualquer área.
Perguntas frequentes
Formatos relacionados
Frequentemente exportados em conjunto
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