From e30f267181d990947e67909de4809fa941698c85 Mon Sep 17 00:00:00 2001 From: Chris Schlaeger Date: Sat, 17 Oct 2015 21:36:38 +0200 Subject: Upgrading openlayers to 3.x --- misc/openlayers/examples/mousewheel-interval.html | 63 ----------------------- 1 file changed, 63 deletions(-) delete mode 100644 misc/openlayers/examples/mousewheel-interval.html (limited to 'misc/openlayers/examples/mousewheel-interval.html') diff --git a/misc/openlayers/examples/mousewheel-interval.html b/misc/openlayers/examples/mousewheel-interval.html deleted file mode 100644 index ce8d6a6..0000000 --- a/misc/openlayers/examples/mousewheel-interval.html +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - - OpenLayers Mousewheel Interval Example - - - - - - -

OpenLayers Mousewheel Interval Example

- -
- performance, zoom by wheel -
- -
Let OpenLayers send less tile requests to the server when wheel-zooming.
- -
- -
-

This example shows how to configure the Navigation control to use - the mousewheel in a less server resource consuming way: as long as you - spin the mousewheel, no request will be sent to the server. Instead, - the zoomlevel delta will be recorded. After a delay (in this example - 100ms), a zoom action with the cumulated delta will be performed.

-
- - -
- -
- - -- cgit v1.2.3