map-dl

1.1.5 • Public • Published

Map-dl

A tool to download Google map images.

npm npm license

Websites

https://publicarray.github.io/map-dl/2.html

This version takes a 'screen-shot' of the map.

https://publicarray.github.io/map-dl/

This version allows downloading multiple images in a grid.

The CLI

Run it just once without installing

https://www.npmjs.com/package/npx

https://medium.com/@maybekatz/introducing-npx-an-npm-package-runner-55f7d4bd282b

npx map-dl "[-27.883,153.531,-27.994,153.284]"

Installation

npm install -g map-dl

Usage

$ map-dl --help
 
 CLI to Download Google map images
 
 Usage
   $ map-dl [North, East, South, West]
 
 Options
   -s, --scale    Scale in km
   -t, --type     Map Type: roadmap, satellite, terrain or hybrid
   -o, --output   File-path to save the files
   -k, --apikey   Google Maps API key
   -v, --verbose  Verbose logging
   -V, --version  Display version number
 
 Example
   $ map-dl "[-27.883,153.531,-27.994,153.284]" --scale 5 --output ~/Desktop/map

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.5
    0
    • latest

Version History

Package Sidebar

Install

npm i map-dl

Weekly Downloads

0

Version

1.1.5

License

MIT

Unpacked Size

25.4 kB

Total Files

6

Last publish

Collaborators

  • publicarray