diff --git a/js/id/services/countrycode.js b/js/id/services/countrycode.js index 61704e9e1f..c324cf64ec 100644 --- a/js/id/services/countrycode.js +++ b/js/id/services/countrycode.js @@ -1,6 +1,6 @@ iD.countryCode = function() { var countryCode = {}, - endpoint = 'http://nominatim.openstreetmap.org/reverse?'; + endpoint = 'https://nominatim.openstreetmap.org/reverse?'; if (!iD.countryCode.cache) { iD.countryCode.cache = rbush();