From 994538104368ed9a470bd6f14a1282f39bcf9b21 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Tue, 8 Sep 2009 17:09:04 +0000 Subject: [PATCH] Making invisible the factbook-overlay as it is not working. git-svn-id: http://svn.openlayers.org/trunk/openlayers@9646 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 ebddb1b892..502aa0c466 100644 --- a/examples/spherical-mercator.html +++ b/examples/spherical-mercator.html @@ -102,7 +102,7 @@ "http://world.freemap.in/tiles/", {'layers': 'factbook-overlay', 'format':'png'}, { - 'opacity': 0.4, + 'opacity': 0.4, visibility: false, 'isBaseLayer': false,'wrapDateLine': true } );