From ea346a785dc1b3f7c156f6fc33da634e1f1a627b Mon Sep 17 00:00:00 2001 From: Chris Schlaeger Date: Tue, 12 Aug 2014 21:56:44 +0200 Subject: Adding jquery, flot and openlayers to be included with the GEM. --- misc/openlayers/examples/mousewheel-interval.html | 63 +++++++++++++++++++++++ 1 file changed, 63 insertions(+) create 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 new file mode 100644 index 0000000..ce8d6a6 --- /dev/null +++ b/misc/openlayers/examples/mousewheel-interval.html @@ -0,0 +1,63 @@ + + + + + + + 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