We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 466092b commit bb55e0aCopy full SHA for bb55e0a
docs/lib/leaflet.md
@@ -21,7 +21,9 @@ div.style = "height: 400px;";
21
const map = L.map(div)
22
.setView([51.505, -0.09], 13);
23
24
-L.tileLayer("https://tile.openstreetmap.org/{z}/{x}/{y}.png")
+L.tileLayer("https://tile.openstreetmap.org/{z}/{x}/{y}.png", {
25
+ attribution: '© <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a>'
26
+})
27
.addTo(map);
28
29
L.marker([51.5, -0.09])
0 commit comments