Type Alias TMVFLineStringStyle

TMVFLineStringStyle: TMVFStyle & {
    lineStrings: (EntranceId | ObstructionId | SpaceId)[];
    topColor?: string;
    width: number;
}

Type declaration

  • lineStrings: (EntranceId | ObstructionId | SpaceId)[]

    The line strings which this style applies to.

  • OptionaltopColor?: string

    Optional color for the top face of extruded geometry. If not specified, falls back to color.

    ^#[0-9a-fA-F]{6}$

  • width: number

    The thickness of the line when rendered, in meters, measured from the center to the edge.

    0