Use https for mapbox tiles
This commit is contained in:
@@ -7,7 +7,7 @@ const map = new Map({
|
||||
layers: [
|
||||
new TileLayer({
|
||||
source: new TileJSON({
|
||||
url: 'https://a.tiles.mapbox.com/v3/aj.1x1-degrees.json',
|
||||
url: 'https://a.tiles.mapbox.com/v3/aj.1x1-degrees.json?secure=1',
|
||||
crossOrigin: 'anonymous',
|
||||
}),
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user