- // documentation
- // https://github.com/graphhopper/graphhopper/blob/master/docs/web/api-doc.md
- var url = "https://graphhopper.com/api/1/route?"
- + vehicleParam
- + "&locale=" + I18n.currentLocale()
- + "&key=LijBPDQGfu7Iiq80w3HzwB4RUDJbMbhs6BU0dEnn"
- + "&type=jsonp"
- + "&instructions=true";
+ // GraphHopper Directions API documentation
+ // https://github.com/graphhopper/directions-api/blob/master/docs-routing.md
+ var url = document.location.protocol + "//graphhopper.com/api/1/route?" +
+ vehicleParam +
+ "&locale=" + I18n.currentLocale() +
+ "&key=LijBPDQGfu7Iiq80w3HzwB4RUDJbMbhs6BU0dEnn" +
+ "&type=jsonp" +
+ "&elevation=false" +
+ "&instructions=true";