@versatiles/container
    Preparing search index...

    Interface OpenOptions

    Interface for defining the options available for reading a container.

    All properties are optional; omitted ones fall back to the documented default.

    interface OpenOptions {
        timeout?: number;
        tms?: boolean;
    }
    Index
    timeout?: number

    Idle timeout in milliseconds for HTTP(S) sources, applied both while waiting for the response headers and between body chunks. Has no effect on local files or on a custom Reader, which manages its own timeouts. Defaults to 10000.

    tms?: boolean

    If set to true, uses the TMS (Tile Map Service) tile ordering where y=0 is the southernmost point. Defaults to false.