Skip to content

Commit

Permalink
Use https to access nominatim (fixes #2281)
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwarz committed Jul 10, 2014
1 parent 32f70af commit 16a2449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/id/services/countrycode.js
Original file line number Diff line number Diff line change
@@ -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();
Expand Down

0 comments on commit 16a2449

Please sign in to comment.