• Returns the symbology for a given identifier. This method is executed when loading luciad/symbology/SymbologyProvider!symbology as a module.

    Parameters

    • id: string

      The string to the right of the !

    • amdRequire: any

      Usually a context-sensitive require bound to the module making the plugin request

    • callback: ((symbology: HierarchicalSymbology) => void)

      The function the plugin should call with the return value once it is done

    Returns Promise<void>

    Loading symbology with the SymbologyProvider has been deprecated. Instead, load the symbology as a module.