Skip to content

A site that visualizes GPS tracks over a simple map with an elevation chart overlay.

License

Notifications You must be signed in to change notification settings

reyemtm/gpx-visualize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPX Visualize

A simple visualization for GPS tracks with a dark and light theme.

//LIGHT THEME IS DEAFULT
//?theme=dark&ride=link to CORS gpx file
var themes = {
  dark: {
    mainColor: "#121212", //background color
    fontColor: "rgba(255,255,255,0.87)",
    trackColor: "#03dac5",
    chartColor: "rgba(3, 218, 197, 0.4)"
  },
  light: {
    mainColor: "#fff",
    fontColor: "#121212",
    trackColor: "rgba(178, 34, 34,0.8)",
    chartColor: "rgba(178, 34, 34,0.4)"
  }
}

About

A site that visualizes GPS tracks over a simple map with an elevation chart overlay.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published