-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·43 lines (34 loc) · 1.44 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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>PPSQFT CHICAGO</title>
<link href="https://fonts.googleapis.com/css?family=Fjalla+One" rel="stylesheet">
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="./css/style.css">
<link rel="stylesheet" type="text/css" href="./css/playPause.css">
</head>
<body>
<div id="map"></div>
<div id="handleHolder">
<div id="handle"></div>
<div id="progress"></div></div>
<div class="playpause">
<input type="checkbox" value="None" id="playpause" name="check" />
<label for="playpause" tabindex=1></label>
</div>
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css"
integrity="sha512-07I2e+7D8p6he1SIM+1twR5TIrhUQn9+I6yjqD53JQjFiMf8EtC93ty0/5vJTZGF8aAocvHYNEDJajGdNx1IsQ=="
crossorigin=""/>
<script src="https://unpkg.com/[email protected]/dist/leaflet.js"
integrity="sha512-A7vV8IFfih/D732iSSKi20u/ooOfj/AGehOKq0f4vLT1Zr2Y+RX7C+w8A1gaSasGtRUZpF/NZgzSAu4/Gc41Lg=="
crossorigin=""></script>
<script src="./lib/L.CanvasLayer.js"></script>
<script src="./data/dates.js"></script>
<script src="./data/heatmap.js"></script>
<script src="./js/rangeSlider.js"></script>
<script src="./js/startStop.js"></script>
<script src="./js/mapLoader.js"></script>
<script src="./js/animate.js"></script>
<script src="./js/legend.js"></script>
</body>
</html>