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:
@@ -150,7 +150,7 @@ OpenLayers.Layer.Google.v3 = {
|
||||
poweredBy.style.display = "";
|
||||
cache.poweredBy = poweredBy;
|
||||
|
||||
this.setGMapVisibility(true);
|
||||
this.setGMapVisibility(this.visibility);
|
||||
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user