Interface: TileSourceOptions ¶
Table of contents ¶
Properties ¶
- url
- type
- minZoom
- maxZoom
- tileSize
- dataRange
- scheme
- subdomains
- roundZoom
- decodeType
- wrapX
- maxTileCacheSize
- tileBounds
Properties ¶
url ¶
• url: string
| [string
, string
]
Defined in ¶
type ¶
• Optional
type: tile
Defined in ¶
minZoom ¶
• Optional
minZoom: number
Defined in ¶
maxZoom ¶
• Optional
maxZoom: number
Defined in ¶
tileSize ¶
• Optional
tileSize: number
Defined in ¶
dataRange ¶
• Optional
dataRange: DataRange
| [DataRange
, DataRange
]
Defined in ¶
scheme ¶
• Optional
scheme: "xyz"
| "tms"
Defined in ¶
subdomains ¶
• Optional
subdomains: (string
| number
)[]
Defined in ¶
roundZoom ¶
• Optional
roundZoom: boolean
Defined in ¶
decodeType ¶
• Optional
decodeType: DecodeType
指定数据解析类型
Defined in ¶
wrapX ¶
• Optional
wrapX: boolean
是否跨世界渲染
Defined in ¶
maxTileCacheSize ¶
• Optional
maxTileCacheSize: number
Defined in ¶
tileBounds ¶
• Optional
tileBounds: Bounds