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
This commit is contained in:
Tim Schaub
2008-03-15 00:16:37 +00:00
parent 6e9b661af1
commit ca4a8d1ebf

View File

@@ -120,6 +120,7 @@
map.addControl(control);
}
map.addControl(new OpenLayers.Control.MousePosition());
map.zoomToMaxExtent();
}