From 1679a59835ef4714d6c75cf21aaa25a3fc472978 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Mon, 9 Jul 2012 09:33:32 +0200 Subject: [PATCH] reset the map DEFAULT_CONTROLS array --- src/ol/Map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ol/Map.js b/src/ol/Map.js index 23fbd6b9b3..90a2975ace 100644 --- a/src/ol/Map.js +++ b/src/ol/Map.js @@ -148,7 +148,7 @@ ol.Map.DEFAULT_TILE_SIZE = 256; @const @type {Array.} */ -ol.Map.DEFAULT_CONTROLS = ["navigation"]; +ol.Map.DEFAULT_CONTROLS = ["attribution", "navigation", "zoom"]; /** * @return {ol.Loc} Map center in map projection.