-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (33 loc) · 999 Bytes
/
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
<!DOCTYPE html>
<html><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="app.css"/>
<link rel="stylesheet" href="leaflet.css"/>
<script src="zepto.min.js"></script>
<script src="osmtogeojson.js"></script>
<script src="leaflet.js"></script>
<script src="app.js"></script>
<title>RF map</title>
</head><body class="reset">
<div class="inverted">
<div class="dp50">
<strong><span class="c1">RF</span><span class="c2">map</span></strong>
</div>
<div class="dp50">
communication facilities map
</div>
<div class="clearfix"></div>
</div>
<div>
<div class="dp50">
<div id="rfmap"></div>
</div>
<div class="dp50 padded">
<div id="output">loading of data from Overpass API... Please wait.</div>
<hr>
<a href="https://wiki.openstreetmap.org/wiki/Proposed_features/Radio_Frequency">used tagging scheme</a>
<p><em>todo</em>: some text about project</p>
</div>
</body>
</html>