We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29378b8 commit 8f37351Copy full SHA for 8f37351
1 file changed
README.md
@@ -4,6 +4,14 @@ This is a simple tileserver based on Spring and the libmapnik JNI bindings.
4
5
# Requirements
6
7
+the Mapnik library will be needed, as this is all this PoC is about. Under
8
+debian unstable, as of writing this note, the setup can be performed issuing
9
+the following command:
10
+
11
+```
12
+# apt install libmapnik3.1
13
14
15
The `mapnik-jni` bindings for mapnik 3 will be needed. The original authors of
16
Mapnik do not maintain such a tool, but there is a one available here:
17
0 commit comments