From ca4a8d1ebf41af83ba641134d9a6aedf7108569a Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Sat, 15 Mar 2008 00:16:37 +0000 Subject: [PATCH] Demonstrating the use of the MousePosition control with the Hover handler. git-svn-id: http://svn.openlayers.org/trunk/openlayers@6533 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- examples/hover-handler.html | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/hover-handler.html b/examples/hover-handler.html index 200066562e..8e0dc5182d 100644 --- a/examples/hover-handler.html +++ b/examples/hover-handler.html @@ -120,6 +120,7 @@ map.addControl(control); } + map.addControl(new OpenLayers.Control.MousePosition()); map.zoomToMaxExtent(); }