From a33bd0dea1b9c72751c1588df8693e2b4fe289d6 Mon Sep 17 00:00:00 2001 From: Andreas Hocevar Date: Thu, 26 Sep 2019 20:29:16 +0200 Subject: [PATCH] Add experimental examples --- examples/filter-points-webgl.html | 1 + examples/geographic.html | 1 + examples/icon-sprite-webgl.html | 1 + examples/mapbox-layer.html | 1 + 4 files changed, 4 insertions(+) diff --git a/examples/filter-points-webgl.html b/examples/filter-points-webgl.html index 503510e6a7..068e4aa991 100644 --- a/examples/filter-points-webgl.html +++ b/examples/filter-points-webgl.html @@ -13,6 +13,7 @@ docs: > to store the year of impact. tags: "webgl, icon, sprite, filter, feature" +experimental: true ---
diff --git a/examples/geographic.html b/examples/geographic.html index 4c1ceaa710..bb18bde4a2 100644 --- a/examples/geographic.html +++ b/examples/geographic.html @@ -7,6 +7,7 @@ docs: > makes it so the map view uses geographic coordinates (even if the view projection is not geographic). tags: "geographic" +experimental: true resources: - https://code.jquery.com/jquery-2.2.3.min.js - https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css diff --git a/examples/icon-sprite-webgl.html b/examples/icon-sprite-webgl.html index c6dc366cd0..92dd5cfdf9 100644 --- a/examples/icon-sprite-webgl.html +++ b/examples/icon-sprite-webgl.html @@ -13,6 +13,7 @@ docs: > The dataset contains around 80k points and can be found here: https://www.kaggle.com/NUFORC/ufo-sightings tags: "webgl, icon, sprite, point, ufo" +experimental: true cloak: - key: pk.eyJ1IjoidHNjaGF1YiIsImEiOiJjaW5zYW5lNHkxMTNmdWttM3JyOHZtMmNtIn0.CDIBD8H-G2Gf-cPkIuWtRg value: Your Mapbox access token from https://mapbox.com/ here diff --git a/examples/mapbox-layer.html b/examples/mapbox-layer.html index 978f950bf6..05a67fdf21 100644 --- a/examples/mapbox-layer.html +++ b/examples/mapbox-layer.html @@ -5,6 +5,7 @@ shortdesc: Example of a Mapbox-gl-js layer integration. docs: > Show how to add a mapbox-gl-js layer in an openlayers map. **Note**: Make sure to get your own API key at https://www.maptiler.com/cloud/ when using this example. No map will be visible when the API key has expired. tags: "simple, mapbox, vector, tiles, maptiler" +experimental: true resources: - https://unpkg.com/mapbox-gl@0.54.0/dist/mapbox-gl.js - https://unpkg.com/mapbox-gl@0.54.0/dist/mapbox-gl.css