-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlocations.js
More file actions
72 lines (72 loc) · 1.1 KB
/
Copy pathlocations.js
File metadata and controls
72 lines (72 loc) · 1.1 KB
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
68
69
70
71
72
const locations = [
{
"name": "Rome",
"coords": [
12.4964,
41.9028
],
"zoom": 11.8,
"pitch": 45,
"bearing": 0
},
{
"name": "Villa Borghese",
"coords": [
12.484466479963453,
41.9113
],
"zoom": 15.4,
"pitch": 45,
"bearing": 0
},
{
"name": "Villa Doria Pamphilj",
"coords": [
12.44239218066872,
41.885232294343496
],
"zoom": 15,
"pitch": 60,
"bearing": 0
},
{
"name": "Riserva Naturale di Monte Mario",
"coords": [
12.448,
41.925
],
"zoom": 14,
"pitch": 60,
"bearing": -30
},
{
"name": "Villa Ada",
"coords": [
12.501260127292028,
41.9316
],
"zoom": 15.2,
"pitch": 45,
"bearing": -15
},
{
"name": "Parco degli Acquedotti",
"coords": [
12.56271048950454,
41.84459765016617
],
"zoom": 15,
"pitch": 60,
"bearing": 15
},
{
"name": "Parco della Caffarella",
"coords": [
12.51876222673077,
41.86326022220375
],
"zoom": 15,
"pitch": 60,
"bearing": 20
}
];