From 23137cdab30b0a5272ec5bcd437a7ab1634cfd86 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Mon, 13 May 2019 14:16:18 +0200 Subject: [PATCH] Use https urls for mapbox.com --- examples/mapbox-layer.html | 2 +- examples/mapbox-vector-tiles-advanced.html | 2 +- examples/mapbox-vector-tiles.html | 2 +- examples/sea-level.html | 2 +- examples/utfgrid.html | 2 +- src/ol/source/TileJSON.js | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/mapbox-layer.html b/examples/mapbox-layer.html index 3cc356148b..015be8ba7e 100644 --- a/examples/mapbox-layer.html +++ b/examples/mapbox-layer.html @@ -9,6 +9,6 @@ resources: - https://unpkg.com/mapbox-gl@0.54.0/dist/mapbox-gl.js cloak: - key: ER67WIiPdCQvhgsUjoWK - value: Your Mapbox access token from http://mapbox.com/ here + value: Your Mapbox access token from https://mapbox.com/ here ---
diff --git a/examples/mapbox-vector-tiles-advanced.html b/examples/mapbox-vector-tiles-advanced.html index 10a03bacc2..bd9fc9a401 100644 --- a/examples/mapbox-vector-tiles-advanced.html +++ b/examples/mapbox-vector-tiles-advanced.html @@ -9,6 +9,6 @@ resources: - resources/mapbox-streets-v6-style.js cloak: - key: pk.eyJ1IjoiYWhvY2V2YXIiLCJhIjoiY2pzbmg0Nmk5MGF5NzQzbzRnbDNoeHJrbiJ9.7_-_gL8ur7ZtEiNwRfCy7Q - value: Your Mapbox access token from http://mapbox.com/ here + value: Your Mapbox access token from https://mapbox.com/ here ---
diff --git a/examples/mapbox-vector-tiles.html b/examples/mapbox-vector-tiles.html index 4bf12aa1c9..1eae433254 100644 --- a/examples/mapbox-vector-tiles.html +++ b/examples/mapbox-vector-tiles.html @@ -9,6 +9,6 @@ resources: - resources/mapbox-streets-v6-style.js cloak: - key: pk.eyJ1IjoiYWhvY2V2YXIiLCJhIjoiY2pzbmg0Nmk5MGF5NzQzbzRnbDNoeHJrbiJ9.7_-_gL8ur7ZtEiNwRfCy7Q - value: Your Mapbox access token from http://mapbox.com/ here + value: Your Mapbox access token from https://mapbox.com/ here ---
diff --git a/examples/sea-level.html b/examples/sea-level.html index 401370981e..4fa8001f35 100644 --- a/examples/sea-level.html +++ b/examples/sea-level.html @@ -11,7 +11,7 @@ docs: > tags: "raster, pixel operation, flood" cloak: - key: pk.eyJ1IjoidHNjaGF1YiIsImEiOiJjaW5zYW5lNHkxMTNmdWttM3JyOHZtMmNtIn0.CDIBD8H-G2Gf-cPkIuWtRg - value: Your Mapbox access token from http://mapbox.com/ here + value: Your Mapbox access token from https://mapbox.com/ here ---