You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The regression seems bogus, nevertheless the feature is hotly appreciable.
I can suggest a fix if needed but the snippet in GeoExt version "pre-2.0" was ok.
Code where the layer is fetched from the node configuration:
File: "/src/GeoExt/tree/LayerNode.js", line:
Hi GeoExt Team !
In GeoExt version "pre-2.0", the property "layer" of a TreeNode configuration could be a layer's name instead of a the Layer object itself.
That was a welcome shorthand when the LayerTree composition comes from a JSON string, like when the attached store has an Ajax data source.
My workaround for now is to add a listener in the LayerTree's configuration:
The regression seems bogus, nevertheless the feature is hotly appreciable.
I can suggest a fix if needed but the snippet in GeoExt version "pre-2.0" was ok.
Code where the layer is fetched from the node configuration:
File: "/src/GeoExt/tree/LayerNode.js", line:
The text was updated successfully, but these errors were encountered: