wms-downloader
v1.1.8
Published
It allows you to download tiles of a Web Map Service (WMS).
Downloads
4
Maintainers
Readme
wms-downloader
It allows you to download tiles of a Web Map Service (WMS).
To reduce the tiles use merge-tiles.
Installation
01 NodeJS and NPM
Windows:
Use the installer https://nodejs.org/
Ubuntu/Debian:
sudo apt install nodejs npm
02 GraphicsMagick
Windows:
Use the installer from http://www.graphicsmagick.org/
Ubuntu/Debian:
sudo apt install graphicsmagick
03 wms-downloader
npm i wms-downloader
Getting started
Supported formats
- image/png
- image/jpeg
- image/gif
- image/tiff
- image/svg+xml (experimental)
Documentation
Build api documentation:
npm run build-api-doc
License
MIT