tilery / mapnikio

Experimental attempt to wrap Mapnik with cython

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mapnikio

Experimental Mapnik python 3 wrapper using cython.

Compiling

Note: Mapnik compilation needs python2.

make configure
make compile

Testing

export LD_LIBRARY_PATH=vendor/mapnik/src/ python examples/simple.py

About

Experimental attempt to wrap Mapnik with cython


Languages

Language:Python 97.1%Language:Makefile 2.9%