Files
openlayers/examples/cog-pyramid.html
2022-01-13 17:42:52 +01:00

12 lines
454 B
HTML

---
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. The `ol/source.sourcesFromTileGrid`
helper function creates sources from this pyramid on demand.
tags: "cog, tilepyramid, stac"
---
<div id="map" class="map"></div>