Skip to content

Commit

Permalink
SSL
Browse files Browse the repository at this point in the history
  • Loading branch information
Fatih Şennik committed Oct 20, 2017
1 parent 8965a44 commit ffe513a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var mapdata = {

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

0 comments on commit ffe513a

Please sign in to comment.