-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (28 loc) · 1.43 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Intel GO</title>
<link rel="shortcut icon" href="src/images/icon32.png" type="image/x-icon">
<link rel="stylesheet" href="src/style.css">
<script src="src/leaflet-src.js"></script>
<script src="src/jquery-3.6.1.min.js"></script>
<!-- <script src="src/plugins/L.Control.Pan.js"></script> -->
<script src="src/plugins/L.Control.Zoomslider.js"></script>
<script src="src/plugins/L.Control.MousePosition.js"></script>
<script src="src/plugins/Leaflet.PolylineMeasure.js"></script>
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/maplibre-gl.css" />
<script src="https://unpkg.com/[email protected]/dist/maplibre-gl.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/axios/1.4.0/axios.min.js" integrity="sha512-uMtXmF28A2Ab/JJO2t/vYhlaa/3ahUOgj1Zf27M5rOo8/+fcTUVH0/E0ll68njmjrLqOBjXM3V9NiPFL5ywWPQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://unpkg.com/h3-js"></script>
</head>
<body>
<div id="mapdiv" class="col-md-9"></div>
<script src="src/L.Donut.js"></script>
<script defer src="colorhunt_palette.js"></script>
<script defer src="app.js"></script>
<script defer src="jawgLayers.js"></script>
</body>
</html>