From 2e054aea4d7d3358a1601834e80460664f6b7cca Mon Sep 17 00:00:00 2001 From: Simon Seyock Date: Fri, 23 Jul 2021 13:15:39 +0200 Subject: [PATCH] Add `grid` tag to examples. --- examples/mapbox-vector-tiles-advanced.html | 2 +- examples/print-to-scale.html | 2 +- examples/reprojection.html | 2 +- examples/vector-tiles-4326.html | 2 +- examples/wms-custom-tilegrid-512x256.html | 4 ++-- examples/wmts-dimensions.html | 2 +- examples/wmts-ign.html | 2 +- examples/wmts.html | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/examples/mapbox-vector-tiles-advanced.html b/examples/mapbox-vector-tiles-advanced.html index bd9fc9a401..0c71c0ad7d 100644 --- a/examples/mapbox-vector-tiles-advanced.html +++ b/examples/mapbox-vector-tiles-advanced.html @@ -4,7 +4,7 @@ title: Advanced Mapbox Vector Tiles shortdesc: Example of a Mapbox vector tiles map with custom tile grid. docs: > A vector tiles map which reuses the same source tiles for subsequent zoom levels to save bandwidth on mobile devices. **Note**: No map will be visible when the access token has expired. -tags: "mapbox, vector, tiles, mobile" +tags: "mapbox, vector, tiles, mobile, grid" resources: - resources/mapbox-streets-v6-style.js cloak: diff --git a/examples/print-to-scale.html b/examples/print-to-scale.html index ccbcc587fa..655e5f48fb 100644 --- a/examples/print-to-scale.html +++ b/examples/print-to-scale.html @@ -8,7 +8,7 @@ docs: > Unlike the Export PDF example the on screen map is only used to set the center and rotation. The extent printed depends on the scale and page size. To print the scale bar and attributions the example uses the html2canvas library. -tags: "print, printing, scale, scaleline, export, pdf" +tags: "print, printing, scale, scaleline, export, pdf, grid" resources: - https://html2canvas.hertzen.com/dist/html2canvas.min.js - https://cdnjs.cloudflare.com/ajax/libs/jspdf/2.3.1/jspdf.umd.min.js diff --git a/examples/reprojection.html b/examples/reprojection.html index cf83a1eebc..1eb5769624 100644 --- a/examples/reprojection.html +++ b/examples/reprojection.html @@ -4,7 +4,7 @@ title: Raster Reprojection shortdesc: Demonstrates client-side raster reprojection between various projections. docs: > This example shows client-side raster reprojection between various projections. -tags: "reprojection, projection, proj4js, osm, wms, wmts, hidpi" +tags: "reprojection, projection, proj4js, osm, wms, wmts, hidpi, grid" ---
diff --git a/examples/vector-tiles-4326.html b/examples/vector-tiles-4326.html index fb93133566..54dcab8088 100644 --- a/examples/vector-tiles-4326.html +++ b/examples/vector-tiles-4326.html @@ -5,7 +5,7 @@ shortdesc: Example showing vector tiles in EPSG:4326 (styled using ol-mapbox-sty docs: > Example showing vector tiles in EPSG:4326 (styled using `ol-mapbox-style`) loaded from maptiler.com. **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: "vector tiles, epsg4326, mapbox style, ol-mapbox-style, maptiler" +tags: "vector tiles, epsg4326, mapbox style, ol-mapbox-style, maptiler, grid" cloak: - key: get_your_own_D6rA4zTHduk6KOKTXzGB value: Get your own API key at https://www.maptiler.com/cloud/ diff --git a/examples/wms-custom-tilegrid-512x256.html b/examples/wms-custom-tilegrid-512x256.html index 8787c83b3d..180c6f6c6c 100644 --- a/examples/wms-custom-tilegrid-512x256.html +++ b/examples/wms-custom-tilegrid-512x256.html @@ -1,9 +1,9 @@ --- layout: example.html title: WMS 512x256 Tiles -shortdesc: Example of a WMS layer with 512x256px tiles. +shortdesc: Example of a WMS layer with a custom grid with 512x256px tiles. docs: > WMS can serve arbitrary tile sizes. This example uses a custom tile grid with non-square tiles. -tags: "wms, tile, non-square" +tags: "wms, tile, non-square, grid" ---
diff --git a/examples/wmts-dimensions.html b/examples/wmts-dimensions.html index 2cb384b0c4..ad0118d2ad 100644 --- a/examples/wmts-dimensions.html +++ b/examples/wmts-dimensions.html @@ -4,7 +4,7 @@ title: WMTS Tile Transitions shortdesc: Example of smooth tile transitions when changing the dimension of a WMTS layer. docs: > Demonstrates smooth reloading of layers when changing a dimension continuously. The demonstration layer is a global sea-level computation (flooding computation from SCALGO, underlying data from CGIAR-CSI SRTM) where cells that are flooded if the sea-level rises to more than x m are colored blue. The user selects the sea-level dimension using a slider. -tags: "wmts, parameter, transition" +tags: "wmts, parameter, transition, grid" ---