Skip to content

Commit

Permalink
Converts spaces to tabs for totalAscend.
Browse files Browse the repository at this point in the history
  • Loading branch information
gulyasm committed Mar 17, 2017
1 parent 0670a38 commit b7f88f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/L.Routing.GraphHopper.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
summary: {
totalDistance: path.distance,
totalTime: path.time / 1000,
totalAscend: path.ascend,
totalAscend: path.ascend,
},
inputWaypoints: inputWaypoints,
actualWaypoints: mappedWaypoints.waypoints,
Expand Down

0 comments on commit b7f88f4

Please sign in to comment.