Skip to content

Commit

Permalink
Slightly rewrote README
Browse files Browse the repository at this point in the history
  • Loading branch information
pankdm committed Jul 8, 2013
1 parent a12cb68 commit 5ef7d26
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 34 deletions.
34 changes: 0 additions & 34 deletions README

This file was deleted.

24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
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:
- <http://downloads.cloudmade.com/>
- <http://gis-lab.info/projects/osm_dump/>
- <http://download.geofabrik.de/openstreetmap/>

3. Generate map:

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

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

0 comments on commit 5ef7d26

Please sign in to comment.