Use Heightgraph in lieu of Elevation

This commit is contained in:
alexcojocaru 2020-09-27 19:20:10 -07:00
parent 713d317ded
commit 840f4daf72
5 changed files with 345 additions and 126 deletions

View file

@ -198,7 +198,10 @@
} else {
stats = new BR.TrackStats();
}
elevation = new BR.Elevation();
// remove the old dep
// elevation = new BR.Elevation();
elevation = new BR.Heightgraph();
profile = new BR.Profile();
profile.on('update', function(evt) {