- var url = document.location.protocol + "//graphhopper.com/api/1/route?"
- + vehicleParam
- + "&locale=" + I18n.currentLocale()
- + "&key=LijBPDQGfu7Iiq80w3HzwB4RUDJbMbhs6BU0dEnn"
- + "&type=jsonp"
- + "&instructions=true";
+ var url = document.location.protocol + "//graphhopper.com/api/1/route?" +
+ vehicleParam +
+ "&locale=" + I18n.currentLocale() +
+ "&key=LijBPDQGfu7Iiq80w3HzwB4RUDJbMbhs6BU0dEnn" +
+ "&type=jsonp" +
+ "&instructions=true";