@vcmap/core
    Preparing search index...

    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

      • Optionaltime: Date

        the time of the image, if known

      Returns Promise<PanoramaImage>