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

Add support for a 64bit build of the Tiler #78

Closed jfnavin closed 12 years ago

jfnavin commented 12 years ago

The packaged GDAL libraries are 32bit and fail on 64bit Windows. It would be nice to create a 32bit and 64bit version of the Tiler as part of the build scripts.

Note: A workaround is to install a 64bit version of GDAL on the machine, which will be used in place of the packaged GDAL library.

jfnavin commented 12 years ago

Tiler project has been refactored to include windows-x86 and windows-x64 versions of the GDAL library in Tiler/gdal. The build script has been updated to generate platform-specific executable distros for windows-x86 and windows-x64 platforms.

Changes are available on the dev branch.