mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-25 06:55:46 +00:00
Use https for ImproveOSM requests
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user