geoview-core - v2.3.0
    Preparing search index...

    Type Alias TypeDrawerConfig

    Configuration options for the drawer plugin from the map config.

    type TypeDrawerConfig = {
        activeGeom?: DrawGeometryType;
        geomTypes?: DrawGeometryType[];
        hideMeasurements?: boolean;
        style?: StyleProps;
    }
    Index
    activeGeom?: DrawGeometryType

    Optional initial active geometry type.

    geomTypes?: DrawGeometryType[]

    Optional list of available geometry types.

    hideMeasurements?: boolean

    Optional flag to hide measurements by default.

    style?: StyleProps

    Optional default drawing style overrides.