-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpopularity.json
40 lines (39 loc) · 1.36 KB
/
popularity.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
{
"title": "Popular species",
"description": "There are over two million known species, which do we humans like the most?",
"author": "OneZoom",
"image_url": "https://commons.wikimedia.org/wiki/File:Png-clipart-prize-computer-icons-award-medal-1st-logo-symbol.png",
"tourstop_shared": {
"fly_in_speed": 0.8,
"stop_wait": 15000,
"qs_opts":"cols=popularity"
},
"tourstops": [
{
"identifier": "Popularity",
"ott": "93302",
"transition_in":"leap",
"template_data": {
"visible-transition_in": true,
"title": "Introduction ",
"window_text": "Some text about popularity.",
"media": [
"https://www.onezoom.org/OZtree/static/images/user_guide/Pop_col_scheme.jpg"
]
}
},
{
"identifier": "Popularity2",
"ott": "93302",
"transition_in":"leap",
"template_data": {
"visible-transition_in": true,
"title": "Introduction ",
"window_text": "Some text about popularity.",
"media": [
"https://commons.wikimedia.org/wiki/File:Png-clipart-prize-computer-icons-award-medal-1st-logo-symbol.png"
]
}
}
]
}