Incorrect attribution in e723e76
This commit is contained in:
parent
e723e7628f
commit
146064daa1
@ -16,7 +16,7 @@
|
|||||||
var map = L.map('map').setView([51.5, -0.09], 13);
|
var map = L.map('map').setView([51.5, -0.09], 13);
|
||||||
|
|
||||||
L.tileLayer('http://{s}.tile.osm.org/{z}/{x}/{y}.png', {
|
L.tileLayer('http://{s}.tile.osm.org/{z}/{x}/{y}.png', {
|
||||||
attribution: '&copy; <a href="http://osm.org/copyright">OpenStreetMap</a> contributors'
|
attribution: '© <a href="http://osm.org/copyright">OpenStreetMap</a> contributors'
|
||||||
}).addTo(map);
|
}).addTo(map);
|
||||||
|
|
||||||
var LeafIcon = L.Icon.extend({
|
var LeafIcon = L.Icon.extend({
|
||||||
|
Loading…
Reference in New Issue
Block a user