diff --git a/server/routing.js b/server/routing.js index 9bace2f3..3260567d 100644 --- a/server/routing.js +++ b/server/routing.js @@ -30,7 +30,6 @@ function calculateRouting(points, mode, simple) { + "&steps=false" + "&geometries=geojson" + "&overview=" + (simple ? "simplified" : "full") - + "&annotations=false" + "&access_token=" + encodeURIComponent(ACCESS_TOKEN); return request.get({