-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgenerationData.json
More file actions
138 lines (138 loc) · 5.16 KB
/
generationData.json
File metadata and controls
138 lines (138 loc) · 5.16 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
"locations": {
"Marina Bay Sands": {
"greenLocation": false,
"imageURL": "https://upload.wikimedia.org/wikipedia/commons/f/f9/Marina_Bay_Sands_in_the_evening_-_20101120.jpg",
"supportedActivities": [
"Visiting",
"Cycling",
"Running",
"Shopping"
]
},
"Gardens by the Bay": {
"greenLocation": true,
"imageURL": "https://www.marinabaysands.com/content/dam/marinabaysands/guides/around-mbs/gardens-by-the-bay/masthead.jpg",
"supportedActivities": [
"Visiting",
"Cycling",
"Running",
"Picnic"
]
},
"Singapore Botanic Gardens": {
"greenLocation": false,
"imageURL": "https://mywowo.net/media/images/cache/singapore_giardino_botanico_01_introduzione_jpg_1200_630_cover_85.jpg",
"supportedActivities": [
"Visiting"
]
},
"Singapore Zoo": {
"greenLocation": false,
"imageURL": "https://upload.wikimedia.org/wikipedia/commons/5/50/Singapore_Zoo_entrance-15Feb2010.jpg",
"supportedActivities": [
"Visiting"
]
},
"Orchard Road": {
"greenLocation": false,
"imageURL": "https://upload.wikimedia.org/wikipedia/commons/thumb/5/59/Presenting..._the_real_ION_%288200217734%29.jpg/1200px-Presenting..._the_real_ION_%288200217734%29.jpg",
"supportedActivities": [
"Shopping",
"Visiting"
]
},
"Jewel Changi Airport": {
"greenLocation": false,
"imageURL": "https://images.squarespace-cdn.com/content/v1/6244901b5326a2313a3f3c91/1665766514863-YIU0DCDJT8JY6MCS3KPE/Jewel_Slideshow_02.png",
"supportedActivities": [
"Shopping",
"Visiting"
]
},
"Universal Studios Singapore": {
"greenLocation": false,
"imageURL": "https://d3gw4aml0lneeh.cloudfront.net/assets/locations/9kTC2X9mXLmE.jpg",
"supportedActivities": [
"Visiting"
]
},
"Singapore Flyer": {
"greenLocation": false,
"imageURL": "https://upload.wikimedia.org/wikipedia/commons/thumb/5/53/Dikaiosp_210819_6963.jpg/1200px-Dikaiosp_210819_6963.jpg",
"supportedActivities": [
"Visiting"
]
},
"Chinatown MRT Station": {
"greenLocation": false,
"imageURL": "https://assets-global.website-files.com/581110f944272e4a11871c01/59371a097c0c612f3ce7bb94_Chinatown-Street-Market-11.jpg",
"supportedActivities": [
"Shopping",
"Visiting"
]
},
"East Coast Park": {
"greenLocation": true,
"imageURL": "https://media.timeout.com/images/105697504/image.jpg",
"supportedActivities": [
"Picnic",
"Camping",
"Running",
"Cycling"
]
},
"Fort Canning Park": {
"greenLocation": true,
"imageURL": "https://a.cdn-hotels.com/gdcs/production152/d1240/65dee8c1-5cf8-4625-b9eb-979be59842a6.jpg",
"supportedActivities": [
"Hiking",
"Running",
"Cycling"
]
},
"Marina Barrage": {
"greenLocation": true,
"imageURL": "https://www.greenroofs.com/wp-content/uploads/2018/09/marina_barrage1.jpg",
"supportedActivities": [
"Picnic",
"Running",
"Cycling"
]
},
"Sungei Buloh Nature Park": {
"greenLocation": true,
"imageURL": "https://4.bp.blogspot.com/-wlYwCA8Q8Ok/UjsbIVIlVII/AAAAAAAARaU/TTfhVVPIzG0/s1600/044+(2).JPG",
"supportedActivities": [
"Running",
"Hiking",
"Picnic",
"Cycling"
]
},
"MacRitchie Reservoir": {
"greenLocation": true,
"imageURL": "https://lp-cms-production.imgix.net/2019-06/a2aa48e66952bf8816898991072e32f5-macritchie-reservoir.jpg",
"supportedActivities": [
"Running",
"Hiking",
"Picnic",
"Cycling"
]
},
"River Wonders": {
"greenLocation": false,
"imageURL": "https://media-cdn.tripadvisor.com/media/attractions-splice-spp-720x480/07/01/4e/94.jpg",
"supportedActivities": [
"Visiting"
]
},
"Wild Wild Wet": {
"greenLocation": false,
"imageURL": "https://res.klook.com/images/fl_lossy.progressive,q_65/c_fill,w_3000,h_2000,f_auto/w_80,x_15,y_15,g_south_west,l_Klook_water_br_trans_yhcmh3/activities/b8uttsvddk4febdpzilw/BookSingaporeWildWildWetTicketsOnline-KlookSingapore.jpg",
"supportedActivities": [
"Visiting"
]
}
}
}