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" ---