@geogirafe/lib-geoportal
    Preparing search index...

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    configManager: ConfigManager
    customThemesManager: CustomThemesManager
    layerManager: LayerManager
    shareManager: ShareManager
    stateManager: StateManager

    Accessors

    Methods

    • Preload all WFS DescribeFeatureType In order to limit the network overload, the servers calls are done sequetially and each call will wait the previous one to be done

      Parameters

      Returns Promise<void>

    • Will create layer and child layers if elem passed is a group of layers

      Parameters

      • elem: GMFTreeItem

        either a layer or a group of layers

      • parentServer: null | string

        in case children are not mixed layers, the parentServer will apply for all children

      • order: { value: number }

        the order in the layer list

      Returns null | BaseLayer

      the created girafe layer