-
Notifications
You must be signed in to change notification settings - Fork 0
/
MainMap.html
30 lines (24 loc) · 1003 Bytes
/
MainMap.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/openlayers/openlayers.github.io@master/en/v6.14.1/css/ol.css" type="text/css">
<script src="https://cdn.jsdelivr.net/gh/openlayers/openlayers.github.io@master/en/v6.14.1/build/ol.js"></script>
<script type="text/javascript" src="main.js" async></script>
<link rel="stylesheet" href="styles.css" type="text/css">
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
<title>WSU Map</title>
</head>
<body>
<!-- <h2>Tree Tour</h2>
<button onclick="getLocation()">Show my location</button> -->
<div id="map"
style="width: 100%; height: 80%; position:fixed">
</div>
<div id="bottom">
<div style="display: table-cell; vertical-align: middle; text-align: center;">
<t id="MainTourText"></t>
</div>
</div>
</body>
</html>