Type alias FeatureStoreStaticRepresentation

FeatureStoreStaticRepresentation: {
    threeDim?: string;
    twoDim?: string;
}

Type declaration

  • Optional threeDim?: string

    3D static representation of this layer

  • Optional twoDim?: string

    2D static representation of this layer

Generated using TypeDoc