geotiff.js
    Preparing search index...

    Function fromUrls

    • Construct a MultiGeoTIFF from the given URLs.

      Parameters

      • mainUrl: string

        The URL for the main file.

      • overviewUrls: string[] = []

        An array of URLs for the overview images.

      • Optionaloptions: RemoteSourceOptions = {}

        Additional options to pass to the source. See [makeRemoteSource]module:source.makeRemoteSource for details.

      • Optionalsignal: AbortSignal

        An AbortSignal that may be signalled if the request is to be aborted

      Returns Promise<MultiGeoTIFF>

      The resulting MultiGeoTIFF file.