Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

DynamicStyleMap: (feature: OLFeature | undefined, context: ExprEvalContext | undefined) => IOlStyleMap

Type declaration

ExprOr<T>: IEvaluatable | T
since

0.14

Type parameters

  • T

IBasicVectorLineStyle: IBasicStroke & IVectorLabelSettings

Line style settings

since

0.13

Point style settings

since

0.13

TextBaseline: "bottom" | "top" | "middle" | "alphabetic" | "hanging" | "ideographic"
since

0.14

TextPlacement: "point" | "line"
since

0.14

Variables

DEFAULT_CLUSTERED_LAYER_STYLE: { default: { point: IBasicPointCircleStyle } } = ...

The default vector layer style for clustered points

since

0.14

Type declaration

DEFAULT_CLUSTERED_POINT_CIRCLE_STYLE: IBasicPointCircleStyle = ...

The default style for clustered point features

since

0.14

DEFAULT_COLOR: "#000000" = "#000000"

The default color

since

0.13

DEFAULT_LINE_STYLE: IBasicVectorLineStyle = ...

The default style for line features

since

0.13

since

0.14 Made deep const immutable

DEFAULT_POINT_CIRCLE_STYLE: IBasicPointCircleStyle = ...

The default style for point features

since

0.13

since

0.14 Made deep const immutable

DEFAULT_POINT_ICON_STYLE: IPointIconStyle = ...

The default icon style for point features

since

0.13

since

0.14 Made deep const immutable

DEFAULT_POLY_STYLE: IBasicVectorPolygonStyle = ...

The default style for polygon features

since

0.13

since

0.14 Made deep const immutable

DEFAULT_VECTOR_LAYER_STYLE: { default: { line: IBasicVectorLineStyle; point: IBasicPointCircleStyle; polygon: IBasicVectorPolygonStyle } } = ...

The default vector layer style

since

0.14

Functions

  • since

    0.14

    Type parameters

    • T

    Parameters

    • arg: any

    Returns arg is IEvaluatable

Generated using TypeDoc