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

    Type Alias TypeDrawerConfig

    Configuration options for the drawer plugin from the map config.

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

    Properties

    activeGeom?: string

    Optional initial active geometry type.

    geomTypes?: string[]

    Optional list of available geometry types.

    hideMeasurements?: boolean

    Optional flag to hide measurements by default.

    style?: StyleProps

    Optional default drawing style overrides.