This repository has been archived by the owner on Jun 10, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
regions.json
73 lines (73 loc) · 2.18 KB
/
regions.json
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
{
"cpt": {
"code": "cpt",
"name": "Cape Town",
"logo": "/img/municipalities/cpt-logo.png",
"bylaws-url": " http://www.capetown.gov.za/bylaws"
},
"eth": {
"code": "eth",
"name": "eThekwini",
"logo": "/img/municipalities/eth-logo.png",
"bylaws-url": "http://www.durban.gov.za/Resource_Centre/Pages/By-Laws.aspx"
},
"jhb": {
"code": "jhb",
"name": "Johannesburg",
"logo": "/img/municipalities/jhb-logo.png",
"bylaws-url": "https://www.joburg.org.za/documents_/By-Laws/Pages/By-Laws.aspx"
},
"wc033": {
"code": "wc033",
"name": "Cape Agulhas",
"logo": "/img/municipalities/wc033-logo.png",
"bylaws-url": "http://www.capeagulhas.org/resource-category/policies-and-laws",
"website-url": "http://www.capeagulhas.org/",
"bucket": "capeagulhas.openbylaws.org.za",
"microsite": true,
"ga": "UA-123714032-1"
},
"wc011": {
"code": "wc011",
"name": "Matzikama",
"logo": "/img/municipalities/wc011-logo.png",
"bylaws-url": "http://www.matzikamamun.co.za/resource-category/policies-and-laws",
"website-url": "http://www.matzikamamun.co.za/",
"bucket": "matzikama.openbylaws.org.za",
"microsite": true,
"ga": "UA-123714032-2"
},
"ec443": {
"code": "ec443",
"name": "Mbizana",
"logo": "/img/municipalities/ec443-logo.png",
"bylaws-url": "http://www.mbizana.gov.za/by-laws/",
"website-url": "http://www.mbizana.gov.za",
"bucket": "mbizana.openbylaws.org.za",
"microsite": true,
"ga": "UA-123714032-3"
},
"wc013": {
"code": "wc013",
"name": "Bergrivier",
"logo": "/img/municipalities/wc013-logo.png",
"bylaws-url": "https://www.bergmun.org.za/resource-category/policies-and-laws"
},
"wc012": {
"code": "wc012",
"name": "Cederberg",
"logo": "/img/municipalities/wc012-logo.png",
"bylaws-url": "http://www.cederbergmun.gov.za/resource-category/policies-and-laws"
},
"wc041": {
"code": "wc041",
"name": "Kannaland",
"logo": "/img/municipalities/wc041-logo.png",
"bylaws-url": "https://www.kannaland.gov.za/resource-category/policies-and-laws"
},
"za": {
"code": "za",
"name": "South Africa",
"special": true
}
}