An open API service indexing awesome lists of open source software.

https://github.com/springmeyer/mapnik-c-api

Simple C API to Mapnik
https://github.com/springmeyer/mapnik-c-api

Last synced: 4 months ago
JSON representation

Simple C API to Mapnik

Awesome Lists containing this project

README

          

# mapnik-c-api

[![Build Status](https://travis-ci.org/springmeyer/mapnik-c-api.svg?branch=master)](https://travis-ci.org/springmeyer/mapnik-c-api)

A C API to Mapnik

## Depends

- Mapnik 3.x or 2.x
- C++11 capable compiler if targeting Mapnik 3.x

## Build

```sh
make test
```

## Usage

See the `c-api-test.c` for an example.

## Apps using mapnik-c-api

- [go-mapnik](https://github.com/omniscale/go-mapnik)
- [mapnik-go](https://github.com/fawick/go-mapnik)
- [ffi-mapnik](https://github.com/scooterw/ffi-mapnik)
- Please provide a pull request to list your app here