mapnik/demo/c++
2011-08-12 20:01:39 +00:00
..
Makefile + mapnik-rundemo-with-cairo.patch (jonb) 2009-01-15 22:53: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 + remove template from mapnik::rule 2011-01-13 21:35:01 +00:00
SConscript scons: copy env setting 2011-08-12 20:01:39 +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.