Load layers for pyramid on demand

This commit is contained in:
Andreas Hocevar
2021-08-12 22:49:53 +02:00
parent 283aed2dc9
commit 011c14c7df
2 changed files with 25 additions and 7 deletions
+2 -2
View File
@@ -5,8 +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. For each tile of the pyramid, a
separate layer is created. The lowest resolution layer serves as preview while higher resolutions are
separate layer is created on demand. The lowest resolution layer serves as preview while higher resolutions are
loading.
tags: "cog, tile pyramid"
tags: "cog, tilepyramid, stac"
---
<div id="map" class="map"></div>