Fix error due to Mapbox directions API change (fixes #56)

pull/54/merge
Candid Dauth 2017-01-21 13:02:28 +03:00
rodzic fef2bb56e9
commit 9aecbad227
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -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({