timmie / openmtbmap_openvelomap_linux

Linux script to extract and compile garmin *.img map files from openmtbmap.org or openvelomap.org downloads

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linux/Unix script to compile garmin *.img map files from openmtbmap.org or openvelomap.org files

Requirements

  • zsh
  • 7z
  • mkgmap OR wine
  • gmt linux version OR wine

you can obtain mkgmap with your package manager or from http://www.mkgmap.org.uk/snapshots/

gmt linux version can be downloaded from http://www.anpo.republika.pl/download.html

Installation of required files on Debian/Ubuntu

  sudo apt-get install zsh 7z
  wget http://www.anpo.republika.pl/files/lgmt07158.zip
  unzip lgmt07158.zip gmt
  sudo mv gmt /usr/local/bin/

also, get newest mkgmap from http://www.mkgmap.org.uk/snapshots/ and install (aka copy) it to e.g. /usr/local/share/mkgmap/

Installation of required files on Gentoo

  emerge zsh p7zip mkgmap
  wget http://www.anpo.republika.pl/files/lgmt07158.zip
  unzip lgmt07158.zip gmt
  sudo mv gmt /usr/local/bin/

Usage


About

Linux script to extract and compile garmin *.img map files from openmtbmap.org or openvelomap.org downloads


Languages

Language:Shell 100.0%