add has_svg_renderer status to python bindings
This commit is contained in:
parent
e5bb5ed8aa
commit
adc7ae587d
1 changed files with 1 additions and 0 deletions
|
@ -859,6 +859,7 @@ BOOST_PYTHON_MODULE(_mapnik)
|
|||
def("has_png", &has_png, "Get png read/write support status");
|
||||
def("has_tiff", &has_tiff, "Get tiff read/write support status");
|
||||
def("has_webp", &has_webp, "Get webp read/write support status");
|
||||
def("has_svg_renderer", &has_svg_renderer, "Get svg_renderer status");
|
||||
def("has_grid_renderer", &has_grid_renderer, "Get grid_renderer status");
|
||||
def("has_cairo", &has_cairo, "Get cairo library status");
|
||||
def("has_pycairo", &has_pycairo, "Get pycairo module status");
|
||||
|
|
Loading…
Reference in a new issue