[OpenLayers-Commits] r2026 - sandbox/vector/examples

commits at openlayers.org commits at openlayers.org
Thu Dec 7 19:24:28 EST 2006


Author: camerons
Date: 2006-12-07 19:24:28 -0500 (Thu, 07 Dec 2006)
New Revision: 2026

Modified:
   sandbox/vector/examples/GMLTasmania.html
Log:
Set the default tool to the pan/zoom tool.

Modified: sandbox/vector/examples/GMLTasmania.html
===================================================================
--- sandbox/vector/examples/GMLTasmania.html	2006-12-07 23:47:30 UTC (rev 2025)
+++ sandbox/vector/examples/GMLTasmania.html	2006-12-08 00:24:28 UTC (rev 2026)
@@ -49,6 +49,7 @@
 
             //map.addControl(new OpenLayers.Control.LayerSwitcher());
             map.zoomToExtent(new OpenLayers.Bounds(141.57875,-44.26625,151.03125,-39.56375));
+			toolbar.setTool(navigation);
 
             //map.setCenter(new OpenLayers.LonLat(-100, 60), 3);
         }



More information about the Commits mailing list