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
- Host: GitHub
- URL: https://github.com/springmeyer/mapnik-c-api
- Owner: springmeyer
- License: bsd-3-clause
- Created: 2012-06-16T21:32:23.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2020-09-30T19:50:00.000Z (over 5 years ago)
- Last Synced: 2025-04-19T21:28:37.193Z (about 1 year ago)
- Language: C++
- Size: 1.04 MB
- Stars: 19
- Watchers: 6
- Forks: 16
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# mapnik-c-api
[](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