Function _templatizeLayerFieldReferencesPrivate

  • Private

    Templatize all field references within a layer This is necessary to support potential field name changes when deploying to portal Portal will force all field names to be lower case

    Parameters

    • dataItem: any

      The data layer instance with field name references within

    • itemID: string

      The id for the item that contains this layer.

    • layer: any

      JSON return from the layer being templatized.

    • dependencies: IDependency[]

    Returns void

    An updated instance of the layer