SharedLayer: {
    c: number;
    e: number;
    i: number;
    o: number;
    x: number[];
    z: SharedLayer[];
}

Type declaration

  • c: number
  • e: number
  • i: number
  • o: number
  • x: number[]

    The following attribute will be useful to know which children were explicitely deleted from the view. Without this, we are not able to know if the layer is new in the server configuration And should be forcely added to the layertree because the user just didn't know this layer when he has created this shared state Or if it was explicitely removed from the user, and then we won't have to display it again

  • z: SharedLayer[]