Files
openlayers/examples/cog-blob.html
2022-06-01 23:49:01 +02:00

11 lines
350 B
HTML

---
layout: example.html
title: Cloud Optimized GeoTIFF (COG) from a Blob
shortdesc: Rendering a COG as a tiled layer from a Blob.
docs: >
Tiled data from a Cloud Optimized GeoTIFF (COG) can be rendered as a layer. In this
example, a single 3-band GeoTIFF is used to render RGB data from a Blob.
tags: "cog"
---
<div id="map" class="map"></div>