Load the examples resources with HTTPS
This commit is contained in:
@@ -78,7 +78,7 @@ Progress.prototype.hide = function() {
|
||||
var progress = new Progress(document.getElementById('progress'));
|
||||
|
||||
var source = new ol.source.TileJSON({
|
||||
url: 'http://api.tiles.mapbox.com/v3/mapbox.world-bright.json',
|
||||
url: 'https://api.tiles.mapbox.com/v3/mapbox.world-bright.json?secure',
|
||||
crossOrigin: 'anonymous'
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user