geoview-core
    Preparing search index...

    Function getFeatureImageSource

    • This method gets the image source from the style of the feature using the layer entry config.

      Parameters

      • feature: Feature

        The feature that need its icon to be defined.

      • style: TypeLayerStyleConfig

        The style to use

      • OptionalfilterEquation: FilterNodeType[]

        Filter equation associated to the layer.

      • OptionallegendFilterIsOff: boolean

        When true, do not apply legend filter.

      • OptionaldomainsLookup: TypeLayerMetadataFields[]

        An optional lookup table to handle coded value domains.

      • OptionalaliasLookup: TypeAliasLookup

        An optional lookup table to handle field name aliases.

      Returns string | undefined

      The icon associated to the feature or a default empty one.