Skip to content

Simple node.js script to create a gpx route using coordinates and coordinate labels (optional).

Notifications You must be signed in to change notification settings

PartTimeJS/GPX-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Make Changes to files/gpx_config.json

  • Set your jump delay(s).
    • ALTERNATE_DELAYS will run your route a 2nd time at a different jump delay.
  • Insert your coordinates into the coordinates array.
  • Insert names (optional) into the names array. If you do not want names, delete the example.

Requirements:

  • Install node.js
  • npm install moment
  • npm install fs

Run script: "node gpxcreate.js"

Copy gpx information out of the console and paste into program/file of your choosing.

About

Simple node.js script to create a gpx route using coordinates and coordinate labels (optional).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published