From d6ff6c681ac214b0ffd9360014d36dcc9bce8b56 Mon Sep 17 00:00:00 2001 From: euzuro Date: Fri, 26 May 2006 16:47:56 +0000 Subject: [PATCH] move controls up. now we can have 800 popups without a conflict. git-svn-id: http://svn.openlayers.org/trunk/openlayers@404 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/Map.js b/lib/OpenLayers/Map.js index d95b2ba5ee..4ad20955f0 100644 --- a/lib/OpenLayers/Map.js +++ b/lib/OpenLayers/Map.js @@ -8,7 +8,7 @@ OpenLayers.Map = Class.create(); OpenLayers.Map.prototype = { // Hash: base z-indexes for different classes of thing - Z_INDEX_BASE: { Layer: 100, Popup: 200, Control: 250 }, + Z_INDEX_BASE: { Layer: 100, Popup: 200, Control: 1000 }, // Array: supported application event types EVENT_TYPES: [