Use correct URL for problem report control
This commit is contained in:
parent
899891fe8a
commit
67e77fd20e
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ window.onload = function () {
|
||||||
L.Control.OSMReportAProblem = L.Control.Attribution.extend({
|
L.Control.OSMReportAProblem = L.Control.Attribution.extend({
|
||||||
options: {
|
options: {
|
||||||
position: 'bottomright',
|
position: 'bottomright',
|
||||||
prefix: '<a href="http://www.openstreetmap.org/fixthemap#{z}/{x}/{y}">Report a problem</a>'
|
prefix: '<a href="http://www.openstreetmap.org/fixthemap?lat={x}&lon={y}&zoom={z}">Report a problem</a>'
|
||||||
},
|
},
|
||||||
|
|
||||||
onAdd: function (map) {
|
onAdd: function (map) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue