Use https scheme whenever possible, to avoid mixed content issues
This commit is contained in:
parent
f5049f388e
commit
9109322905
9 changed files with 38 additions and 38 deletions
|
|
@ -8,7 +8,7 @@ BR.Search = L.Control.Geocoder.extend({
|
|||
|
||||
onAdd: function (map) {
|
||||
map.attributionControl.addAttribution(
|
||||
'search by <a href="http://wiki.openstreetmap.org/wiki/Nominatim" target="_blank">Nominatim</a>');
|
||||
'search by <a href="https://wiki.openstreetmap.org/wiki/Nominatim" target="_blank">Nominatim</a>');
|
||||
|
||||
return L.Control.Geocoder.prototype.onAdd.call(this, map);
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue