apr2504 / jnxutil

jnxutil Garmin jnx file manipulation utility for Linux.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jnxutil

Garmin jnx file manipulation utility for Linux.

Features:

  • Read content of the jnx file.
  • Edit header and map, level description blocks.
  • Export tiles to GeoTIFF format files. (requires GDAL for build).

Building:

  • cmake -DWITHOUT_GDAL=1 -DCMAKE_INSTALL_PREFIX="/usr" ./ # export tiles disabled
    OR
  • cmake -DCMAKE_INSTALL_PREFIX="/usr" ./ # export tiles enabled
  • make
  • sudo make install
    OR
  • open jnxutil.cbp in CodeBlocks

About

jnxutil Garmin jnx file manipulation utility for Linux.

License:GNU General Public License v3.0


Languages

Language:C 97.3%Language:CMake 2.7%