Files
openlayers/examples/wmts-dimensions.html
2015-11-12 14:47:02 +01:00

19 lines
955 B
HTML
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
layout: example.html
title: Smooth WMTS tile transition example
shortdesc: Example of smooth tile transitions when changing the dimension of a WMTS layer.
docs: >
Demonstrates smooth reloading of layers when changing a dimension continously. The demonstration layer is a global sea-level computation (flooding computation from <a href="http://scalgo.com">SCALGO</a>, underlying data from <a href="http://www.cgiar-csi.org/data/srtm-90m-digital-elevation-database-v4-1">CGIAR-CSI SRTM</a>) where cells that are flooded if the sea-level rises to more than <em>x</em> m are colored blue. The user selects the sea-level dimension using a slider.
tags: "wmts, parameter, transition"
---
<div class="row-fluid">
<div class="span6">
<div id="map" class="map"></div>
</div>
<div class="span6 offset3">
Sea-level:
<input id="slider" type="range" value="10" step="0.25" max="100" min="-1" />
<span id="theinfo"></span>
</div>
</div>