Skip to content

Predictia/mapnik-jni

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

100 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors

Languages

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