-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathZaatari_webmap.html
88 lines (62 loc) · 3.1 KB
/
Zaatari_webmap.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>Zaatari_test</title>
<meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no' />
<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
<script src='https://api.mapbox.com/mapbox.js/v2.1.9/mapbox.js'></script>
<link href='https://api.mapbox.com/mapbox.js/v2.1.9/mapbox.css' rel='stylesheet' />
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<link rel="stylesheet" href="CSS/test5.css" />
</head>
<body>
<script src='https://api.mapbox.com/mapbox.js/plugins/leaflet-zoomslider/v0.7.0/L.Control.Zoomslider.js'></script>
<link href='https://api.mapbox.com/mapbox.js/plugins/leaflet-zoomslider/v0.7.0/L.Control.Zoomslider.css' rel='stylesheet' />
<div id='navigation' align="top">
<a href=http://data.unhcr.org/jordan><img id="img2" src="zicap.png" ></a></br>
<h2 style="margin-left:90px;">ZICAP</h2>
<h4 id='navigation2' style="margin-left:50px;"><a href='#' data-position='32.291, 36.325'>DISTRICTS LOCATOR</h4>
<nav class='menu-ui'>
</nav>
<table id='test'>
<tr>
<th id= 1> <a href='#' data-position='32.301, 36.319'> 1 </a> </th>
<th id= 3> <a href='#' data-position= '32.300, 36.323'>3</a> </th>
<th id= 5 rowspan = 2> <a href='#' data-position='32.295, 36.330' sector = '5'> 5 </a> </th>
<th id=6 rowspan = 2> <a href='#' data-position='32.295, 36.335'> 6 </a> </th>
<th id=7 rowspan = 2> <a href='#' data-position=' 32.29, 36.34'> 7 </a></th>
</tr>
<tr>
<th id=2> <a href='#' data-position='32.298,36.317'> 2 </a> </th>
<th id=4> <a href='#' data-position='32.296, 36.322'> 4 </a> </th>
</tr>
<tr>
<th id=12 > <a href='#' data-position='32.294, 36.315 '> 12 </a> </th>
<th id = 11> <a href='#' data-position=' 32.291, 36.32'> 11 </a> </th>
<th id = 10 rowspan = 1 > <a href='#' data-position='32.288, 36.326 '> 10 </a> </th>
<th id=9> <a href='#' data-position='32.287, 36.331'> 9   </a></th>
<th id=8> <a href='#' data-position='32.285, 36.337'>8   </a>
</th>
</tr>
</table>
</div>
<div id='map'></div>
<script type='text/javascript' src="data/health2.js"></script>
<script type='text/javascript' src="data/schools.js"></script>
<script type='text/javascript' src="data/child_facilities.js"></script>
<script type='text/javascript' src="data/DP.js"></script>
<script type='text/javascript' src="data/mosque.js"></script>
<script type='text/javascript' src="data/registration.js"></script>
<script type='text/javascript' src="data/offices.js"></script>
<script type='text/javascript' src="data/security.js"></script>
<script type='text/javascript' src="data/districts.js"></script>
<script type='text/javascript' src="data/District_1.js"></script>
<script type='text/javascript' src="data/district_2.js"></script>
<script type='text/javascript' src="data/household_d1.js"></script>
<script type='text/javascript' src="data/Com_centers.js"></script>
<script type='text/javascript' src="data/wash.js"></script>
<script type='text/javascript' src="zat.js"></script>
<script type='text/javascript' src="data/blocs.js"></script>
</body>
</html>