Use https for ImproveOSM requests

This commit is contained in:
SilentSpike
2019-02-20 23:11:09 +00:00
parent 913d9f2e3b
commit 5bd13dc590

View File

@@ -22,9 +22,9 @@ var _erCache;
var _erZoom = 14;
var _impOsmUrls = {
ow: 'http://directionofflow.skobbler.net/directionOfFlowService',
mr: 'http://missingroads.skobbler.net/missingGeoService',
tr: 'http://turnrestrictionservice.skobbler.net/turnRestrictionService'
ow: 'https://directionofflow.skobbler.net/directionOfFlowService',
mr: 'https://missingroads.skobbler.net/missingGeoService',
tr: 'https://turnrestrictionservice.skobbler.net/turnRestrictionService'
};
function abortRequest(i) {