Rendering raster tiles with WebGL
This commit is contained in:
committed by
Andreas Hocevar
parent
2dd212cdac
commit
af80477c1d
12
examples/cog-overviews.html
Normal file
12
examples/cog-overviews.html
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
layout: example.html
|
||||
title: GeoTIFF with Overviews
|
||||
shortdesc: Rendering a GeoTIFF with external overviews as a layer.
|
||||
docs: >
|
||||
In some cases, a GeoTIFF may have external overviews. This example uses the
|
||||
`overviews` property to provide URLs for the external overviews. The example
|
||||
composes a false color composite using shortwave infrared (B6), near infrared (B5),
|
||||
and visible green (B3) bands from a Landsat 8 image.
|
||||
tags: "cog"
|
||||
---
|
||||
<div id="map" class="map"></div>
|
||||
Reference in New Issue
Block a user