apply Toby Collett's work on a python printing/layout/legend module from https://github.com/thjc/mapnik-svg

This commit is contained in:
Dane Springmeyer 2011-05-04 01:30:21 +00:00
parent d05b0c539f
commit 3add8dfb6d
2 changed files with 1030 additions and 0 deletions

View file

@ -58,6 +58,9 @@ sys.setdlopenflags(RTLD_NOW | RTLD_GLOBAL)
from _mapnik2 import *
from paths import inputpluginspath, fontscollectionpath
import printing
printing.renderer = render
# The base Boost.Python class
BoostPythonMetaclass = Coord.__class__

File diff suppressed because it is too large Load diff