Skip to content

Commit

Permalink
Add new places in Sochi
Browse files Browse the repository at this point in the history
  • Loading branch information
fortSQ committed Jul 21, 2017
1 parent 05a3f60 commit cea3d3e
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 1 deletion.
46 changes: 45 additions & 1 deletion places/sochi.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,45 @@ var data = [
'x': 43.447545,
'y': 39.904468,
},
{
'name': 'Бювет',
'status': 'inactive',
'x': 43.5723,
'y': 39.729309,
},
{
'name': 'ТРЦ МореМолл',
'x': 43.606111,
'y': 39.732571,
},
{
'name': 'Центральный рынок',
'x': 43.594398,
'y': 39.723623,
},
]
},
{
'title': 'Пляжи',
'list': [
{
'name': 'Ривьера',
'status': 'visited',
'x': 43.58524,
'y': 39.713956,
},
{
'name': 'Маяк',
'status': 'visited',
'x': 43.574523,
'y': 39.724975,
},
{
'name': 'Солнечный',
'status': 'visited',
'x': 43.568281,
'y': 39.732662,
},
]
},
{
Expand Down Expand Up @@ -52,10 +91,15 @@ var data = [
'y': 39.715737,
},
{
'name': 'Океанариум',
'name': 'Океанариум (+ музей восковых фигур)',
'x': 43.471624,
'y': 39.894941,
},
{
'name': 'Сад Российско-Японской дружбы',
'x': 43.578506,
'y': 39.727651,
},
]
},
{
Expand Down
2 changes: 2 additions & 0 deletions sochi.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
<div class="container px-2 pb-3">
<div id="map" class="w-100 mb-1"></div>
<div class="accordion"></div>
<hr>
Автобусы: <kbd>94</kbd> - Институт Цветоводства; <kbd>125</kbd> - Адлер, <kbd>105</kbd> - Красная Поляна
</div>

<!-- Шаблоны -->
Expand Down

0 comments on commit cea3d3e

Please sign in to comment.