Respect setVisibity(false) before layer is fully loaded. r=tschaub (closes #2750)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@10551 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
ahocevar
2010-07-29 07:25:21 +00:00
parent a5f2ddcfa1
commit e5f0cfe906

View File

@@ -150,7 +150,7 @@ OpenLayers.Layer.Google.v3 = {
poweredBy.style.display = "";
cache.poweredBy = poweredBy;
this.setGMapVisibility(true);
this.setGMapVisibility(this.visibility);
},