Function getExistingLayersAndTablesPrivate

  • Private

    Fetch each layer and table from service so we can determine what fields they have. This is leveraged when we are using existing services so we can determine if we need to remove any fields from views that depend on these layers and tables.

    Parameters

    • url: string

      Feature service endpoint

    • ids: number[]

      layer and table ids

    • authentication: UserSession

      Credentials for the request

    Returns Promise<any>

    A promise that will resolve an array of promises with either a failure or the data