Fix type lost caused by incorrect inheritance of ClassArray
This commit is contained in:
@@ -13,7 +13,7 @@ export class KeyMap extends Serializable<KeyMap> {
|
||||
|
||||
isDefault: boolean;
|
||||
|
||||
layers: Serializable<Layers>;
|
||||
layers: Layers;
|
||||
|
||||
_fromJsObject(jsObject: any): KeyMap {
|
||||
this.id = jsObject.id;
|
||||
|
||||
Reference in New Issue
Block a user