GeoscienceAustralia / ga-worldwind-suite

A collection of tools created by the Geoscience Australia (GA) Movies and 3D Visualisation (M3DV) team. The tools are built around the NASA World Wind Java SDK, an open-source virtual globe toolkit.
40 stars 24 forks source link

Tiler mapnik functionality for linux #99

Open bharatig opened 11 years ago

bharatig commented 11 years ago

Hi, I am running tiler on Ubuntu system.there is no supported file for Linux in mapnik folder.
is tiler working for linux or not.....it is giving following error--

[11:02:53] - SEVERE - Cannot run program "mapnik/Nik2Img.exe" (in directory "mapnik"): java.io.IOException: error=2, No such file or directory

mdehoog commented 11 years ago

Currently the Mapnik functionality only works on Windows due to a dependency on Nik2Img.exe, a win32 binary. A possible fix would be to access Mapnik via JNI, and include Windows, Mac OSX, and Linux binaries. Here is a binding which may work: https://github.com/SpatialInteractive/mapnik-jni.