-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html.html
44 lines (27 loc) · 1.07 KB
/
index.html.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
40
41
42
43
44
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title></title>
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css"
integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY="
crossorigin=""/>
<link rel="stylesheet" type="text/css" href="css/Geop.css">
</head>
<body>
<div id="map">
<div id="coordinate"></div>
</div>
<script src="https://unpkg.com/[email protected]/dist/leaflet.js"
integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo="
crossorigin="">
</script>
<script src="https://code.jquery.com/jquery-3.7.0.js" integrity="sha256-JlqSTELeR4TLqP0OG9dxM7yDPqX1ox/HfgiSLBj8+kM=" crossorigin="anonymous">
</script>
<script type="text/javascript" src="js/leaflet.browser.print.min.js"></script>
<script type="text/javascript" src="data/Boundary.js"></script>
<script type="text/javascript" src="data/Church.js"></script>
<script type="text/javascript" src="js/Geop.js"></script>
</body>
</html>