-
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
LayerModel getLayer() in ExtJS5 #390
Comments
It's probably the safest bet. Just had a look at |
I also agree that this might be the best way to achieve the former behaviour. @KaiVolland be sure to implement a check for ExtJS v5 before returning this.raw. Otherwise it will break in ExtJS 4 |
For me I'm testing it in an complex environment so i can't say if there is some project magic changes the conditions ... |
Yes, that's what I meant. It's a shallow copy of the properties of |
The current function
getLayers()
function of theLayerModel
does not work with ExtJS 5 asraw
ofExt.data.Model
is gone. My recommendation would be to replace it withdata
but im not sure if this fits for all current scenarios...The text was updated successfully, but these errors were encountered: