From 7ce462104298e7429a7961e8dd4b8331194647bf Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Sun, 30 Sep 2007 20:07:08 +0000 Subject: [PATCH] Add vector layer to map (see #1040). git-svn-id: http://svn.openlayers.org/trunk/openlayers@4692 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- examples/spherical-mercator.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/spherical-mercator.html b/examples/spherical-mercator.html index 684c83894d..d2e38d3c37 100644 --- a/examples/spherical-mercator.html +++ b/examples/spherical-mercator.html @@ -99,7 +99,7 @@ var vector = new OpenLayers.Layer.Vector("Editable Vectors"); map.addLayers([gmap, gsat, ghyb, veroad, veaer, vehyb, - yahoo, yahoosat, yahoohyb, mapnik, wms]); + yahoo, yahoosat, yahoohyb, mapnik, wms, vector]); map.addControl(new OpenLayers.Control.LayerSwitcher()); map.addControl(new OpenLayers.Control.EditingToolbar(vector)); map.zoomToMaxExtent()