Use https in 'report a problem' link of embedded map
This commit is contained in:
parent
00112700d7
commit
cb438ac3f6
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ window.onload = function () {
|
|||
L.Control.OSMReportAProblem = L.Control.Attribution.extend({
|
||||
options: {
|
||||
position: 'bottomright',
|
||||
prefix: '<a href="http://www.openstreetmap.org/fixthemap?lat={x}&lon={y}&zoom={z}" target="_blank">'+I18n.t('javascripts.embed.report_problem')+'</a>'
|
||||
prefix: '<a href="https://www.openstreetmap.org/fixthemap?lat={x}&lon={y}&zoom={z}" target="_blank">'+I18n.t('javascripts.embed.report_problem')+'</a>'
|
||||
},
|
||||
|
||||
onAdd: function (map) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue