-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex2.html
More file actions
22 lines (22 loc) · 822 Bytes
/
index2.html
File metadata and controls
22 lines (22 loc) · 822 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>3D Map Experiments</title>
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.0.3/dist/leaflet.css" />
<script
src="https://code.jquery.com/jquery-3.5.1.min.js"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0="
crossorigin="anonymous"></script>
<script src="https://cdn-webgl.eegeo.com/eegeojs/api/v0.1.780/eegeo.js"></script>
<!-- <script src="https://cdn-webgl.wrld3d.com/wrldjs/dist/latest/wrld.js"></script> -->
<!-- mine! mine! -->
<link href="css/maps.css" rel="stylesheet" />
<script type="text/javascript" src="js/newyork.js" defer></script>
</head>
<body>
<div id="load-screen">
</div>
<div id="map" allowfullscreen></div>
</body>
</html>