-
Notifications
You must be signed in to change notification settings - Fork 0
/
config-tourist-attractions.js
263 lines (263 loc) · 9.42 KB
/
config-tourist-attractions.js
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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
export const placesOfAttractionsConfig = [
{
"category" : "Hindu Temples",
"pois" : [
{
"name" : "Taal Barahi",
"reference" : {
"id" : "44843317",
"type" : "way"
},
"detail" : {
"content" : "Tal Barahi Temple, also known as Lake Temple or Barahi Temple is a two-story pagoda temple located in Pokhara, Nepal. It is a hindu temple of the Goddess Durga (Barahi), the protector of gods. Within Pokhara it is located on a small island on the south east section of Phewa Lake. The temple is used for worship by both Hindus and Buddhists and is accessible through a short boat ride from the shore of the main tourist area of Pokhara.",
"photo" : "https://upload.wikimedia.org/wikipedia/commons/thumb/4/4f/Tal_Barahi_Temple.jpg/1280px-Tal_Barahi_Temple.jpg"
}
},
{
"name" : "Bindhyabasini Temple",
"reference" : {
"id" : "240403010",
"type" : "way"
},
"detail" : {
"content" : "The Bindhyabasini temple is located near Bagar, in Pokhara, Nepal. Legend relates this temple to the famous temple of Bindhyabasini in Bindhyachal in Uttar Pradesh, India. It is believed that King Siddhi Narayan Shah of Kaski brought the deity to Pokhara before Nepal’s unification in the 17th Century.",
"photo" : "https://upload.wikimedia.org/wikipedia/en/9/99/Bindhya.jpg"
}
},
{
"name" : "Bhadrakali Temple",
"reference" : {
"id" : "343226046",
"type" : "way"
},
"detail" : {
"content" : "Situated on top of a small hill in a quiet residential neigbourhood, the Bhadrakali Temple provides a pleasant solace from the hustle and bustle of the city. Goddess Bhadrakali is also the goddess of inspiration for the famed Gorkha soldiers of Nepal. Every morning you will see hundreds of aspirant Gorkha soldiers run up and down this hill.",
"photo" : "https://upload.wikimedia.org/wikipedia/commons/0/03/Bhadrakali_temple_pokhara.JPG"
}
}
]
},
{
"category" : "Falls",
"pois" : [
{
"name" : "Devi's Falls",
"reference" : {
"id" : "713296203",
"type" : "node"
},
"detail" : {
"content" : "The water forms an underground tunnel after reaching the bottom. This tunnel is approximately 500 feet (150 m) long and runs 100 feet (30 m) below ground level. On 31 July 1961, a Swiss couple Davi went swimming but the woman drowned in a pit because of the overflow. Her body was recovered 3 days later in river Phusre with great effort. Her father wished to name it \"Davi's falls\" after her. Its Nepali name is Patale Chango, which means \"underworld waterfall\".",
"photo" : "https://upload.wikimedia.org/wikipedia/commons/c/cc/Davi%27s_Fall-Pokhara-SatyamPradhan.jpg"
}
}
]
},
{
"category" : "Buddhist Stupa/Monastery",
"pois" : [
{
"name" : "Matepani Monasetry",
"reference" : {
"id" : "204128327",
"type" : "way"
},
"detail" : {
"content" : "This Buddhist Monastery was built in 1960 by then recent migrants from Manang District of Nepal to honour and preserve their Buddhist traditions. The Monastery is open to all visitors regardless of their religious view and does not charge any entrance fees. It's location allows a scenic view of the sacred Machapuchre Himal.",
"photo" : "https://upload.wikimedia.org/wikipedia/commons/thumb/5/51/Matepani_Gumba%2C_Pokhara.JPG/800px-Matepani_Gumba%2C_Pokhara.JPG"
}
},
{
"name" : "Pokhara World Peace Pagoda",
"reference" : {
"id" : "596603713",
"type" : "way"
},
"detail" : {
"content" : "Shanti Stupa in Pokhara was built by Nipponzan-Myōhōji monk Morioka Sonin with local supporters under the guidance of Nichidatsu Fujii, a Buddhist monk and the founder of Nipponzan-Myōhōji. Shanti is a Sanskrit word meaning peace, also used in the Nepali language, and Shanti Stupa means Peace Pagoda. Thus, the shrine was built as a symbol of peace. Situated at the height of 1100 meters on the Ananda Hill, Nichidatsu Fujii laid the foundation stone along with relics of the Buddha on 12 September 1973. Nepal has two of the eighty peace pagodas in the world: Shanti Stupa in Lumbini, the birthplace of the Buddha and Shanti Stupa in Pokhara. Shanti Stupa in Pokhara has also become a tourist attraction. It provides a panoramic view of the Annapurna range, Pokhara City and Fewa Lake.",
"photo" : "https://upload.wikimedia.org/wikipedia/commons/2/24/Pokhara_world_peace_pagoda.jpg"
}
}
]
},
{
"category" : "Caves",
"pois" : [
{
"name" : "Mahendra Cave",
"reference" : {
"id" : "454210722",
"type" : "way"
},
"detail" : {
"content" : "Mahendra Cave is Pokhara's most famous limestone cave, located close to the Seti River. It is a rare example of a cave system in Nepal containing stalagmites and stalactites. The cave attracts thousands of tourists every year. A statue of Hindu lord Shiva can be found inside the cave.",
"photo" : "https://upload.wikimedia.org/wikipedia/commons/4/4c/Mahendra_Cave.JPG"
}
},
{
"name" : "Bat Cave",
"reference" : {
"id" : "568646426",
"type" : "way"
},
"detail" : {
"content" : "Adjacent to the Mahendra Cave, the Bat Cave was famous for allowing visitors to see furry horshoe bats from close proximity. The cave is also famous for providing the challenge of exiting out through a small angled chute something, that is very popular with local tourists.",
"photo" : null
}
},
{
"name" : "Gupteswor Cave",
"reference" : {
"id" : "4059523410",
"type" : "node"
},
"detail" : {
"content" : "This reglious cave contains a large stalagmite worshiped as a Shiva lingam. You can also see Devi's Falls/Paatale Chhango from the bottom of the cavern. The cave is damp and wet all year round and contains steep steps that allows you deeper into Pokhara's unique limestone underbelly than other cave structures. ",
"photo" : "https://upload.wikimedia.org/wikipedia/commons/b/bd/Way_to_Gupteshwor_Mahadev_Cave.jpg"
}
}
]
},
{
"category" : "View Points/Towers",
"pois" : [
{
"name" : "Pokhara Dharahara",
"reference" : {
"id" : "422578200",
"type" : "way"
},
"detail" : {
"content" : "A view tower located at the top of Kahun Danda (Hill). This view tower is easily accessible through several modes of transportation and is only a sort 2.5 hour comfortable hike from Ranipauwa. The view tower provides a scenic view of the Annapurna Himalayan Massif.",
"photo" : null
}
},
{
"name" : "Begnas Rupa View Tower",
"reference" : {
"id" : "485312788",
"type" : "way"
},
"detail" : {
"content" : "Begnas View Tower is located on the ridge between Begnas Lake and Rupa Lake and provides a wonderful view of both lakes from the same point. Along with the lakes the view of Annapurna Massif can also be clearly seen from here.",
"photo" : null
}
},
{
"name" : "Sarangkot View Point",
"reference" : {
"id" : "3485963579",
"type" : "node"
},
"detail" : {
"content" : "Sarangkot is a former Village Development Committee west of Pokhara in Kaski District Gandaki Zone. In 2015, it was annexed to Pokhara. The Sarangkot Tower is located at an altitude of 1600 meters above sea level and is renowned for its panoramic views Dhaulagiri (8,167m), Annapurna (8,091m) and Manaslu (8,163) himalyan massifs as well the city of Pokhara. In recent years, Sarangkot has become a hotspot for paragliding.",
"photo" : "https://upload.wikimedia.org/wikipedia/commons/d/df/Sunset_flying_above_Himalayas.jpg"
}
},
{
"name" : "Pumdi Bhumdi View Tower",
"reference" : {
"id" : "4666814990",
"type" : "node"
},
"detail" : {
"content" : "Pumdibhumdi is a former Village Development Committee south of Pokhara in Kaski District. In 2015 it was annexed to Pokhara. At the time of the 1991 Nepal census it had a population of 6,512 persons living in 1,326 individual households. At the top of the village is the World Peace Pagoda.",
"photo" : null
}
}
]
},
{
"category" : "Lakes",
"pois" : [
{
"name" : "Fewa Lake",
"reference" : {
"id" : "8202581",
"type" : "relation"
},
"detail" : {
"content" : null,
"photo" : null
}
},
{
"name" : "Begnas Lake",
"reference" : {
"id" : "102128260",
"type" : "way"
},
"detail" : {
"content" : null,
"photo" : null
}
},
{
"name" : "Dipang Lake",
"reference" : {
"id" : "102302544",
"type" : "way"
},
"detail" : {
"content" : null,
"photo" : null
}
},
{
"name" : "Maidi Lake",
"reference" : {
"id" : "125200878",
"type" : "way"
},
"detail" : {
"content" : null,
"photo" : null
}
},
{
"name" : "Khaste Lake",
"reference" : {
"id" : "303471270",
"type" : "way"
},
"detail" : {
"content" : null,
"photo" : null
}
},
{
"name" : "Niureni Lake",
"reference" : {
"id" : "306344935",
"type" : "way"
},
"detail" : {
"content" : null,
"photo" : null
}
},
{
"name" : "Gude Lake",
"reference" : {
"id" : "306346446",
"type" : "way"
},
"detail" : {
"content" : null,
"photo" : null
}
},
{
"name" : "Rupakot Lake",
"reference" : {
"id" : "342627467",
"type" : "way"
},
"detail" : {
"content" : null,
"photo" : null
}
}
]
}
];