Scale total distance to metres for Mapzen

This commit is contained in:
Tom Hughes 2015-09-30 17:22:27 +01:00
parent e54eadea95
commit 8df1212b59

View file

@ -87,7 +87,7 @@ function MapzenEngine(id, costing) {
callback(false, {
line: line,
steps: steps,
distance: distance,
distance: distance * 1000,
time: time
});
} else {