mapnik/demo/c++
2011-11-29 11:13:27 +00:00
..
build.py switch back from mapnik2 to mapnik 2011-11-23 11:33:58 +00:00
Makefile fix demo make file 2011-08-29 22:42:29 +00:00
readme.txt Add a SCons build script for the c++ rundemo sample program, and touchup code and readme, closes #197 2009-03-03 19:28:26 +00:00
rundemo.cpp add 'tiff' output to python/c++ demos 2011-11-29 11:13:27 +00:00

This directory contains a simple c++ program demonstrating the Mapnik C++ API. It mimics the python 'rundemo.py' example with a couple exceptions.

To build it re-configure SCons with DEMO=True then rebuild::

    $ python scons/scons.py configure DEMO=True
    $ python scons/scons.py


The sample program will be compiled (but not installed).


To run::

    $ cd demo/c++
    $ ./rundemo /usr/local/lib/mapnik

For more detailed comments have a look in demo/python/rundemo.py

Have fun!
Artem.