Function createPanoramaImageFromURL

  • Creates a panorama image from a URL. The URL must point to a RGB image with the name ending in "_rgb.tif".

    Parameters

    • rgbImageUrl: string

      the url to the RGB image

    • Optionaldataset: PanoramaDatasetLayer

      the dataset to which the image belongs, if applicable

    Returns Promise<PanoramaImage>