21 lines
599 B
HTML
21 lines
599 B
HTML
---
|
|
layout: example.html
|
|
title: Rendering 16-bit NumpyTiles
|
|
shortdesc: Renders a multi-byte depth source image directly using webGL.
|
|
docs: >
|
|
Use the NumpyTile format to render multibyte raster data.
|
|
tags: "numpytiles"
|
|
---
|
|
<div id="map" class="map"></div>
|
|
|
|
<div>
|
|
<h5>Adjust colors</h5>
|
|
<ul>
|
|
<li><b>Min:</b> <input type="range" min="1000" max="10000" id="color-floor"/></li>
|
|
<li><b>Max:</b> <input type="range" min="10000" max="50000" id="color-ceil"/></li>
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<script type="text/javascript" src="https://unpkg.com/@planet/ol-numpytiles@2.0.2/umd/NumpyLoader.js"></script>
|