reyemtm / gpx-visualize

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

Home Page:https://reyemtm.github.io/gpx-visualize/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://reyemtm.github.io/gpx-visualize/

License:MIT License


Languages

Language:JavaScript 87.0%Language:HTML 13.0%