Add support for smooth TileWMS dimensions
This commit is contained in:
14
examples/wms-time.html
Normal file
14
examples/wms-time.html
Normal 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>
|
||||
Reference in New Issue
Block a user