../../_images/logo_mapnik.png

Mapnik

Cartographic rendering engine

Mapnik is a toolkit for rendering beautiful maps, with clean, soft feature edges provided by quality anti-aliasing graphics, intelligent label placement, and scalable, SVG symbolisation. Most famously, mapnik is used to render the OpenStreetMap main map layers.

Mapnik has typically been embedded in Python applications which deliver their maps over the internet although scaling improvements have meant that Mapnik has recently been getting used to create high resolution paper maps too.

mapnik screenshot

Core Features

Essentially a collection of geographic objects (map, layer, datasource, feature, geometry), the library doesn’t rely on “windowing systems” and can be deployed in any server environment. It is intended to play fair in a multi-threaded environment and is aimed primarily, but not exclusively, at web-based development.

High-level Python bindings (boost.python) facilitate rapid application development, targeting zope3, django etc.

Mapnik is cross platform. Packages are available for most linux distributions and installers are commonly used on Mac OS X and windows.

Details

Website: https://mapnik.org/

Licence: LGPL (GNU Lesser General Public Licence)

Software Version: 3.1.0

Supported Platforms: Windows, Linux, Mac

API Interfaces: C++, Python

Quickstart