blob: 482243c89cbaa86fb72abe5b6d6f100ab0f59c91 (
plain)
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
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="referrer" content="no-referrer">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Traffic cameras in Seattle">
<title>Seattle traffic cameras</title>
<link rel="stylesheet" href="/style.css">
<link rel="stylesheet" href="/lib/leaflet.css">
<script src="/lib/leaflet.js"></script>
</head>
<body>
<h1>Seattle traffic cams <small>(donate to <a
href="https://www.nwcombailfund.org/">bail fund</a>)</small></h1>
<header id="controls">
Use checkboxes in map below to add/remove, drag and drop names to rearrange (if it
works), URL stores layout, controls here:
<button type="button" id="playall">
Play All & Skip to Current
</button>
<label>
Video Width
<input type="range" min="0" max="100" value="30" id="vidwidth">
</label>
</header>
<main>
</main>
<aside id="map">
</aside>
<footer>
<p>
data comes from <a href="https://web.seattle.gov/Travelers/">Seattle
DOT</a>.
developed by <a href="https://www.boringcactus.com">boringcactus</a>,
poke hir if something breaks or could be better.
more places at <a href="/">pig.observer</a>.
</p>
</footer>
<script src="sources.js"></script>
<script src="/script.js" defer></script>
<script src="/lib/hls.min.js"></script>
<script src="/lib/dragula.min.js"
integrity="sha256-ug4bHfqHFAj2B5MESRxbLd3R3wdVMQzug2KHZqFEmFI="
crossorigin="anonymous"></script>
</body>
</html>
|