-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (27 loc) · 1.06 KB
/
index.html
File metadata and controls
29 lines (27 loc) · 1.06 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Open Geneva Hackathons</title>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no, width=device-width">
<link rel="stylesheet" href="lib/ol3/ol.css" />
<link rel="stylesheet" href="lib/ol3-popup/src/ol3-popup.css" />
<link rel="stylesheet" href="ol3.css" />
</head>
<body>
<div id="map"></div>
<script src="http://code.jquery.com/jquery-1.11.3.min.js"></script>
<script src="../common/lib/reqwest.min.js"></script>
<script src="lib/proj4.js"></script>
<script src="lib/ol3/ol.js"></script>
<script src="lib/ol3-popup/src/ol3-popup.js"></script>
<script src="ol3.js"></script>
<script src="parsingLight.js"></script>
<script src="geocoding.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBrgnd30wR1o4CYORzCM9VYos3tl-mBi90">
</script>
<!-- <script async defer
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAForTelBjVeDNYi9LVWWTlJyiqzD7QdRQ">
</script> -->
</body>
</html>