From 78a2289d6adfabf044d001820be17f972ed351a0 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Wed, 3 Feb 2010 23:55:04 +0000 Subject: [PATCH] Update to multiple Google acceptance test to demonstrate issue with initially visible layer. git-svn-id: http://svn.openlayers.org/trunk/openlayers@10017 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- tests/manual/multiple-google-layers.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/manual/multiple-google-layers.html b/tests/manual/multiple-google-layers.html index 6645138db3..a077a9ab7f 100644 --- a/tests/manual/multiple-google-layers.html +++ b/tests/manual/multiple-google-layers.html @@ -37,9 +37,9 @@
layers for map1 @@ -88,7 +88,7 @@ var dummy1 = new OpenLayers.Layer("Dummy Layer", { isBaseLayer: true }); - map1.addLayer(dummy1); + map1.addLayers([streets1, sat1, topo1, dummy1]); map1.addControl(new OpenLayers.Control.LayerSwitcher); map1.zoomToMaxExtent();