Skip to content

Interface: TileSourceOptions

Table of contents

Properties

Properties

url

url: string | [string, string]

Defined in

gl-core/src/type.ts:138


type

Optional type: tile

Defined in

gl-core/src/type.ts:139


minZoom

Optional minZoom: number

Defined in

gl-core/src/type.ts:140


maxZoom

Optional maxZoom: number

Defined in

gl-core/src/type.ts:141


tileSize

Optional tileSize: number

Defined in

gl-core/src/type.ts:142


dataRange

Optional dataRange: DataRange | [DataRange, DataRange]

Defined in

gl-core/src/type.ts:143


scheme

Optional scheme: "xyz" | "tms"

Defined in

gl-core/src/type.ts:144


subdomains

Optional subdomains: (string | number)[]

Defined in

gl-core/src/type.ts:145


roundZoom

Optional roundZoom: boolean

Defined in

gl-core/src/type.ts:146


decodeType

Optional decodeType: DecodeType

指定数据解析类型

Defined in

gl-core/src/type.ts:150


wrapX

Optional wrapX: boolean

是否跨世界渲染

Defined in

gl-core/src/type.ts:154


maxTileCacheSize

Optional maxTileCacheSize: number

Defined in

gl-core/src/type.ts:155


tileBounds

Optional tileBounds: Bounds

Defined in

gl-core/src/type.ts:156

Released under the MIT License.