Changeset 5f05e83 in OpenWorkouts-current for bin/js_deps


Ignore:
Timestamp:
Feb 5, 2019, 5:15:13 PM (5 years ago)
Author:
Borja Lopez <borja@…>
Branches:
current, feature/docs, master
Children:
3169fe4
Parents:
d52ba50
git-author:
Borja Lopez <borja@…> (02/05/19 16:50:41)
git-committer:
Borja Lopez <borja@…> (02/05/19 17:15:13)
Message:

Replaced Leaflet.Elevation with a newer, improved version (fork of the original)

Done some clean-up of the map javascript code, removed old tests and WIP code
that is not needed anymore.

IMPORTANT: After pulling this patch, run js_deps to install the new version of
leaflet elevation:

./bin/js_deps

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bin/js_deps

    rd52ba50 r5f05e83  
    179179
    180180leaflet_elevation() {
    181     NAME="Leaflet.Elevation"
    182     VERSION="master"
    183     URL=https://github.com/MrMufflon/${NAME}/archive/${VERSION}.tar.gz
     181    NAME="leaflet-elevation"
     182    VERSION="0.0.8"
     183    URL=https://github.com/Raruto/${NAME}/archive/${VERSION}.tar.gz
    184184    check_cache ${NAME} ${VERSION}
    185185    in_cache=$?
Note: See TracChangeset for help on using the changeset viewer.