Add COG tile pyramid example

This commit is contained in:
Andreas Hocevar
2021-08-10 20:01:51 +02:00
parent 394873013c
commit efae01e71f
2 changed files with 65 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
---
layout: example.html
title: GeoTIFF tile pyramid
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
loading.
tags: "cog, tile pyramid"
---
<div id="map" class="map"></div>