diff --git a/lib/OpenLayers/Map.js b/lib/OpenLayers/Map.js index f344a0b7f1..a91f8703ef 100644 --- a/lib/OpenLayers/Map.js +++ b/lib/OpenLayers/Map.js @@ -662,6 +662,7 @@ OpenLayers.Map = OpenLayers.Class({ * be properly set below. */ delete this.center; + delete this.zoom; this.addLayers(options.layers); // set center (and optionally zoom) if (options.center && !this.getCenter()) {