geoview-core
    Preparing search index...

    Function initMapDivFromFunctionCall

    • Initialize a basic div from a function call. GV The div MUST NOT have a geoview-map class or a warning will be shown. If is present, the div will be created with a default config

      Parameters

      • mapDiv: HTMLElement

        The basic div to initialise

      • mapConfig: string

        The new config passed in from the function call

      Returns Promise<MapViewer>