forked from kagami3421/TainanBusMap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
devDivTest.html
48 lines (33 loc) · 1.64 KB
/
devDivTest.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
45
46
47
48
<!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">
<title>內嵌公車地圖測試</title>
<link href="src/DivTest.css" rel="stylesheet" />
<!-- build:css:dist build/BusDiv.min.css -->
<link href="src/BusDiv.css" rel="stylesheet" />
<!-- /build -->
<link href="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css" rel="stylesheet" />
<link href="https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/0.4.0/MarkerCluster.css" rel="stylesheet" />
<link href="https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/0.4.0/MarkerCluster.Default.css" rel="stylesheet" />
</head>
<body>
<div id="map" bus-ref="0左,0右,5,黃6-1"></div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.blockUI/2.70.0-2014.11.23/jquery.blockUI.min.js"></script>
<script src="http://cdn.leafletjs.com/leaflet/v0.7.7/leaflet.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/0.4.0/leaflet.markercluster.js"></script>
<script src="lib/Leaflet.MakiMarkers.js"></script>
<!-- build:js:dist build/CommonVariable.min.js -->
<script src="src/CommonVariable.js"></script>
<!-- /build -->
<!-- build:js:dist build/BusRender.min.js -->
<script src="src/BusRender.js"></script>
<!-- /build -->
<!-- build:js:dist build/BusDivPage.min.js -->
<script src="src/BusDivPage.js"></script>
<!-- /build -->
</body>
</html>