Add support for smooth TileWMS dimensions

This commit is contained in:
Bart van den Eijnden
2015-12-07 16:21:11 +01:00
parent ba93698c20
commit 0c3aed0083
3 changed files with 106 additions and 4 deletions

14
examples/wms-time.html Normal file
View File

@@ -0,0 +1,14 @@
---
layout: example.html
title: WMS Time
shortdesc: Example of smooth tile transitions when changing the time dimension of a tiled WMS layer.
docs: >
Demonstrates smooth reloading of layers when changing the time dimension continously.
tags: "wms, time, dimensions, transition"
---
<div id="map" class="map"></div>
<div role="group" aria-label="Animation controls">
<button id="play" type="button">Play</button>
<button id="pause" type="button">Pause</button>
<span id="info"></span>
</div>