TileJsonMetadata interface

TileJSON 명세에 따른 타일 집합을 설명하는 TileJSON 메타데이터

https://github.com/mapbox/tilejson-spec/tree/master/2.2.0에 기반

속성

attribution

데이터 원본에 대한 저작자 표시 텍스트Attribution text for the data sources

bounds

범위

center

타일 집합의 기본 중심점 [경도, 위도, 확대/축소]

data

데이터 파일 URL 템플릿의 배열

description

타일 집합에 대한 사람이 읽을 수 있는 설명

grids

UTFGrid URL 템플릿의 배열

legend

타일 집합의 범례 콘텐츠에 대한 URL입니다

maxZoom

타일 집합에서 사용할 수 있는 최대 확대/축소 수준

minZoom

타일 집합에서 사용할 수 있는 최소 확대/축소 수준

name

사람이 읽을 수 있는 타일 집합의 이름입니다

scheme

타일 주소 지정 체계(xyz 또는 tms)

template

기능 정보 쿼리를 위한 URL 템플릿

tileJson

TileJson

tiles

타일 URL 템플릿의 배열

version

버전

속성 세부 정보

attribution

데이터 원본에 대한 저작자 표시 텍스트Attribution text for the data sources

attribution?: string

속성 값

string

bounds

범위

bounds?: number[]

속성 값

number[]

center

타일 집합의 기본 중심점 [경도, 위도, 확대/축소]

center?: number[]

속성 값

number[]

data

데이터 파일 URL 템플릿의 배열

data?: string[]

속성 값

string[]

description

타일 집합에 대한 사람이 읽을 수 있는 설명

description?: string

속성 값

string

grids

UTFGrid URL 템플릿의 배열

grids?: string[]

속성 값

string[]

legend

타일 집합의 범례 콘텐츠에 대한 URL입니다

legend?: string

속성 값

string

maxZoom

타일 집합에서 사용할 수 있는 최대 확대/축소 수준

maxZoom?: number

속성 값

number

minZoom

타일 집합에서 사용할 수 있는 최소 확대/축소 수준

minZoom?: number

속성 값

number

name

사람이 읽을 수 있는 타일 집합의 이름입니다

name?: string

속성 값

string

scheme

타일 주소 지정 체계(xyz 또는 tms)

scheme?: string

속성 값

string

template

기능 정보 쿼리를 위한 URL 템플릿

template?: string

속성 값

string

tileJson

TileJson

tileJson?: string

속성 값

string

tiles

타일 URL 템플릿의 배열

tiles: string[]

속성 값

string[]

version

버전

version?: string

속성 값

string