mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
Use https to access nominatim (fixes #2281)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user