We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8965a44 commit ffe513aCopy full SHA for ffe513a
1 file changed
js/main.js
@@ -17,7 +17,7 @@ var mapdata = {
17
18
maps = L.map('svg-map').setView([41.070034, 28.806152], 10);
19
mapLink = '<a href="http://openstreetmap.org">OpenStreetMap</a>';
20
-L.tileLayer('http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {
+L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {
21
attribution: '© ' + mapLink + ' Contributors', maxZoom: 18,
22
}).addTo(maps);
23
maps._initPathRoot()
0 commit comments