diff --git a/examples/custom-interactions.js b/examples/custom-interactions.js index 5ec87c854b..7992733dcb 100644 --- a/examples/custom-interactions.js +++ b/examples/custom-interactions.js @@ -129,7 +129,7 @@ const map = new Map({ layers: [ new TileLayer({ source: new TileJSON({ - url: 'https://api.tiles.mapbox.com/v3/mapbox.geography-class.json?secure' + url: 'https://a.tiles.mapbox.com/v3/aj.1x1-degrees.json' }) }), new VectorLayer({ diff --git a/examples/icon-color.js b/examples/icon-color.js index 34a5e631b9..e88e3d52b8 100644 --- a/examples/icon-color.js +++ b/examples/icon-color.js @@ -56,7 +56,7 @@ const vectorLayer = new VectorLayer({ const rasterLayer = new TileLayer({ source: new TileJSON({ - url: 'https://api.tiles.mapbox.com/v3/mapbox.geography-class.json?secure', + url: 'https://a.tiles.mapbox.com/v3/aj.1x1-degrees.json', crossOrigin: '' }) }); diff --git a/examples/icon.js b/examples/icon.js index 857ba37a3b..cb427a5984 100644 --- a/examples/icon.js +++ b/examples/icon.js @@ -37,7 +37,7 @@ const vectorLayer = new VectorLayer({ const rasterLayer = new TileLayer({ source: new TileJSON({ - url: 'https://api.tiles.mapbox.com/v3/mapbox.geography-class.json?secure', + url: 'https://a.tiles.mapbox.com/v3/aj.1x1-degrees.json', crossOrigin: '' }) }); diff --git a/examples/tilejson.js b/examples/tilejson.js index d24a4aba8c..684b25aca3 100644 --- a/examples/tilejson.js +++ b/examples/tilejson.js @@ -8,7 +8,7 @@ const map = new Map({ layers: [ new TileLayer({ source: new TileJSON({ - url: 'https://api.tiles.mapbox.com/v3/mapbox.geography-class.json?secure', + url: 'https://a.tiles.mapbox.com/v3/aj.1x1-degrees.json', crossOrigin: 'anonymous' }) }) diff --git a/examples/utfgrid.html b/examples/utfgrid.html index e8a6e57a62..03879e83f3 100644 --- a/examples/utfgrid.html +++ b/examples/utfgrid.html @@ -4,7 +4,7 @@ title: UTFGrid shortdesc: This example shows how to read data from a UTFGrid source. docs: >

Point to a country to see its name and flag.

- Tiles made with [TileMill](http://tilemill.com). Hosting on MapBox.com or with open-source [TileServer](https://github.com/klokantech/tileserver-php/). + Tiles made with TileMill. Hosting on mapbox.com or with open-source TileServer. tags: "utfgrid, tilejson" cloak: - key: pk.eyJ1IjoiYWhvY2V2YXIiLCJhIjoiY2pzbmg0Nmk5MGF5NzQzbzRnbDNoeHJrbiJ9.7_-_gL8ur7ZtEiNwRfCy7Q