-
Notifications
You must be signed in to change notification settings - Fork 104
/
projection_doc.json
67 lines (67 loc) · 1.16 KB
/
projection_doc.json
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "Emmy-lou Dickerson",
"age": 26,
"animals": ["cat", "dog", "parrot"],
"attributes": {
"hair": "brown",
"dimensions": {
"height": 67,
"weight": 175
},
"hobbies": [
{
"type": "winter sports",
"name": "curling"
},
{
"type": "summer sports",
"name": "water skiing",
"details": {
"location": {
"lat": 49.282730,
"long": -123.120735
}
}
}
]
},
"tracking": {
"locations": [
[
{
"lat": 49.282730,
"long": -123.120735
},
{
"lat": 49.282330,
"long": -123.120345
}
],
[
{
"lat": 50.282730,
"long": -121.120735
},
{
"lat": 29.282330,
"long": -126.120345
}
],
[
{
"lat": 49.282130,
"long": -121.120735
},
{
"lat": 4.282330,
"long": -1.120345
}
]
],
"raw": [
[49.282730, -123.120735],
[50.282730, -121.120735],
[49.282130, -1.120345]
]
}
}