diff --git a/modules/services/improveOSM.js b/modules/services/improveOSM.js index 1d6ad7f0d..c754b28a8 100644 --- a/modules/services/improveOSM.js +++ b/modules/services/improveOSM.js @@ -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) {