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()