Convert various URLs to https
This commit is contained in:
parent
af1397436f
commit
be86e4824f
23 changed files with 124 additions and 124 deletions
|
@ -127,7 +127,7 @@ function OSRMEngine() {
|
|||
return p.lng + ',' + p.lat;
|
||||
}).join(';');
|
||||
|
||||
var req_url = document.location.protocol + OSM.OSRM_URL + encoded_coords;
|
||||
var req_url = OSM.OSRM_URL + encoded_coords;
|
||||
|
||||
var onResponse = function (data) {
|
||||
if (data.code !== 'Ok')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue