Mapnik Documentation

Mapnik comes in a variety of languages including Python and Node.js.

C++

Tutorials | Github Repository

Mapnik is a C++ library at its core. The latest documentation on installation and usage can be found on the Github wiki.

Current version: 3.0.11

Node.js

Node Mapnik is based on Mapnik, a C++ library created for rendering images and vector tiles from custom geographic data sources.

API Reference (latest) | Github Repository

Current version: 3.6.0

Installation

Node Mapnik is registered in npm as a module. You can install it with the following command.

npm install --save mapnik

API Reference

3.6 (latest)
3.5
3.4

Python

Python bindings for Mapnik

Github Repository