Use Heightgraph in lieu of Elevation
This commit is contained in:
parent
713d317ded
commit
840f4daf72
5 changed files with 345 additions and 126 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue