mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
add has_svg_renderer status to python bindings
This commit is contained in:
parent
9a184d73a3
commit
dffd0a6e9e
@ -860,6 +860,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…
x
Reference in New Issue
Block a user