Merge pull request #34 from tomhughes/routing
Extend https support to all three routing engines
This commit is contained in:
commit
4179fbbbeb
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue