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/kinetic.html | 44 +++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 misc/openlayers/examples/kinetic.html (limited to 'misc/openlayers/examples/kinetic.html') diff --git a/misc/openlayers/examples/kinetic.html b/misc/openlayers/examples/kinetic.html new file mode 100644 index 0000000..19919ae --- /dev/null +++ b/misc/openlayers/examples/kinetic.html @@ -0,0 +1,44 @@ + + + + OpenLayers Kinetic Dragging Example + + + + + + + +

Kinetic Dragging Example

+ +
+ kinetic, dragging +
+ +

+ Demonstrates Kinetic Dragging. +

+ +
+ +
+

+ OpenLayers Kinetic Dragging inspired from Tile5, and + kineticscrolling for Google Maps API V3. +

+ As shown in this example Kinetic Dragging is enabled by setting + enableKinetic to true in the config object provided to the + Control.DragPan constructor. When using + Control.Navigation or Control.TouchNavigation + providing options to the underlying Control.DragPan + instance is done through the dragPanOptions config + property. +

+ View the kinetic.js source + to see how this is done. +

+
+ + + + -- cgit v1.2.3