2020-10-29 18:57:42 +00:00
|
|
|
var layoutInfo = {
|
|
|
|
startTab: "none",
|
2021-05-27 04:54:58 +00:00
|
|
|
startNavTab: "tree-tab",
|
2020-10-29 18:57:42 +00:00
|
|
|
showTree: true,
|
|
|
|
|
|
|
|
treeLayout: ""
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// A "ghost" layer which offsets other layers in the tree
|
2020-11-07 20:29:39 +00:00
|
|
|
addNode("blank", {
|
2020-10-29 18:57:42 +00:00
|
|
|
layerShown: "ghost",
|
|
|
|
},
|
|
|
|
)
|
2020-10-30 01:49:34 +00:00
|
|
|
|
2020-11-01 03:05:50 +00:00
|
|
|
|
2020-10-30 01:49:34 +00:00
|
|
|
addLayer("tree-tab", {
|
2021-05-26 05:44:12 +00:00
|
|
|
tabFormat: [["tree", function() {return (layoutInfo.treeLayout ? layoutInfo.treeLayout : TREE_LAYERS)}]],
|
|
|
|
previousTab: "",
|
|
|
|
leftTab: true,
|
2020-10-30 01:49:34 +00:00
|
|
|
})
|