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
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
OpenLayers.Map = Class.create();
|
OpenLayers.Map = Class.create();
|
||||||
OpenLayers.Map.prototype = {
|
OpenLayers.Map.prototype = {
|
||||||
// Hash: base z-indexes for different classes of thing
|
// 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
|
// Array: supported application event types
|
||||||
EVENT_TYPES: [
|
EVENT_TYPES: [
|
||||||
|
|||||||
Reference in New Issue
Block a user