/GpsMaster

Primary LanguageJavaGNU General Public License v2.0GPL-2.0

GpsMaster

GpsMaster is a desktop application for analysing, creating, editing and viewing GPX files.

for a more detailed description, see https://wiki.openstreetmap.org/wiki/GpsMaster

CONTRIBUTIONS

Contributions are always welcome, especially:

  • bugfixes
  • support for new file formats (load & save) (package org.gpsmaster.gpsloader)
  • support for (more) online services, like Strava, Runtastic, Alltrails (up- & download)

before contributing / coding, please consider the following guidelines:

for new functionality:

  • do not add procedural code to GpsMaster.java
  • encapsulate new code into separate classes
  • only initialise and wire those classes in GpsMaster.java