diff --git a/examples/custom-interactions.html b/examples/custom-interactions.html index 54933be8d6..8b13ec52bf 100644 --- a/examples/custom-interactions.html +++ b/examples/custom-interactions.html @@ -7,7 +7,7 @@ docs: > Note that the built in interaction `ol/interaction/Translate` might be a better option for moving features. tags: "drag, feature, vector, editing, custom, interaction" cloak: - - key: pk.eyJ1IjoiYWhvY2V2YXIiLCJhIjoiY2pzbmg0Nmk5MGF5NzQzbzRnbDNoeHJrbiJ9.7_-_gL8ur7ZtEiNwRfCy7Q + - key: pk.eyJ1IjoiYWhvY2V2YXIiLCJhIjoiY2t0cGdwMHVnMGdlbzMxbDhwazBic2xrNSJ9.WbcTL9uj8JPAsnT9mgb7oQ value: Your Mapbox access token from https://mapbox.com/ here ---
diff --git a/examples/custom-interactions.js b/examples/custom-interactions.js index 404e8f7f8d..c9621889bd 100644 --- a/examples/custom-interactions.js +++ b/examples/custom-interactions.js @@ -131,7 +131,7 @@ const polygonFeature = new Feature( ); const key = - 'pk.eyJ1IjoiYWhvY2V2YXIiLCJhIjoiY2pzbmg0Nmk5MGF5NzQzbzRnbDNoeHJrbiJ9.7_-_gL8ur7ZtEiNwRfCy7Q'; + 'pk.eyJ1IjoiYWhvY2V2YXIiLCJhIjoiY2t0cGdwMHVnMGdlbzMxbDhwazBic2xrNSJ9.WbcTL9uj8JPAsnT9mgb7oQ'; const map = new Map({ interactions: defaultInteractions().extend([new Drag()]), diff --git a/examples/layer-extent.html b/examples/layer-extent.html index 1fd7af1af7..9f897b7c37 100644 --- a/examples/layer-extent.html +++ b/examples/layer-extent.html @@ -8,7 +8,7 @@ docs: > to limit rendering based on an extent (approximate country bounds). tags: "extent, tilejson" cloak: -- key: pk.eyJ1IjoiYWhvY2V2YXIiLCJhIjoiY2pzbmg0Nmk5MGF5NzQzbzRnbDNoeHJrbiJ9.7_-_gL8ur7ZtEiNwRfCy7Q +- key: pk.eyJ1IjoiYWhvY2V2YXIiLCJhIjoiY2t0cGdwMHVnMGdlbzMxbDhwazBic2xrNSJ9.WbcTL9uj8JPAsnT9mgb7oQ value: Your Mapbox access token from https://mapbox.com/ here --- diff --git a/examples/layer-extent.js b/examples/layer-extent.js index ae8c5ca411..4e03bf49f6 100644 --- a/examples/layer-extent.js +++ b/examples/layer-extent.js @@ -16,7 +16,7 @@ const extents = { }; const key = - 'pk.eyJ1IjoiYWhvY2V2YXIiLCJhIjoiY2pzbmg0Nmk5MGF5NzQzbzRnbDNoeHJrbiJ9.7_-_gL8ur7ZtEiNwRfCy7Q'; + 'pk.eyJ1IjoiYWhvY2V2YXIiLCJhIjoiY2t0cGdwMHVnMGdlbzMxbDhwazBic2xrNSJ9.WbcTL9uj8JPAsnT9mgb7oQ'; const base = new TileLayer({ source: new TileJSON({ diff --git a/examples/layer-group.html b/examples/layer-group.html index 2083f1eda7..f6709b01dc 100644 --- a/examples/layer-group.html +++ b/examples/layer-group.html @@ -8,7 +8,7 @@ tags: "tilejson, input, bind, group, layergroup" resources: - https://code.jquery.com/jquery-3.5.1.min.js cloak: - - key: pk.eyJ1IjoiYWhvY2V2YXIiLCJhIjoiY2pzbmg0Nmk5MGF5NzQzbzRnbDNoeHJrbiJ9.7_-_gL8ur7ZtEiNwRfCy7Q + - key: pk.eyJ1IjoiYWhvY2V2YXIiLCJhIjoiY2t0cGdwMHVnMGdlbzMxbDhwazBic2xrNSJ9.WbcTL9uj8JPAsnT9mgb7oQ value: Your Mapbox access token from https://mapbox.com/ here --- diff --git a/examples/layer-group.js b/examples/layer-group.js index 12f9b87141..0df7dc34db 100644 --- a/examples/layer-group.js +++ b/examples/layer-group.js @@ -6,7 +6,7 @@ import {Group as LayerGroup, Tile as TileLayer} from '../src/ol/layer.js'; import {fromLonLat} from '../src/ol/proj.js'; const key = - 'pk.eyJ1IjoiYWhvY2V2YXIiLCJhIjoiY2pzbmg0Nmk5MGF5NzQzbzRnbDNoeHJrbiJ9.7_-_gL8ur7ZtEiNwRfCy7Q'; + 'pk.eyJ1IjoiYWhvY2V2YXIiLCJhIjoiY2t0cGdwMHVnMGdlbzMxbDhwazBic2xrNSJ9.WbcTL9uj8JPAsnT9mgb7oQ'; const map = new Map({ layers: [ diff --git a/examples/mapbox-vector-layer.html b/examples/mapbox-vector-layer.html index 92cdc9a857..622ed34f39 100644 --- a/examples/mapbox-vector-layer.html +++ b/examples/mapbox-vector-layer.html @@ -9,7 +9,7 @@ docs: > layers (provided they all share the same source). tags: "mapbox, studio, vector, tiles" cloak: - - key: pk.eyJ1IjoiYWhvY2V2YXIiLCJhIjoiY2pzbmg0Nmk5MGF5NzQzbzRnbDNoeHJrbiJ9.7_-_gL8ur7ZtEiNwRfCy7Q + - key: pk.eyJ1IjoiYWhvY2V2YXIiLCJhIjoiY2t0cGdwMHVnMGdlbzMxbDhwazBic2xrNSJ9.WbcTL9uj8JPAsnT9mgb7oQ value: Your Mapbox access token from https://mapbox.com/ here --- diff --git a/examples/mapbox-vector-layer.js b/examples/mapbox-vector-layer.js index 3fdc9d7f8b..295e104362 100644 --- a/examples/mapbox-vector-layer.js +++ b/examples/mapbox-vector-layer.js @@ -8,7 +8,7 @@ const map = new Map({ new MapboxVector({ styleUrl: 'mapbox://styles/mapbox/bright-v9', accessToken: - 'pk.eyJ1IjoiYWhvY2V2YXIiLCJhIjoiY2pzbmg0Nmk5MGF5NzQzbzRnbDNoeHJrbiJ9.7_-_gL8ur7ZtEiNwRfCy7Q', + 'pk.eyJ1IjoiYWhvY2V2YXIiLCJhIjoiY2t0cGdwMHVnMGdlbzMxbDhwazBic2xrNSJ9.WbcTL9uj8JPAsnT9mgb7oQ', }), ], view: new View({ diff --git a/examples/mapbox-vector-tiles-advanced.html b/examples/mapbox-vector-tiles-advanced.html index 0c71c0ad7d..ae78d92f3e 100644 --- a/examples/mapbox-vector-tiles-advanced.html +++ b/examples/mapbox-vector-tiles-advanced.html @@ -8,7 +8,7 @@ tags: "mapbox, vector, tiles, mobile, grid" resources: - resources/mapbox-streets-v6-style.js cloak: - - key: pk.eyJ1IjoiYWhvY2V2YXIiLCJhIjoiY2pzbmg0Nmk5MGF5NzQzbzRnbDNoeHJrbiJ9.7_-_gL8ur7ZtEiNwRfCy7Q + - key: pk.eyJ1IjoiYWhvY2V2YXIiLCJhIjoiY2t0cGdwMHVnMGdlbzMxbDhwazBic2xrNSJ9.WbcTL9uj8JPAsnT9mgb7oQ value: Your Mapbox access token from https://mapbox.com/ here --- diff --git a/examples/mapbox-vector-tiles-advanced.js b/examples/mapbox-vector-tiles-advanced.js index 037b3f76eb..99dd964f15 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 {get as getProjection} from '../src/ol/proj.js'; const key = - 'pk.eyJ1IjoiYWhvY2V2YXIiLCJhIjoiY2pzbmg0Nmk5MGF5NzQzbzRnbDNoeHJrbiJ9.7_-_gL8ur7ZtEiNwRfCy7Q'; + 'pk.eyJ1IjoiYWhvY2V2YXIiLCJhIjoiY2t0cGdwMHVnMGdlbzMxbDhwazBic2xrNSJ9.WbcTL9uj8JPAsnT9mgb7oQ'; // 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 1eae433254..6b85bfd778 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.eyJ1IjoiYWhvY2V2YXIiLCJhIjoiY2pzbmg0Nmk5MGF5NzQzbzRnbDNoeHJrbiJ9.7_-_gL8ur7ZtEiNwRfCy7Q + - key: pk.eyJ1IjoiYWhvY2V2YXIiLCJhIjoiY2t0cGdwMHVnMGdlbzMxbDhwazBic2xrNSJ9.WbcTL9uj8JPAsnT9mgb7oQ value: Your Mapbox access token from https://mapbox.com/ here --- diff --git a/examples/mapbox-vector-tiles.js b/examples/mapbox-vector-tiles.js index f4aaea324c..c4704bcae9 100644 --- a/examples/mapbox-vector-tiles.js +++ b/examples/mapbox-vector-tiles.js @@ -6,7 +6,7 @@ import View from '../src/ol/View.js'; import {Fill, Icon, Stroke, Style, Text} from '../src/ol/style.js'; const key = - 'pk.eyJ1IjoiYWhvY2V2YXIiLCJhIjoiY2pzbmg0Nmk5MGF5NzQzbzRnbDNoeHJrbiJ9.7_-_gL8ur7ZtEiNwRfCy7Q'; + 'pk.eyJ1IjoiYWhvY2V2YXIiLCJhIjoiY2t0cGdwMHVnMGdlbzMxbDhwazBic2xrNSJ9.WbcTL9uj8JPAsnT9mgb7oQ'; const map = new Map({ layers: [ diff --git a/examples/min-max-resolution.html b/examples/min-max-resolution.html index 980cf6b987..d97aecffad 100644 --- a/examples/min-max-resolution.html +++ b/examples/min-max-resolution.html @@ -8,7 +8,7 @@ docs: >The rendering of the layers are here controlled using minResolution and maxResolution options.
tags: "minResolution, maxResolution, resolution" cloak: - - key: pk.eyJ1IjoiYWhvY2V2YXIiLCJhIjoiY2pzbmg0Nmk5MGF5NzQzbzRnbDNoeHJrbiJ9.7_-_gL8ur7ZtEiNwRfCy7Q + - key: pk.eyJ1IjoiYWhvY2V2YXIiLCJhIjoiY2t0cGdwMHVnMGdlbzMxbDhwazBic2xrNSJ9.WbcTL9uj8JPAsnT9mgb7oQ value: Your Mapbox access token from https://mapbox.com/ here --- diff --git a/examples/min-max-resolution.js b/examples/min-max-resolution.js index 27b67b6ab3..84fe02f951 100644 --- a/examples/min-max-resolution.js +++ b/examples/min-max-resolution.js @@ -5,7 +5,7 @@ import TileLayer from '../src/ol/layer/Tile.js'; import View from '../src/ol/View.js'; const key = - 'pk.eyJ1IjoiYWhvY2V2YXIiLCJhIjoiY2pzbmg0Nmk5MGF5NzQzbzRnbDNoeHJrbiJ9.7_-_gL8ur7ZtEiNwRfCy7Q'; + 'pk.eyJ1IjoiYWhvY2V2YXIiLCJhIjoiY2t0cGdwMHVnMGdlbzMxbDhwazBic2xrNSJ9.WbcTL9uj8JPAsnT9mgb7oQ'; /** * Create the map. diff --git a/examples/reusable-source.html b/examples/reusable-source.html index e3e72b2991..2ed5340f42 100644 --- a/examples/reusable-source.html +++ b/examples/reusable-source.html @@ -5,7 +5,7 @@ shortdesc: Updating a tile source by changing the URL. docs: > You can callsource.setUrl() to update the URL for a tile source. Note that when you change the URL for a tile source, existing tiles will not be replaced until new tiles are loaded. If you are interested instead in clearing currently rendered tiles, you can call the source.refresh() method. Alternatively, you can use two separate sources if you want to remove rendered tiles and start over loading new tiles.
cloak:
- - key: pk.eyJ1IjoiYWhvY2V2YXIiLCJhIjoiY2pzbmg0Nmk5MGF5NzQzbzRnbDNoeHJrbiJ9.7_-_gL8ur7ZtEiNwRfCy7Q
+ - key: pk.eyJ1IjoiYWhvY2V2YXIiLCJhIjoiY2t0cGdwMHVnMGdlbzMxbDhwazBic2xrNSJ9.WbcTL9uj8JPAsnT9mgb7oQ
value: Your Mapbox access token from https://mapbox.com/ here
---
diff --git a/examples/reusable-source.js b/examples/reusable-source.js
index 516c4d268b..8633ed7e70 100644
--- a/examples/reusable-source.js
+++ b/examples/reusable-source.js
@@ -4,7 +4,7 @@ import View from '../src/ol/View.js';
import XYZ from '../src/ol/source/XYZ.js';
const key =
- 'pk.eyJ1IjoiYWhvY2V2YXIiLCJhIjoiY2pzbmg0Nmk5MGF5NzQzbzRnbDNoeHJrbiJ9.7_-_gL8ur7ZtEiNwRfCy7Q';
+ 'pk.eyJ1IjoiYWhvY2V2YXIiLCJhIjoiY2t0cGdwMHVnMGdlbzMxbDhwazBic2xrNSJ9.WbcTL9uj8JPAsnT9mgb7oQ';
const baseUrl = 'https://{a-c}.tiles.mapbox.com/v4';
const urls = [
baseUrl + '/mapbox.blue-marble-topo-jan/{z}/{x}/{y}.png?access_token=' + key,
diff --git a/examples/semi-transparent-layer.html b/examples/semi-transparent-layer.html
index c34401d955..9e4f99be9f 100644
--- a/examples/semi-transparent-layer.html
+++ b/examples/semi-transparent-layer.html
@@ -6,7 +6,7 @@ docs: >
This example will display a tiled MaxBox layer semi-transparently over an OSM background. The OSM layer is changed to black and white by using a CSS filter.
tags: "transparent, osm, tilejson, css"
cloak:
- - key: pk.eyJ1IjoiYWhvY2V2YXIiLCJhIjoiY2pzbmg0Nmk5MGF5NzQzbzRnbDNoeHJrbiJ9.7_-_gL8ur7ZtEiNwRfCy7Q
+ - key: pk.eyJ1IjoiYWhvY2V2YXIiLCJhIjoiY2t0cGdwMHVnMGdlbzMxbDhwazBic2xrNSJ9.WbcTL9uj8JPAsnT9mgb7oQ
value: Your Mapbox access token from https://mapbox.com/ here
---
diff --git a/examples/semi-transparent-layer.js b/examples/semi-transparent-layer.js
index 136cd65f1b..6d7e23658f 100644
--- a/examples/semi-transparent-layer.js
+++ b/examples/semi-transparent-layer.js
@@ -6,7 +6,7 @@ import View from '../src/ol/View.js';
import {fromLonLat} from '../src/ol/proj.js';
const key =
- 'pk.eyJ1IjoiYWhvY2V2YXIiLCJhIjoiY2pzbmg0Nmk5MGF5NzQzbzRnbDNoeHJrbiJ9.7_-_gL8ur7ZtEiNwRfCy7Q';
+ 'pk.eyJ1IjoiYWhvY2V2YXIiLCJhIjoiY2t0cGdwMHVnMGdlbzMxbDhwazBic2xrNSJ9.WbcTL9uj8JPAsnT9mgb7oQ';
const map = new Map({
layers: [
diff --git a/examples/tile-load-events.html b/examples/tile-load-events.html
index 96554f88c8..821dd4967e 100644
--- a/examples/tile-load-events.html
+++ b/examples/tile-load-events.html
@@ -10,7 +10,7 @@ docs: >
renders a tile loading progress bar at the bottom of the map.
tags: "tile, events, loading"
cloak:
- - key: pk.eyJ1IjoiYWhvY2V2YXIiLCJhIjoiY2pzbmg0Nmk5MGF5NzQzbzRnbDNoeHJrbiJ9.7_-_gL8ur7ZtEiNwRfCy7Q
+ - key: pk.eyJ1IjoiYWhvY2V2YXIiLCJhIjoiY2t0cGdwMHVnMGdlbzMxbDhwazBic2xrNSJ9.WbcTL9uj8JPAsnT9mgb7oQ
value: Your Mapbox access token from https://mapbox.com/ here
---