Skip to content

Commit ffe513a

Browse files
author
Fatih Şennik
committed
SSL
1 parent 8965a44 commit ffe513a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ var mapdata = {
1717

1818
maps = L.map('svg-map').setView([41.070034, 28.806152], 10);
1919
mapLink = '<a href="http://openstreetmap.org">OpenStreetMap</a>';
20-
L.tileLayer('http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {
20+
L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {
2121
attribution: '&copy; ' + mapLink + ' Contributors', maxZoom: 18,
2222
}).addTo(maps);
2323
maps._initPathRoot()

0 commit comments

Comments
 (0)