-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpotholeMap.html
41 lines (36 loc) · 1.35 KB
/
potholeMap.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
<!DOCTYPE html>
<html>
<head>
<base target="_top">
<script
type="text/javascript"
src="https://maps.googleapis.com/maps/api/js?libraries=places,geocoding,geometry&key=AIzaSyCcjfkPZ0EfqZnyJrOZ3cuqdAWTFlXmFxM"
async ></script>
<script
src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js">
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mustache.js/0.7.0/mustache.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/async.min.js"></script>
<link rel="stylesheet" href="https://ssl.gstatic.com/docs/script/css/add-ons1.css">
<!--<script src="https://google-developers.appspot.com/_static/js/jquery-bundle.js"></script>-->
<script src="//code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<?!= include('mathFunctions'); ?>
<?!=// include('Pothole'); ?>
<?!= include('JavaScript'); ?>
<?!= include('stylesheet'); ?>
</head>
<body>
<div id="toggleHidden" class="floatingMenu">—</div>
<div id="legend" class="floatingMenu">
<span class="center row title">Legend</span>
<!-- the different icons and states of potholes -->
<div>
</div>
</div>
<div id="map">
</div>
<div id="loadingScreen" class="loading">
<div id="loadingScreenMessage">Loading...</div>
</div>
</body>
</html>