Scale total distance to metres for Mapzen
This commit is contained in:
parent
e54eadea95
commit
8df1212b59
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ function MapzenEngine(id, costing) {
|
|||
callback(false, {
|
||||
line: line,
|
||||
steps: steps,
|
||||
distance: distance,
|
||||
distance: distance * 1000,
|
||||
time: time
|
||||
});
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue