-
Notifications
You must be signed in to change notification settings - Fork 107
Open
Description
The current function getLayers() function of the LayerModel does not work with ExtJS 5 as raw of Ext.data.Model is gone. My recommendation would be to replace it with data but im not sure if this fits for all current scenarios...
/**
* Returns the {OpenLayers.Layer} layer object used in this model instance.
*
* @return {OpenLayers.Layer}
*/
getLayer: function() {
return this.raw;
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels