What is it?

JGarminImgParser is a free (LGPL), Java library for parsing Garmin's IMG files. The core library depends on no other libraries.

The package includes a sample application for displaying maps and for printing them. This application is based on Swing.

The minimum requirements for using this library is a Java 1.5 runtime environment. Some sample code requires some external libraries.

If you want to download the application, go on the SourceForge page. But if you just want to play with the Swing sample application, use this link (WebStart)

To include it in a Maven2 project, add that to your pom.xml file:

    ...
    <dependencies>
        ...
        <dependency>
            <groupId>ch.thus</groupId>
            <artifactId>jgarminimg</artifactId>
            <version>1.2</version>
        </dependency>
    </dependencies>
    <repositories>
        <repository>
            <id>thus.ch</id>
            <name>Patrick Valsecchi's repository</name>
            <url>http://www.thus.ch/~patrick/maven</url>
        </repository>
        ...
    </repositories>
    ...
                        

Thanks

Thanks goes to: