Skip to content

Commit

Permalink
Merge pull request #14 from gulyasm/master
Browse files Browse the repository at this point in the history
Adds ascend to route summary
  • Loading branch information
perliedman authored Mar 17, 2017
2 parents f00d9ba + b7f88f4 commit 02fca7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/L.Routing.GraphHopper.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@
summary: {
totalDistance: path.distance,
totalTime: path.time / 1000,
totalAscend: path.ascend,
},
inputWaypoints: inputWaypoints,
actualWaypoints: mappedWaypoints.waypoints,
Expand Down

0 comments on commit 02fca7d

Please sign in to comment.