Merge pull request #34 from tomhughes/routing

Extend https support to all three routing engines
This commit is contained in:
Richard Fairhurst 2015-02-02 14:21:08 +00:00
commit 4179fbbbeb

View file

@ -19,7 +19,7 @@ function GraphHopperEngine(id, vehicleParam) {
getRoute: function (points, callback) {
// documentation
// https://github.com/graphhopper/graphhopper/blob/master/docs/web/api-doc.md
var url = "https://graphhopper.com/api/1/route?"
var url = document.location.protocol + "//graphhopper.com/api/1/route?"
+ vehicleParam
+ "&locale=" + I18n.currentLocale()
+ "&key=LijBPDQGfu7Iiq80w3HzwB4RUDJbMbhs6BU0dEnn"