[OpenLayers-Commits] r12318 -
trunk/openlayers/lib/OpenLayers/Layer/Google
commits-20090109 at openlayers.org
commits-20090109 at openlayers.org
Sat Sep 3 11:32:24 EDT 2011
Author: crschmidt
Date: 2011-09-03 08:32:23 -0700 (Sat, 03 Sep 2011)
New Revision: 12318
Modified:
trunk/openlayers/lib/OpenLayers/Layer/Google/v3.js
Log:
"Google base layer not showing when switching base layers" -- patch by
bartvde, r=me, (Pullup #3475)
Modified: trunk/openlayers/lib/OpenLayers/Layer/Google/v3.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Layer/Google/v3.js 2011-09-01 19:07:37 UTC (rev 12317)
+++ trunk/openlayers/lib/OpenLayers/Layer/Google/v3.js 2011-09-03 15:32:23 UTC (rev 12318)
@@ -203,7 +203,7 @@
*/
setGMapVisibility: function(visible) {
var cache = OpenLayers.Layer.Google.cache[this.map.id];
- if (cache && !cache.resized) {
+ if (cache) {
var type = this.type;
var layers = this.map.layers;
var layer;
More information about the Commits
mailing list