-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathWazeforTesla.htm
More file actions
executable file
·24 lines (20 loc) · 966 Bytes
/
Copy pathWazeforTesla.htm
File metadata and controls
executable file
·24 lines (20 loc) · 966 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="initial-scale=1, user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge;chrome=1">
<meta charset="utf-8">
<title>Waze for Tesla Incidents</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp&key=AIzaSyBayhW5BTwRlcRhcaPa_85NCPy_Soyi3NA"></script>
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<script type="text/javascript" src="d3-quadtree.v1.0.1.min.js"></script>
<script type="text/javascript" src="suncalc.js"></script>
<script src="waze.js"></script>
</head>
<body>
<div id="map-canvas"></div>
<canvas id="arrow" width="100" height="100" style="display:none"></canvas>
</body>
</html>