Add hover handler. With this handler user-defined actions can be triggered as the mouse moves over the map and pauses. An example of use is send WMS/GetFeatureInfo requests. r=crschmidt,tschaub (closes #1255)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@5746 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Éric Lemoine
2008-01-15 12:54:47 +00:00
parent c1185e8f8b
commit f053a4e0c8
5 changed files with 525 additions and 0 deletions
+1
View File
@@ -88,6 +88,7 @@
<li>Control/test_SelectFeature.html</li>
<li>test_Handler.html</li>
<li>Handler/test_Click.html</li>
<li>Handler/test_Hover.html</li>
<li>Handler/test_Drag.html</li>
<li>Handler/test_Feature.html</li>
<li>Handler/test_Keyboard.html</li>