1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
| {
| "classes": {
| "tileset": {
| "properties": {
| "author": {
| "description": "The person or entity that made the tileset",
| "componentType": "STRING"
| },
| "date": {
| "description": "Date of tileset creation in YYYY-MM-DD format",
| "componentType": "STRING"
| },
| "centerCartographic": {
| "description": "Center of the tileset as (longitude, latitude, height) where longitude and latitude are in radians, and height is in meters.",
| "type": "VEC3",
| "componentType": "FLOAT64"
| },
| "tileCount": {
| "description": "Total number of tiles in the tileset",
| "componentType": "UINT8"
| }
| }
| }
| }
| }
|
|