mapnik-c-api icon indicating copy to clipboard operation
mapnik-c-api copied to clipboard

Simple C API to Mapnik

Results 6 mapnik-c-api issues
Sort by recently updated
recently updated
newest added

Add simple_mapnik to project list on README.

Fixes broken build on Travis CI. Borrows settings from [Ruby-Mapnik](https://github.com/mapnik/Ruby-Mapnik/blob/master/.travis.yml).

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 ren(*m->m,buf); ren.apply(); mapnik::save_to_file(buf,filepath); ``` What would it take to provide an equivalent method for Cairo?

Please add my changes for metatile generation support and lua test

Will need: - Official Mapnik 3 SDK - Add gyp config