UNPKG
@mapbox/mapbox-gl-style-spec
Version:
latest (14.13.0)
next (14.13.0-beta.1)
14.13.0
14.13.0-beta.1
14.12.0
14.12.0-beta.1
14.11.0
14.11.0-beta.2
14.11.0-beta.1
14.10.0
14.10.0-beta.1
14.9.2
14.9.1
14.9.0
14.9.0-beta.1
14.8.0
14.8.0-beta.1
14.7.1
14.7.0
14.7.0-beta.1
14.6.0
14.6.0-beta.1
14.5.2
14.5.1
14.5.0
14.5.0-beta.1
14.4.0
14.4.0-beta.1
14.3.0
14.3.0-beta.1
14.2.0
14.2.0-beta.1
14.1.0
14.1.0-beta.1
14.0.0
14.0.0-rc.2
14.0.0-rc.1
14.0.0-beta.4
14.0.0-beta.3
14.0.0-beta.2
14.0.0-beta.1
13.28.0
13.28.0-beta.1
13.27.0
13.27.0-beta.1
13.26.0
13.25.0
13.25.0-beta.2
13.25.0-beta.1
13.24.0
13.24.0-beta.1
13.24.0-alpha.6
13.24.0-alpha.3
13.24.0-alpha.2
13.24.0-alpha.1
13.23.1
13.23.1-beta.1
13.23.0
13.23.0-beta.2
13.23.0-beta.1
13.22.0
13.22.0-beta.1
13.21.0
13.20.1
13.20.0
13.20.0-beta.1
13.19.2
13.19.1
13.19.0
13.19.0-beta.1
13.18.1
13.18.0
13.17.1
13.17.0
13.16.0
13.15.0
13.14.0
13.13.1
13.13.0
13.12.0
13.11.0
13.10.2
13.10.1
13.10.0
13.9.1
13.9.0
13.8.0
13.7.2
13.7.2-alpha.1
13.7.1
13.7.0
13.6.0
13.5.0
13.4.0
13.3.0
13.2.1
13.2.0
13.1.1
13.1.1-beta.1
13.1.0
13.0.1
13.0.0
13.0.0-beta.1
12.0.0
12.0.0-pre.1
11.1.1
11.1.0
11.0.0
10.1.0
10.0.1
10.0.1-test-publish.2
10.0.1-test-publish.1
10.0.0
9.0.1
9.0.0
8.11.0
8.11.0-test.0
8.11.0-dev
a specification for mapbox gl styles
github.com/mapbox/mapbox-gl-js
mapbox/mapbox-gl-js
@mapbox/mapbox-gl-style-spec
/
types
/
tile_id.ts
6 lines
(5 loc)
•
74 B
text/typescript
View Raw
1
2
3
4
5
6
export
type
CanonicalTileID
= {
z
:
number
;
x
:
number
;
y
:
number
; };