Skip to content

Explore mountain tracks on a 2D map with details for each track

Notifications You must be signed in to change notification settings

sebastienrichoz/MSE_VI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mountain Tracks Explorator

This app let users explore different mountain activities like mountain bike, hiking or skitouring on a 2D google map in order to find their specific track for their personal activity.

Aperçu de l'application

Technologies

HTML5, CSS3, Javascript.

Libraries/framework : Bootstrap, D3.js, Chartjs, Google Maps API, jQuery, jQuery UI

Data sources

  • For the tracks, we used the gpx files from our own activities.
  • The weather forecasts come from https://www.prevision-meteo.ch/services.
    • limitation of latitude between 41.3 and 51.9 and longitude between -5.2 and 10.7

Development

If you have an http server supporting PHP (Xampp, Mampp, Wampp, ...)

  • Clone this repo
  • Place its content in your server
  • Set an environement variable GOOGLE_MAPS_KEY on your server with your own Google Map API key as value.
  • Run index.php in your browser

Without server supporting PHP

  • Clone the repo
  • Enable local file access in your browser
    • chrome on mac $ open /Applications/Google\ Chrome.app --args --allow-file-access-from-files
  • Rename index.php into index.html
  • Identify <script> tag and upload the link with your own Google Map API key

Authors

About

Explore mountain tracks on a 2D map with details for each track

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published