Class StandardTileProvider

ベクトルタイルのための汎用的なプロバイダ実装である。

requestMeta() は次の URL のオブジェクトを要求する。

prefix + options.metadata_path

requestTile( area ) は次の URL のオブジェクトを要求する。

prefix + area.z + '/' + area.x + '/' + area.y + options.tile_suffix

prefix は一般的に "http://" または "https://" で始まる 文字列を指定する。

See

constructor, Option

Hierarchy

Constructors

Properties

_meta_credentials: RequestCredentials
_metadata_path: string
_prefix: string
_tile_credentials: RequestCredentials
_tile_suffix: string

Methods