Interface for defining the options available for reading a container.

interface OpenOptions {
    tms: boolean;
}

Properties

Properties

tms: boolean

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