Remove extra closing anchor tag

This commit is contained in:
Tim Schaub
2021-09-16 09:59:22 -06:00
parent 506b176ef2
commit 0fb5237de2

View File

@@ -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 <code>ol/source/DataTile</code> source to load multi-byte raster data in the
<a href="https://github.com/planetlabs/numpytiles-spec/"></a>NumpyTile</a> format.
<a href="https://github.com/planetlabs/numpytiles-spec/">NumpyTile</a> format.
The source is rendered with a <code>ol/layer/WebGLTile</code> layer. Adjusting the sliders above
performs a contrast stretch by adjusting the style variables set on the layer.
tags: "numpytiles, webgl"