Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 905 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 905 Bytes

This is a project to provide easy and convenient way to convert Garmin maps from OpenStreetMap data using mkgmap and style files from http://maptourist.org.

Usage

1. Download the latest versions of mkgmap, splitter, osmosis:

./update_bin.sh

2. Download the map (that you want to convert) in pbf format. Possible links:

More links: http://wiki.openstreetmap.org/wiki/Planet.osm

3. Generate map:

make split convert INPUT=/path/to/pbf/file

The file output/gmapsupp.img is ready to be uploaded to device

References

  • List of supported poi can be found here.
  • Discussion on forum.
  • Upstream configs are here.