-
Notifications
You must be signed in to change notification settings - Fork 8
/
index.html
28 lines (28 loc) · 1.78 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>
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no">
<title>LHTAC WebGis</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway" type='text/css'>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ol3/3.14.2/ol.min.css" />
<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.3/leaflet.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet.draw/0.3.2/leaflet.draw.css" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<!--link rel="stylesheet" href="assets/css/mapstore2.css"-->
<link rel="stylesheet" href="assets/theme/default/css/css.css">
<link rel="stylesheet" href="assets/theme/default/css/ms2-theme.css">
<link rel="stylesheet" href="assets/theme/default/css/font.css">
<script src="http://maps.google.com/maps/api/js?v=3"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/proj4js/2.3.10/proj4.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.3/leaflet.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet.draw/0.3.2/leaflet.draw-src.js"></script>
<script src="http://unpkg.com/[email protected]/build/pdf.combined.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/ol3/3.14.2/ol.min.js"></script>
</head>
<body className="themed">
<div id="container"></div>
<script src="dist/lhtac-webgis.js"></script>
</body>
</html>