Skip to content

Commit

Permalink
https does not work properly for tiles.wmflabs.org. Use https instead
Browse files Browse the repository at this point in the history
  • Loading branch information
jjimenezshaw committed Aug 17, 2017
1 parent 53a5430 commit 364bf64
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/airports.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
);

var osmBw = L.tileLayer(
'//{s}.tiles.wmflabs.org/bw-mapnik/{z}/{x}/{y}.png',
'http://{s}.tiles.wmflabs.org/bw-mapnik/{z}/{x}/{y}.png',
{attribution: '© OpenStreetMap contributors'}
);

Expand Down
2 changes: 1 addition & 1 deletion examples/basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
);

var osmBw = L.tileLayer(
'//{s}.tiles.wmflabs.org/bw-mapnik/{z}/{x}/{y}.png',
'http://{s}.tiles.wmflabs.org/bw-mapnik/{z}/{x}/{y}.png',
{attribution: '© OpenStreetMap contributors'}
);

Expand Down
2 changes: 1 addition & 1 deletion examples/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
);

var osmBw = L.tileLayer(
'//{s}.tiles.wmflabs.org/bw-mapnik/{z}/{x}/{y}.png',
'http://{s}.tiles.wmflabs.org/bw-mapnik/{z}/{x}/{y}.png',
{attribution: '© OpenStreetMap contributors'}
);

Expand Down

0 comments on commit 364bf64

Please sign in to comment.