Simplify example, improve documentation.

This commit is contained in:
Andreas Hocevar
2022-01-18 19:58:01 +01:00
parent 0004b2594d
commit 75f66757ef
3 changed files with 5 additions and 9 deletions
+2 -1
View File
@@ -5,7 +5,8 @@ shortdesc: Rendering a COG tile pyramid as layer group.
docs: >
Data from a Cloud Optimized GeoTIFF (COG) tile pyramid can be rendered as a set of layers. In this
example, a pyramid of 3-band GeoTIFFs is used to render RGB data. The `ol/source.sourcesFromTileGrid`
helper function creates sources from this pyramid on demand.
helper function creates sources from this pyramid on demand. The GeoTIFFs used by those sources have
a resolution range that matches the range of a single z of the pyramid tile grid.
tags: "cog, tilepyramid, stac"
---
<div id="map" class="map"></div>