From 05712acfef14b67aa25199ebfe2a6202c9cb6afe Mon Sep 17 00:00:00 2001 From: ahocevar Date: Wed, 27 Feb 2019 18:31:50 +0100 Subject: [PATCH] Rotate API token --- examples/mapbox-vector-tiles-advanced.html | 2 +- examples/mapbox-vector-tiles-advanced.js | 2 +- examples/mapbox-vector-tiles.html | 2 +- examples/mapbox-vector-tiles.js | 2 +- examples/utfgrid.html | 2 +- examples/utfgrid.js | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/mapbox-vector-tiles-advanced.html b/examples/mapbox-vector-tiles-advanced.html index 2df2bc267b..10a03bacc2 100644 --- a/examples/mapbox-vector-tiles-advanced.html +++ b/examples/mapbox-vector-tiles-advanced.html @@ -8,7 +8,7 @@ tags: "mapbox, vector, tiles, mobile" resources: - resources/mapbox-streets-v6-style.js cloak: - - key: pk.eyJ1IjoiYWhvY2V2YXIiLCJhIjoiRk1kMWZaSSJ9.E5BkluenyWQMsBLsuByrmg + - key: pk.eyJ1IjoiYWhvY2V2YXIiLCJhIjoiY2pzbmg0Nmk5MGF5NzQzbzRnbDNoeHJrbiJ9.7_-_gL8ur7ZtEiNwRfCy7Q value: Your Mapbox access token from http://mapbox.com/ here ---
diff --git a/examples/mapbox-vector-tiles-advanced.js b/examples/mapbox-vector-tiles-advanced.js index 58448d3d74..f8b15fd20a 100644 --- a/examples/mapbox-vector-tiles-advanced.js +++ b/examples/mapbox-vector-tiles-advanced.js @@ -8,7 +8,7 @@ import {Fill, Icon, Stroke, Style, Text} from '../src/ol/style.js'; import TileGrid from '../src/ol/tilegrid/TileGrid.js'; -const key = 'pk.eyJ1IjoiYWhvY2V2YXIiLCJhIjoiRk1kMWZaSSJ9.E5BkluenyWQMsBLsuByrmg'; +const key = 'pk.eyJ1IjoiYWhvY2V2YXIiLCJhIjoiY2pzbmg0Nmk5MGF5NzQzbzRnbDNoeHJrbiJ9.7_-_gL8ur7ZtEiNwRfCy7Q'; // Calculation of resolutions that match zoom levels 1, 3, 5, 7, 9, 11, 13, 15. const resolutions = []; diff --git a/examples/mapbox-vector-tiles.html b/examples/mapbox-vector-tiles.html index 87895b26b8..4bf12aa1c9 100644 --- a/examples/mapbox-vector-tiles.html +++ b/examples/mapbox-vector-tiles.html @@ -8,7 +8,7 @@ tags: "simple, mapbox, vector, tiles" resources: - resources/mapbox-streets-v6-style.js cloak: - - key: pk.eyJ1IjoiYWhvY2V2YXIiLCJhIjoiRk1kMWZaSSJ9.E5BkluenyWQMsBLsuByrmg + - key: pk.eyJ1IjoiYWhvY2V2YXIiLCJhIjoiY2pzbmg0Nmk5MGF5NzQzbzRnbDNoeHJrbiJ9.7_-_gL8ur7ZtEiNwRfCy7Q value: Your Mapbox access token from http://mapbox.com/ here ---
diff --git a/examples/mapbox-vector-tiles.js b/examples/mapbox-vector-tiles.js index a9dacd2e2b..ac5e796a61 100644 --- a/examples/mapbox-vector-tiles.js +++ b/examples/mapbox-vector-tiles.js @@ -6,7 +6,7 @@ import VectorTileSource from '../src/ol/source/VectorTile.js'; import {Fill, Icon, Stroke, Style, Text} from '../src/ol/style.js'; -const key = 'pk.eyJ1IjoiYWhvY2V2YXIiLCJhIjoiRk1kMWZaSSJ9.E5BkluenyWQMsBLsuByrmg'; +const key = 'pk.eyJ1IjoiYWhvY2V2YXIiLCJhIjoiY2pzbmg0Nmk5MGF5NzQzbzRnbDNoeHJrbiJ9.7_-_gL8ur7ZtEiNwRfCy7Q'; const map = new Map({ layers: [ diff --git a/examples/utfgrid.html b/examples/utfgrid.html index 5e3f55778e..7b71797d0e 100644 --- a/examples/utfgrid.html +++ b/examples/utfgrid.html @@ -7,7 +7,7 @@ docs: > Tiles made with [TileMill](http://tilemill.com). Hosting on MapBox.com or with open-source [TileServer](https://github.com/klokantech/tileserver-php/). tags: "utfgrid, tilejson" cloak: - - key: pk.eyJ1IjoiYWhvY2V2YXIiLCJhIjoiRk1kMWZaSSJ9.E5BkluenyWQMsBLsuByrmg + - key: pk.eyJ1IjoiYWhvY2V2YXIiLCJhIjoiY2pzbmg0Nmk5MGF5NzQzbzRnbDNoeHJrbiJ9.7_-_gL8ur7ZtEiNwRfCy7Q value: Your Mapbox access token from http://mapbox.com/ here ---
diff --git a/examples/utfgrid.js b/examples/utfgrid.js index 11e6ee7fa2..92b117c100 100644 --- a/examples/utfgrid.js +++ b/examples/utfgrid.js @@ -5,7 +5,7 @@ import TileLayer from '../src/ol/layer/Tile.js'; import TileJSON from '../src/ol/source/TileJSON.js'; import UTFGrid from '../src/ol/source/UTFGrid.js'; -const key = 'pk.eyJ1IjoiYWhvY2V2YXIiLCJhIjoiRk1kMWZaSSJ9.E5BkluenyWQMsBLsuByrmg'; +const key = 'pk.eyJ1IjoiYWhvY2V2YXIiLCJhIjoiY2pzbmg0Nmk5MGF5NzQzbzRnbDNoeHJrbiJ9.7_-_gL8ur7ZtEiNwRfCy7Q'; const mapLayer = new TileLayer({ source: new TileJSON({