RouteConverter is a popular open source tool to display, edit, enrich and convert routes, tracks and waypoints licensed under the GNU Public License. See http://www.routeconverter.com/about/ for details about features, supported formats and languages, screenshots, frequently asked questions and how you can help.
Stable releases are available at http://www.routeconverter.com/releases/
Prereleases are frequently offered at http://www.routeconverter.com/prereleases/
Patches and pull requests are always welcome. If you minimize your diff, it's more likely that your contribution will be applied to the code base. Please stick to the code standards and formatting that you run across. And don't forget to add tests for your changes ;-)
CONTRIBUTORS.txt provides a list of the people who helped developing RouteConverter.
Install a recent Java SDK, version 8 or later, from http://www.oracle.com/technetwork/java/javase/downloads/
Clone RouteConverter from github:
git clone git@github.com:cpesch/RouteConverter.git
Open RouteConverter sources in an Integrated Development Environment (IDE)
IntelliJ
Eclipse
NetBeans
Let JAVA_HOME refer to the Java SDK
set JAVA_HOME=c:\Programm Files\Java\jdk1.8.0_271
Put JAVA_HOME into your PATH
set %PATH%=%JAVA_HOME%:%PATH%
Build RouteConverter with the Maven wrapper
mvnw clean package
Run RouteConverter
java -jar RouteConverterCmdLine/target/RouteConverterCmdLine.jar java -jar RouteConverterLinuxOpenSource/target/RouteConverterLinuxOpenSource.jar java -jar RouteConverterMacOpenSource/target/RouteConverterMacOpenSource.jar java -jar RouteConverterWindowsOpenSource/target/RouteConverterWindowsOpenSource.jar
Have fun!
Christian