-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: layer items of a LayerTree do not support children anymore #213
Comments
Looks cool at first sight @Skrol29, thanks. Can you turn this into a pull request? Please add at least two tests if so, and also send in a contributor agreement. If you cannot turn this into a PR, let me know, I will take of this then. |
@marcjansen I don't think we should go reverting this code without checking why. There must have been good reasons for @ahocevar to change this? Not sure of this is the only changeset involved though: |
He @bartvde, this is why I wrote "at first sight". I wasn't thinking of blindly merging this. It'd be extra nice if @ahocevar or @juliensam would give us some inside-knowledge about this change, though. |
@marcjansen The patch is currently being tested in our application and all is ok so far. Can the contributor agreement be sent by email, or the postal way is mandatory ? |
It seems to be a regression between version "pre-2.0" and "2.0.0".
In GeoExt "pre-2.0" items of a LayerTree can have both a layer and children.
In GeoExt "2.0.0" children are deleted when the item have a layer.
This bug seems related to issue #212 in that the code of "LayerNode.js" available in "pre-2.0" seems to be abandoned in "2.0.0".
The patch below worked for my application and solved both issues #212 and this current one. It just consists in applying a snippet of "pre-2.0" on "2.0.0".
The text was updated successfully, but these errors were encountered: