logo separator

Making maps from OpenStreetMap for Garmin devices

The mkgmap program takes OpenStreetMap data and generates a map in the Garmin .img file format so that it can be loaded onto compatible GPS units.

If you are not already familliar with Open Street Map (OSM) then you why not head over to the OSM website and maybe get involved. The idea is create an editable map of the whole world. OSM map data is the only format that is well supported by mkgmap.

Features

  • Generates a map directly from a file saved from JOSM or from an extract of the main OSM planet file.
  • Converts several .osm files in one run of the program to create a map tile set.
  • Creates a .tdb file and an overview map that can be used to view the maps in MapSource or QLandkarte.
  • Creates a gmapsupp.img file that can be copied directly to an SD card.
  • Can also combine previously produced .img files into one gmapsupp.img file.
  • Create a .tdb and overview map from previously produced .img files.
  • The mapping between OSM features features in the Garmin map can be customised.
  • Transliteration of characters to ascii where that is possible to enable viewing on low end devices or for international maps.
  • Character set can be specified for display on capable GPS devices.
  • Control over the zoom levels that any feature appears at.

The program does not send the created maps to the GPS unit. This can be done with another program such as sendmap or qlandkarte gt. If your GPS device has a removable SD card, then you can just create a gmapsupp.img file and copy it to the cards in the Garmin directory.

Latest news

Latest commits

  • mkgmap-r2651 - add log message for invalid housenumbers.
    19 jun 2013
  • mkgmap-r2650 squashSpaces() return null for an empty string, as this seems to be the expected value in the calling routines.
    19 jun 2013
  • mkgmap-r2649 handle special case ";".equals(ref).
    17 jun 2013
  • splitter-r305 code cleanup: don't update static field, no functional changes.
    17 jun 2013
  • mkgmap-r2648 calm down FindBugs, no functional change.
    15 jun 2013
See more...

Developed withThe best Java IDE