-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrogaining.html
More file actions
26 lines (26 loc) · 1.5 KB
/
rogaining.html
File metadata and controls
26 lines (26 loc) · 1.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Heatmap of YÖ-Rogaining Tampere Control Point Visits</title>
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css">
<link rel="stylesheet" href="lib/leaflet-slider-master/dist/leaflet-slider.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link rel="stylesheet" href="lib/Leaflet.awesome-markers-2.0.2/dist/leaflet.awesome-markers.css">
<link rel="stylesheet" href="stylesheets/heat_rogaining.css">
</head>
<body>
<div id="map_canvas"></div>
<script type="text/javascript" src="js/jquery-2.1.1.min.js"></script>
<script type="text/javascript" src="lib/d3/d3.min.js"></script>
<script type="text/javascript" src="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.js"></script>
<script type="text/javascript" src="js/heatmap.min.js"></script>
<script type="text/javascript" src="js/leaflet-heatmap.js"></script>
<script type="text/javascript" src="lib/leaflet-slider-master/dist/leaflet-slider.js"></script>
<script type="text/javascript" src="lib/q-1.4.1/q.js"></script>
<script type="text/javascript" src="lib/Leaflet.awesome-markers-2.0.2/dist/leaflet.awesome-markers.min.js"></script>
<script type="text/javascript" src="js/heat_rogaining.js"></script>
</body>
</html>