Load GeoTiff from Blob #13189 #13703

This commit is contained in:
Matthias Mohr
2022-06-01 23:13:05 +02:00
parent 28b99b30a8
commit c2fc1f85bf
6 changed files with 70 additions and 5 deletions

10
examples/cog-blob.html Normal file
View File

@@ -0,0 +1,10 @@
---
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>