mirror of
https://github.com/ConnectedHumber/Air-Quality-Web
synced 2024-11-26 07:02:59 +00:00
Correct attribution text
This commit is contained in:
parent
b2a3b35dd9
commit
a65f5f619f
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ class Map {
|
||||||
this.layer_openstreet = Leaflet.tileLayer("http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png", {
|
this.layer_openstreet = Leaflet.tileLayer("http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png", {
|
||||||
id: "openstreetmap",
|
id: "openstreetmap",
|
||||||
maxZoom: 19,
|
maxZoom: 19,
|
||||||
attribution: "© OSM Mapnik <a href='http://www.openstreetmap.org/copyright'>OpenStreetMap</a>"
|
attribution: "© <a href='https://www.openstreetmap.org/copyright'>OpenStreetMap contributors</a>"
|
||||||
}).addTo(this.map);
|
}).addTo(this.map);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue