Use https to access nominatim (fixes #2281)

This commit is contained in:
Christian Schwarz
2014-07-10 08:36:40 +02:00
parent 32f70af694
commit 16a2449f0a

View File

@@ -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();