Skip to content

tboegi/GpsMaster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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