mapnik-inspect
bindings to the Mapnik tile rendering library for Node.js
Install
- All systems
-
curl cmd.cat/mapnik-inspect.sh
- Debian
-
apt-get install node-mapnik
- Ubuntu
-
apt-get install node-mapnik
- Kali Linux
-
apt-get install node-mapnik
- Fedora
-
dnf install nodejs-mapnik
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install node-mapnik
- Raspbian
-
apt-get install node-mapnik
- Dockerfile
- dockerfile.run/mapnik-inspect
node-mapnik
bindings to the Mapnik tile rendering library for Node.js
node-mapnik provides bindings to the Mapnik tile rendering library. Mapnik is an OpenSource C++ toolkit for developing GIS (Geographic Information Systems) applications. At the core is a C++ shared library providing algorithms/patterns for spatial data access and visualization. Node.js is an event-based server-side javascript engine.