-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
56 lines (39 loc) · 1.82 KB
/
index.html
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
---
layout: default
map: true
title: Bus routes in Bengaluru
---
<div class='col12 clearfix'>
<div id='map' class=''></div>
<div id='sidebar' class='col3 pad2 dark fill-navy pin-left'>
<h1 class='fancy'><a href='#'>Bengaluru BMTC
<span class='tagline'>Transit atlas</span></a>
</h1>
<p>Use the map to explore the <a href='https://www.mybmtc.com/'>BMTC</a> bus route network in Bengaluru.
</p>
<p>Location of bus stations and bus stops can be contributed to the <a href='https://www.openstreetmap.org/#map=13/12.9670/77.5870'>OpenStreetMap Project</a>. </p>
<div data-map='legend'>
<p id='feature-properties'></p>
<!-- <h3>Issues</h3>
<ul class="keyline-top space-bottom1">
<li>
<a data-map-layer='osmlint circle selfintersecting' href="#" class="truncate strong bloxk small active" onclick='mapToggle(this);'>
Self Intersecting Ways</a>
</li>
<li>
<a data-map-layer='osmlint circle selfintersecting' href="#" class="truncate strong bloxk small" onclick='mapToggle(this);'>
Unclosed Ways</a>
</li>
<li>
<a data-map-layer='osmlint circle selfintersecting' href="#" class="truncate strong bloxk small" onclick='mapToggle(this);'>
Bridge on node</a>
</li>
</ul>
</div> -->
<a href='{{site.project_repository}}' class='button short stroke quiet icon github'>About</a>
<!-- <a href='{{site.project_repository}}' class='button short stroke quiet icon alert'>Site has issues..</a> -->
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src={{ "/js/mapbox-gl-js-common.js" | prepend: site.baseurl }}></script>
<script type="text/javascript" src={{ "/js/map.js" | prepend: site.baseurl }}></script>