User:John07/garmin map update
Jump to navigation
Jump to search
cd C:\Program Files\GnuWin32\bin wget -m http://osm.ammit.de/osm/latest/img/63274340.img.gz -nd -P C:\Users\Test\Daten\OSM\Karten\Garmin cd C:\Program Files\GnuWin32\Gzip\bin gzip -d -f -k C:\Users\Test\Daten\OSM\Karten\Garmin\63274520.img.gz cd C:\Users\Test\Daten\OSM\Programme\sendmap20 sendmap20 -y maps.exe C:\Users\Test\Daten\OSM\Karten\Garmin\63274340.img C:\Users\Test\Daten\OSM\Programme\sendmap20\maps.exe
- Required packages: wget and gzip for windows, sendmap20
- Change the paths to match your folder structure
- Put the code in a .bat file and run it
- You can easily add more files by adding URL1 URL2 URL3...
- Find out your tile numbers [1]
Thanks to the great guys at #osm IRC for the help.