mapnik : Tile rendering library for node. You can installing mapnik npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install mapnik $ sudo npm install -g mapnik
If want to update the mapnik package execute the command as below,
$ sudo npm update mapnik
Update package globally,
$ npm install -g mapnik
$ sudo git clone https://github.com/rektide/mapnik.git
$ sudo npm install -g ./mapnik
mapnik@3.6.2 /usr/lib/node_modules/mapnik
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall mapnik
Package Name | mapnik |
Version | 3.6.2 |
Description | Tile rendering library for node |
Released Date | 2017-06-20T14:30:09.926Z |
Published by | flippmoke |
How to Learn | https://www.npmjs.com/package/mapnik/tutorial |