-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
At present mapnik_map_render_to_file appears to be hardcoded to use agg:
mapnik_image_type buf(m->m->width(),m->m->height());
mapnik::agg_renderer<mapnik_image_type> ren(*m->m,buf);
ren.apply();
mapnik::save_to_file(buf,filepath);
What would it take to provide an equivalent method for Cairo?
Metadata
Metadata
Assignees
Labels
No labels