Bindings to use Mapnik from Java. Supports programatically building/introspecting a map, enumerating features and rendering with AGG.
This repository is forked from GISerliang/mapnik-jni.
This is a WIP project
- Mapnik > 3.0
- JDK > 17
- Maven
- Make
- g++ or clang
In order to build the project, you need to have the Mapnik library installed in your system.
For building the project, you can use the following command:
mvn package
This will generate a jar file in the target
directory.