From 0fb5237de2b7da5b5637f92cdc1a3a9c3f8e0dd9 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Thu, 16 Sep 2021 09:59:22 -0600 Subject: [PATCH] Remove extra closing anchor tag --- examples/numpytile.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/numpytile.html b/examples/numpytile.html index 964649c04a..2c97887c8d 100644 --- a/examples/numpytile.html +++ b/examples/numpytile.html @@ -4,7 +4,7 @@ title: Rendering 16-bit NumpyTiles shortdesc: Renders a multi-byte depth source image directly using WebGL. docs: > This example uses a ol/source/DataTile source to load multi-byte raster data in the - NumpyTile format. + NumpyTile format. The source is rendered with a ol/layer/WebGLTile layer. Adjusting the sliders above performs a contrast stretch by adjusting the style variables set on the layer. tags: "numpytiles, webgl"