1.1.5 • Published 6 years ago

map-dl v1.1.5

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

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
1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago