Skip to content

JNI bindings for Mapnik 3.x, with Linux and OSX support

License

Notifications You must be signed in to change notification settings

Predictia/mapnik-jni

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mapnik-jni

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

Prerequisites

  • Mapnik > 3.0
  • JDK > 17
  • Maven
  • Make
  • g++ or clang

Building

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.

About

JNI bindings for Mapnik 3.x, with Linux and OSX support

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 58.1%
  • Java 39.9%
  • Makefile 1.7%
  • Dockerfile 0.3%