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/click.html | 91 +++++++++++++++++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 misc/openlayers/examples/click.html (limited to 'misc/openlayers/examples/click.html') diff --git a/misc/openlayers/examples/click.html b/misc/openlayers/examples/click.html new file mode 100644 index 0000000..5b6a025 --- /dev/null +++ b/misc/openlayers/examples/click.html @@ -0,0 +1,91 @@ + + + + + + + OpenLayers Click Event Example + + + + + + + +

Click Event Example

+ +
+ click control, double, doubleclick, double-click, event, events, + propagation, light +
+ +

+ This example shows the use of the click handler and + getLonLatFromPixel functions to trigger events on mouse click. +

+ +
+ +
+

Using the Click handler allows you to (for example) catch clicks + without catching double clicks, something that standard browser + events don't do for you. (Try double clicking: you'll zoom in, + whereas using the browser click event, you would just get two + alerts.) This example click control shows you how to use it.

+
+ + -- cgit v1.2.3