apply Toby Collett's work on a python printing/layout/legend module from https://github.com/thjc/mapnik-svg
This commit is contained in:
parent
d05b0c539f
commit
3add8dfb6d
2 changed files with 1030 additions and 0 deletions
|
@ -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__
|
||||
|
||||
|
|
1027
bindings/python/mapnik/printing.py
Normal file
1027
bindings/python/mapnik/printing.py
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue