Skip to content

Interface: ImageSourceOptions

Table of contents

Properties

Properties

url

url: string | [string, string]

Defined in

gl-core/src/type.ts:116


coordinates

coordinates: Coordinates

top left, top right, bottom right, bottom left

Defined in

gl-core/src/type.ts:120


type

Optional type: image

Defined in

gl-core/src/type.ts:121


dataRange

Optional dataRange: DataRange | [DataRange, DataRange]

Defined in

gl-core/src/type.ts:122


decodeType

Optional decodeType: DecodeType

指定数据解析类型

Defined in

gl-core/src/type.ts:126


wrapX

Optional wrapX: boolean

是否跨世界渲染

Defined in

gl-core/src/type.ts:131


maxTileCacheSize

Optional maxTileCacheSize: number

Defined in

gl-core/src/type.ts:132

Released under the MIT License.