DragonFly On-Line Manual Pages
MAPDOWNLOADER(1) Linux Programmer's Manual MAPDOWNLOADER(1)
NAME
mapdownloader - the cli downloader for the debian distribution of the
GMapCatcher offline map viewer
DESCRIPTION
GMapCatcher downloads tiles automatically from many providers
independently of map providers' javascript so should work even though
the scripts may change. mapdowloader is the cli downloading tool that
allows you to bulk download map tiles without the gui. Download all
maps of given location with one command
SYNOPSIS
mapdownloader [options]
OPTIONS
--location= location to download
--latitude= Latitude of the location
--longitude= Longitude of the location
--map Retrieve map images (default)
--satellite Retrieve satellite images
--terrain Retrieve terrain images
--latrange= Latitude Range to get (default = 0.050000)
--lngrange= Longitude Range to get (default = 0.050000)
--max-zoom= Maximum Zoom (default = 17)
--min-zoom= Minimum Zoom (default = 2)
--threads= Number of threads (default = 5)
--full-range Sets lat, lng to (0, 0) and range to the Max, very useful
to download maps of entire world
SAMPLE USAGE
mapdownloader --location="Paris, France"
mapdownloader --min-zoom=13 --full-range
mapdownloader --latitude=37.979180 --longitude=23.716647
SUGGESTIONS AND BUG REPORTS
should be notified at http://code.google.com/p/gmapcatcher/issues
Authors and Copyright Conditions
the Authors of the gmapcatcher project are listed at
http://code.google.com/p/gmapcatcher/people/list
this manpage is copyright Mark Benjamin 2010
INFO
mapcatcher project; A description of the project, as well as how to
report bugs,may be found at
http://code.google.com/p/gmapcatcher
Linux 2010-07-16 MAPDOWNLOADER(1)