forked from protection-cluster/dashboard-monitoring-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlbn-pcode.js
56 lines (52 loc) · 969 Bytes
/
lbn-pcode.js
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
var cazaid2caza = {'1':'Akkar',
'2':'Aley',
'3':'Baabda',
'4':'Baalbek',
'5':'El Batroun',
'6':'Bcharre',
'7':'Beirut',
'8':'Bent Jbeil',
'9':'Chouf',
'10':'El Nabatieh',
'11':'Hasbaya',
'12':'El Hermel',
'13':'Jbeil',
'14':'Jezzine',
'15':'Kesrwane',
'16':'El Koura',
'17':'Marjaayoun',
'18':'El Meten',
'19':'El Minieh-Dennie',
'20':'Rachaya',
'21':'Saida',
'22':'Sour',
'23':'Tripoli',
'24':'West Bekaa',
'25':'Zahle',
'26':'Zgharta'}
var cazacode2caza = {'LBN11':'Beirut',
'LBN21':'Baalbek',
'LBN22':'El Hermel',
'LBN23':'Rachaya',
'LBN24':'West Bekaa',
'LBN25':'Zahle',
'LBN31':'Aley',
'LBN32':'Baabda',
'LBN33':'Chouf',
'LBN34':'Jbeil',
'LBN35':'Kesrwane',
'LBN36':'El Meten',
'LBN41':'Bent Jbeil',
'LBN42':'Hasbaya',
'LBN43':'Marjaayoun',
'LBN44':'El Nabatieh',
'LBN51':'Akkar',
'LBN52':'El Batroun',
'LBN53':'Bcharre',
'LBN54':'El Koura',
'LBN55':'El Minieh-Dennie',
'LBN56':'Tripoli',
'LBN57':'Zgharta',
'LBN61':'Saida',
'LBN62':'Jezzine',
'LBN63':'Sour'}