-
Notifications
You must be signed in to change notification settings - Fork 0
/
Covid_Cases.html
226 lines (196 loc) · 181 KB
/
Covid_Cases.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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
<!DOCTYPE html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<script>L_PREFER_CANVAS=false; L_NO_TOUCH=false; L_DISABLE_3D=false;</script>
<script src="https://cdn.jsdelivr.net/npm/leaflet@1.4.0/dist/leaflet.js"></script>
<script src="https://code.jquery.com/jquery-1.12.4.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/leaflet@1.4.0/dist/leaflet.css"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.css"/>
<link rel="stylesheet" href="https://rawcdn.githack.com/python-visualization/folium/master/folium/templates/leaflet.awesome.rotate.css"/>
<style>html, body {width: 100%;height: 100%;margin: 0;padding: 0;}</style>
<style>#map {position:absolute;top:0;bottom:0;right:0;left:0;}</style>
<meta name="viewport" content="width=device-width,
initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<style>#map_b8717f9459c7ee31e3c6bebbf7ad9108 {
position: relative;
width: 100.0%;
height: 100.0%;
left: 0.0%;
top: 0.0%;
}
</style>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.min.js"></script>
</head>
<body>
<div class="folium-map" id="map_b8717f9459c7ee31e3c6bebbf7ad9108" ></div>
</body>
<script>
var bounds = null;
var map_b8717f9459c7ee31e3c6bebbf7ad9108 = L.map(
'map_b8717f9459c7ee31e3c6bebbf7ad9108', {
center: [30.3753, 69.3451],
zoom: 5,
maxBounds: bounds,
layers: [],
worldCopyJump: false,
crs: L.CRS.EPSG3857,
zoomControl: true,
});
var tile_layer_000e197e43ea2b55dcd32db2960ab1bb = L.tileLayer(
'https://cartodb-basemaps-{s}.global.ssl.fastly.net/light_all/{z}/{x}/{y}.png',
{
"attribution": null,
"detectRetina": false,
"maxNativeZoom": 18,
"maxZoom": 18,
"minZoom": 0,
"noWrap": false,
"opacity": 1,
"subdomains": "abc",
"tms": false
}).addTo(map_b8717f9459c7ee31e3c6bebbf7ad9108);
var tile_layer_2922d3f2c431f0632b5819242f2753ab = L.tileLayer(
'https://stamen-tiles-{s}.a.ssl.fastly.net/watercolor/{z}/{x}/{y}.jpg',
{
"attribution": null,
"detectRetina": false,
"maxNativeZoom": 18,
"maxZoom": 18,
"minZoom": 0,
"noWrap": false,
"opacity": 1,
"subdomains": "abc",
"tms": false
}).addTo(map_b8717f9459c7ee31e3c6bebbf7ad9108);
var tile_layer_400ceb0349415cfc188355f8d14302df = L.tileLayer(
'https://cartodb-basemaps-{s}.global.ssl.fastly.net/light_all/{z}/{x}/{y}.png',
{
"attribution": null,
"detectRetina": false,
"maxNativeZoom": 18,
"maxZoom": 18,
"minZoom": 0,
"noWrap": false,
"opacity": 1,
"subdomains": "abc",
"tms": false
}).addTo(map_b8717f9459c7ee31e3c6bebbf7ad9108);
var tile_layer_8dc45e14a9755040158bff41e02e141d = L.tileLayer(
'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',
{
"attribution": null,
"detectRetina": false,
"maxNativeZoom": 18,
"maxZoom": 18,
"minZoom": 0,
"noWrap": false,
"opacity": 1,
"subdomains": "abc",
"tms": false
}).addTo(map_b8717f9459c7ee31e3c6bebbf7ad9108);
var tile_layer_a84cfaa14740cf6c3d1eac05febccc08 = L.tileLayer(
'https://stamen-tiles-{s}.a.ssl.fastly.net/terrain/{z}/{x}/{y}.jpg',
{
"attribution": null,
"detectRetina": false,
"maxNativeZoom": 18,
"maxZoom": 18,
"minZoom": 0,
"noWrap": false,
"opacity": 1,
"subdomains": "abc",
"tms": false
}).addTo(map_b8717f9459c7ee31e3c6bebbf7ad9108);
var choropleth_1a46db9d130bae71889f4bcf3561a80b = L.featureGroup(
).addTo(map_b8717f9459c7ee31e3c6bebbf7ad9108);
geo_json_eb096b28f1aa004c8cef2e078a909335_onEachFeature = function onEachFeature(feature, layer) {
layer.on({
mouseout: function(e) {
e.target.setStyle(e.target.feature.properties.style);},
mouseover: function(e) {
e.target.setStyle(e.target.feature.properties.highlight);},
click: function(e) {
map_b8717f9459c7ee31e3c6bebbf7ad9108.fitBounds(e.target.getBounds());}
});
};
var geo_json_eb096b28f1aa004c8cef2e078a909335 = L.geoJson(
{"bbox": [60.89943695, 23.70291519, 77.84307861, 37.09701157], "features": [{"geometry": {"coordinates": [[[74.39077759, 32.80175781], [74.35362244, 32.78948593], [74.3115387, 32.78596497], [74.26157379, 32.83663177], [74.25339508, 32.84627533], [74.2024231, 32.85983276], [74.18348694, 32.86569595], [74.15357971, 32.89331055], [74.14402771, 32.90018845], [73.99063873, 32.94620132], [73.96382141, 32.94337082], [73.93629456, 32.9895134], [73.9260025, 33.00150681], [73.90855408, 32.99806595], [73.89191437, 32.99554062], [73.82346344, 33.01748657], [73.82015991, 33.0173111], [73.78816986, 33.00736618], [73.77314758, 32.98462677], [73.76205444, 32.97574997], [73.74611664, 33.02774429], [73.7437973, 33.03497314], [73.69499969, 33.07193375], [73.67961121, 33.08308029], [73.59674072, 33.09434891], [73.59093475, 33.10116577], [73.58309174, 33.13655853], [73.58398438, 33.14397049], [73.60501099, 33.19631958], [73.60582733, 33.21811676], [73.58018494, 33.30692673], [73.57920837, 33.31483078], [73.53917694, 33.38785172], [73.53899384, 33.39458466], [73.57784271, 33.45918274], [73.58299255, 33.463974], [73.58158112, 33.49996567], [73.57526398, 33.50841904], [73.59001923, 33.53139114], [73.59660339, 33.54405212], [73.55091858, 33.63595581], [73.53672791, 33.65729523], [73.56388855, 33.72857285], [73.56256866, 33.75110245], [73.52944183, 33.79948044], [73.52425385, 33.81225967], [73.54095459, 33.90389633], [73.54099274, 33.90690613], [73.4969101, 33.97720718], [73.49163055, 33.98332214], [73.50196075, 34.02439499], [73.51313782, 34.04160309], [73.48212433, 34.20401382], [73.47821808, 34.22195816], [73.40054321, 34.35332489], [73.39915466, 34.35749817], [73.44136047, 34.54999542], [73.44274902, 34.55499268], [73.46026611, 34.57054901], [73.46470642, 34.57193756], [73.57527161, 34.58721161], [73.58166504, 34.58776855], [73.63720703, 34.56499481], [73.64109802, 34.56694031], [73.67330933, 34.64027405], [73.67442322, 34.64582825], [73.66192627, 34.68943024], [73.66360474, 34.69443512], [73.69999695, 34.72109985], [73.70359802, 34.72470856], [73.72970581, 34.77832794], [73.73220825, 34.78110504], [73.82943726, 34.82527161], [73.83387756, 34.82694244], [73.902771, 34.82610321], [73.90776062, 34.82666016], [73.98304749, 34.86749268], [73.9863739, 34.87054443], [74.04914856, 34.95249176], [74.051651, 34.95555115], [74.0544281, 34.99166107], [74.05581665, 34.99610138], [74.08276367, 35.01499939], [74.08526611, 35.01832581], [74.06025696, 35.06944275], [74.06025696, 35.07471466], [74.09803772, 35.11527252], [74.10220337, 35.11776733], [74.12648773, 35.12462997], [74.20337677, 35.14091873], [74.27278137, 35.13765335], [74.29441071, 35.14000702], [74.39943695, 35.11746597], [74.42105865, 35.11500168], [74.46123505, 35.08024979], [74.48894501, 35.07893753], [74.62863922, 35.14949799], [74.63859558, 35.15496826], [74.66885376, 35.12403107], [74.68487549, 35.11114883], [74.77753448, 35.06112671], [74.81513214, 35.04671097], [74.80111694, 35.0206604], [74.79392242, 35.00136185], [74.7881546, 34.93428802], [74.79141235, 34.91477966], [74.80981445, 34.94111252], [74.82596588, 34.93566513], [74.84243011, 34.9339447], [74.88579559, 34.8969841], [74.90412903, 34.88882828], [75.01094818, 34.86207581], [75.02775574, 34.85386276], [75.0573349, 34.80618668], [75.06547546, 34.79719925], [75.15740967, 34.86091232], [75.1783905, 34.87096024], [75.18997955, 34.85466766], [75.20868683, 34.85906601], [75.24537659, 34.90743637], [75.25844574, 34.90684509], [75.27996826, 34.87652206], [75.28595734, 34.85955811], [75.34726715, 34.81210709], [75.35903168, 34.78235626], [75.34528351, 34.66159058], [75.35387421, 34.64379501], [75.37439728, 34.61296844], [75.39602661, 34.59054184], [75.4511795, 34.56329727], [75.46517181, 34.54987717], [75.37782288, 34.55242157], [75.35054779, 34.5622406], [75.27915192, 34.60174942], [75.26185608, 34.61088181], [75.25963593, 34.64408112], [75.24971008, 34.64731216], [75.16467285, 34.66044998], [75.14229584, 34.66241074], [75.02990723, 34.64147186], [75.01874542, 34.64149857], [74.92781067, 34.67831039], [74.9105072, 34.68320847], [74.73931885, 34.68722153], [74.72807312, 34.68858337], [74.70300293, 34.6930809], [74.6713028, 34.70069885], [74.61242676, 34.74637222], [74.58017731, 34.77009964], [74.31509399, 34.80025864], [74.30729675, 34.80030441], [74.28679657, 34.77416992], [74.27974701, 34.76826859], [74.14897156, 34.69527054], [74.1417923, 34.69120026], [74.05970001, 34.68508911], [74.0491333, 34.68495941], [74.03363037, 34.69364166], [74.01289368, 34.70985413], [73.98607635, 34.70415878], [73.96022034, 34.69668198], [73.94155884, 34.67720032], [73.92733002, 34.64588928], [73.94155884, 34.59195709], [73.94806671, 34.5730896], [73.89533997, 34.54666901], [73.88668823, 34.51499939], [73.89874268, 34.4957695], [73.78965759, 34.42703629], [73.77698517, 34.41630173], [73.76322174, 34.35963058], [73.77339172, 34.34975052], [73.80739594, 34.35671997], [73.8417511, 34.33832169], [73.8894043, 34.35702515], [73.89940643, 34.35981369], [73.94097137, 34.30173874], [73.97622681, 34.26480865], [73.98203278, 34.23907852], [73.97657776, 34.21180344], [73.91707611, 34.14210892], [73.90408325, 34.1222496], [73.88980865, 34.04240417], [73.89817047, 34.03282166], [74, 34.03018951], [74.006073, 34.02244186], [74.1149826, 34.05378342], [74.12369537, 34.0551796], [74.1963501, 34.04008484], [74.2146759, 34.03855515], [74.24652863, 34.01602936], [74.24868774, 34.01382065], [74.26325226, 33.95523071], [74.26358032, 33.94261932], [74.24555969, 33.89500046], [74.21967316, 33.86717606], [74.17008972, 33.83988953], [74.14334106, 33.83013916], [74.0900116, 33.82627869], [74.06572723, 33.82009888], [74.02397919, 33.77204132], [74, 33.75257874], [73.96646118, 33.74032211], [73.95625305, 33.72029114], [74.01468658, 33.59836578], [74.02844238, 33.57468033], [74.08835602, 33.57320404], [74.09571075, 33.57039642], [74.18564606, 33.46646881], [74.18707275, 33.45552063], [74.18508148, 33.38351059], [74.17074585, 33.34664917], [74.11579895, 33.28113174], [74.10298157, 33.27054214], [74.03649902, 33.2647438], [74.02438354, 33.26245499], [74.01101685, 33.23849869], [74.01125336, 33.21875], [74.0142746, 33.19824982], [74.01822662, 33.19319153], [74.05643463, 33.18661499], [74.08283997, 33.18074036], [74.14485168, 33.13526917], [74.14878082, 33.13388443], [74.1570282, 33.12586212], [74.17624664, 33.10715103], [74.19927216, 33.04687881], [74.20524597, 33.04330063], [74.24203491, 33.04729462], [74.25496674, 33.04877472], [74.33792114, 33.02593994], [74.34983063, 33.01625061], [74.35317993, 32.98313141], [74.34635925, 32.96554947], [74.31613922, 32.93016052], [74.31803131, 32.91970062], [74.40605164, 32.90697479], [74.41389465, 32.90394974], [74.46605682, 32.78136063], [74.47195435, 32.77836227], [74.39077759, 32.80175781]]], "type": "Polygon"}, "id": "JK", "properties": {"CC_1": null, "ENGTYPE_1": "Centrally Administered Area", "GID_0": "PAK", "GID_1": "PAK.1_1", "HASC_1": "PK.JK", "NAME_0": "Pakistan", "NAME_1": "Azad Jammu and Kashmir", "NL_NAME_1": null, "TYPE_1": "Centrally Administered Area", "VARNAME_1": "Kashmir", "cases_tt": "Azad Jammu and Kashmir</BR>Cases:43350.0</BR>Ratio:2.83%", "deaths_tt": "Azad Jammu and Kashmir</BR>Cases:43350.0</BR>Deaths:792.0</BR>Ratio:1.83%", "highlight": {"color": "red", "fillOpacity": 0.8999999999999999, "weight": 3}, "style": {"color": "black", "fillColor": "#fef0d9", "fillOpacity": 0.7, "opacity": 0.2, "weight": 1}}, "type": "Feature"}, {"geometry": {"coordinates": [[[[66.60541534, 24.90263939], [66.60541534, 24.90263939]]], [[[63.85486221, 25.12735939], [63.82624817, 25.11763954], [63.82597351, 25.11763954], [63.85486221, 25.12735939]]], [[[61.74236298, 25.13791656], [61.74236298, 25.13791656]]], [[[64.0929184, 25.3231945], [64.0929184, 25.3231945]]], [[[64.10346985, 25.3259716], [64.10346985, 25.3259716]]], [[[64.08625031, 25.33291626], [64.08625031, 25.33291626]]], [[[64.13903046, 25.40013885], [64.13903046, 25.40013885]]], [[[66.36958313, 25.5881958], [66.36958313, 25.5881958]]], [[[66.36513519, 25.54680634], [66.36513519, 25.54680634]]], [[[66.26403046, 25.57097435], [66.26403046, 25.57097435]]], [[[66.56958008, 25.42625046], [66.56958008, 25.42625046]]], [[[66.55874634, 25.43486023], [66.55874634, 25.43486023]]], [[[64.67485809, 25.29458427], [64.64319611, 25.2579174], [64.64291382, 25.2579174], [64.63791656, 25.21486092], [64.63791656, 25.21236038], [64.69736481, 25.18791771], [64.69736481, 25.18680573], [64.5873642, 25.15597343], [64.5854187, 25.15597343], [64.57791901, 25.17736053], [64.57791901, 25.17791748], [64.61791992, 25.21708298], [64.61791992, 25.21958351], [64.57319641, 25.26236343], [64.57319641, 25.26263809], [64.51680756, 25.27458382], [64.51208496, 25.27458382], [64.47736359, 25.26041603], [64.47680664, 25.26041603], [64.47264099, 25.24402809], [64.47264099, 25.24374962], [64.40235901, 25.23625183], [64.40208435, 25.23625183], [64.22486115, 25.31263924], [64.22486115, 25.3129158], [64.09236145, 25.32458305], [64.09124756, 25.32458305], [64.08985901, 25.36347198], [64.08985901, 25.36402893], [64.11819458, 25.3568058], [64.11819458, 25.36013794], [64.07096863, 25.39541626], [64.07096863, 25.39569473], [64.11958313, 25.38986206], [64.12014008, 25.38986206], [64.10375214, 25.39902687], [64.10375214, 25.39930344], [64.12458038, 25.40736008], [64.12458038, 25.40763855], [64.14763641, 25.39652824], [64.15013885, 25.39652824], [64.14263916, 25.41041756], [64.14263916, 25.41069221], [64.1598587, 25.43013954], [64.1598587, 25.43041611], [64.13791656, 25.43319511], [64.13791656, 25.43347168], [64.17763519, 25.44180679], [64.17874908, 25.44180679], [64.1570816, 25.44930649], [64.1570816, 25.44986343], [64.18208313, 25.45958328], [64.18208313, 25.45986176], [64.12041473, 25.47652817], [64.11985779, 25.47652817], [64.08013916, 25.45208549], [64.08013916, 25.45152855], [63.99986267, 25.45986176], [63.99708176, 25.45986176], [64.01625061, 25.43708229], [64.01625061, 25.43597031], [63.98097229, 25.42013931], [63.98097229, 25.41986084], [64.00291443, 25.41791725], [64.00291443, 25.4165287], [63.97034836, 25.41819382], [63.96902847, 25.41819382], [63.95791626, 25.4034729], [63.95763779, 25.4034729], [63.98014069, 25.41374969], [63.98125076, 25.41374969], [63.99236298, 25.38736153], [63.99458313, 25.38736153], [64.04096985, 25.40875053], [64.04152679, 25.40875053], [64.04180908, 25.37791634], [64.04180908, 25.3773613], [64.05680847, 25.37347221], [64.05680847, 25.37291718], [64.03375244, 25.36680603], [64.03375244, 25.36652756], [64.07180786, 25.35097313], [64.07208252, 25.35097313], [64.05374908, 25.32652855], [64.05374908, 25.32624817], [63.89208221, 25.34152794], [63.89014053, 25.34152794], [63.69291687, 25.3856926], [63.69291687, 25.38597488], [63.57430649, 25.36819458], [63.57347107, 25.36819458], [63.49874878, 25.32763863], [63.49819565, 25.32763863], [63.47819519, 25.28680611], [63.47819519, 25.28652763], [63.45124817, 25.29847145], [63.45069504, 25.29847145], [63.47735977, 25.28236198], [63.47763824, 25.28236198], [63.47791672, 25.24291611], [63.47791672, 25.24236107], [63.50569534, 25.22597313], [63.50597382, 25.22597313], [63.49514008, 25.2056942], [63.49514008, 25.20541763], [63.12513733, 25.25763893], [63.12513733, 25.2579174], [63.00763702, 25.21041679], [63.00458527, 25.21041679], [62.79264069, 25.25152779], [62.79264069, 25.25180626], [62.5340271, 25.26791763], [62.53097153, 25.26791763], [62.47458267, 25.25736046], [62.47402954, 25.25736046], [62.45847321, 25.23597145], [62.45819473, 25.23597145], [62.47319412, 25.22208214], [62.47319412, 25.22180557], [62.39069366, 25.20513725], [62.38986206, 25.20513725], [62.34708405, 25.17458344], [62.34680557, 25.17458344], [62.32847214, 25.12013817], [62.32847214, 25.11847305], [62.34041595, 25.1040287], [62.34041595, 25.10375023], [62.38319397, 25.10486031], [62.38458252, 25.10486031], [62.3745842, 25.09430695], [62.3745842, 25.09402847], [62.26097107, 25.1040287], [62.25875092, 25.1040287], [62.31708527, 25.12013817], [62.31735992, 25.12013817], [62.30652618, 25.17374992], [62.30652618, 25.17430687], [62.25069427, 25.21097374], [62.25069427, 25.21125031], [62.16347122, 25.21986008], [62.1609726, 25.21986008], [62.09263992, 25.20263863], [62.09152603, 25.20263863], [62.06069565, 25.17847252], [62.06041718, 25.17847252], [62.05263901, 25.15402794], [62.05263901, 25.15291595], [62.09402847, 25.10041618], [62.09402847, 25.10014153], [61.89541626, 25.10541725], [61.89430618, 25.10541725], [61.8643074, 25.09097481], [61.86402893, 25.09097481], [61.85402679, 25.03736115], [61.85402679, 25.03680611], [61.77902603, 25.01486206], [61.77902603, 25.01430511], [61.72486115, 25.03041649], [61.72486115, 25.03097153], [61.74236298, 25.05041695], [61.74263763, 25.05041695], [61.73597336, 25.07101822], [61.73597336, 25.07235909], [61.76874924, 25.09124947], [61.76902771, 25.09124947], [61.7579155, 25.12513733], [61.7579155, 25.12569427], [61.74430466, 25.12708282], [61.74430466, 25.12764168], [61.7793045, 25.14236259], [61.77958298, 25.14236259], [61.78152847, 25.16847038], [61.78152847, 25.16958427], [61.77597046, 25.15069389], [61.77597046, 25.14291763], [61.74791718, 25.13513947], [61.74458313, 25.13513947], [61.73041534, 25.15652847], [61.73041534, 25.15680313], [61.73875046, 25.14097023], [61.73736191, 25.14097023], [61.67041779, 25.16569519], [61.66958237, 25.16569519], [61.66291809, 25.19041634], [61.66263962, 25.19041634], [61.67930603, 25.17874908], [61.68291855, 25.17874908], [61.70041656, 25.19236183], [61.70097351, 25.19236183], [61.69625092, 25.20986366], [61.69625092, 25.21041679], [61.73430634, 25.25486183], [61.73430634, 25.2551384], [61.69458389, 25.20958138], [61.69430542, 25.20958138], [61.70013809, 25.19347191], [61.70013809, 25.19319534], [61.68208313, 25.18124962], [61.68208313, 25.18097115], [61.6618042, 25.19124985], [61.66152954, 25.19124985], [61.66708374, 25.17180634], [61.66708374, 25.17152786], [61.57847214, 25.17874908], [61.57791519, 25.17874908], [61.59866333, 25.1867981], [61.61045456, 25.19495392], [61.65561295, 25.2974987], [61.66431808, 25.33337784], [61.67840958, 25.63013077], [61.68071747, 25.65435028], [61.70445633, 25.67250061], [61.70672226, 25.68631744], [61.69057846, 25.75853348], [61.68920517, 25.79916573], [61.7709465, 25.80480194], [61.78034973, 25.81824684], [61.83303452, 26.17110443], [61.84788132, 26.22813988], [62.03850174, 26.30455399], [62.06114578, 26.31541824], [62.10674286, 26.31422615], [62.12114716, 26.31676483], [62.1280899, 26.38036537], [62.13238907, 26.38998985], [62.26353073, 26.35823441], [62.28250504, 26.35836792], [62.29150391, 26.37113571], [62.29133606, 26.38683891], [62.26157761, 26.43721771], [62.25637054, 26.44598198], [62.26977921, 26.44574928], [62.28259277, 26.44725037], [62.30392456, 26.46996689], [62.30879593, 26.47667885], [62.29938889, 26.51362991], [62.30601883, 26.52443123], [62.41068649, 26.54438782], [62.43453217, 26.56813622], [62.58195877, 26.58282852], [62.60814667, 26.58501244], [62.64832687, 26.60914612], [62.66085052, 26.6165123], [62.71022415, 26.61701584], [62.72138596, 26.61989594], [62.76068497, 26.64842796], [62.77869797, 26.65228081], [63.16202545, 26.64361763], [63.16918564, 26.647295], [63.20320511, 26.76826286], [63.19213486, 26.84349251], [63.27553177, 26.86476707], [63.28139114, 26.87457466], [63.25897598, 26.92411613], [63.25669098, 26.92867661], [63.25609207, 27.04621506], [63.25590515, 27.0829525], [63.31307983, 27.1293335], [63.31745911, 27.13865852], [63.3134079, 27.14761543], [63.29924393, 27.17892075], [63.21135712, 27.22743797], [63.18422318, 27.241436], [63.07473373, 27.2335186], [63.05864716, 27.23318863], [62.97724533, 27.19511032], [62.95165634, 27.19207001], [62.89232254, 27.21079063], [62.87833023, 27.21713829], [62.79794312, 27.22152328], [62.78296661, 27.23427773], [62.78190231, 27.24655151], [62.78147888, 27.2514267], [62.82318115, 27.28621674], [62.83253098, 27.30494118], [62.82805252, 27.31934547], [62.80739975, 27.34007454], [62.83998108, 27.4250145], [62.85539246, 27.46513748], [62.82057953, 27.79978561], [62.81981659, 27.80500412], [62.77183151, 28.0150528], [62.76822662, 28.03240585], [62.79656982, 28.20894814], [62.79193878, 28.2770977], [62.61999893, 28.25819016], [62.59231567, 28.25512886], [62.44212723, 28.40479279], [62.43967056, 28.40712929], [62.34202576, 28.44448662], [62.29629135, 28.46345139], [62.11578751, 28.48509979], [62.04330444, 28.50788879], [61.82209015, 28.63302231], [61.80415726, 28.64016914], [61.65152359, 28.8099308], [61.64026642, 28.82162476], [61.53947067, 28.97075272], [61.50431824, 29.00754547], [61.50556564, 29.04805565], [61.5031662, 29.05640793], [61.47887421, 29.08055115], [61.47793961, 29.10276222], [61.44353104, 29.12812233], [61.41580582, 29.1356411], [61.42234421, 29.17659569], [61.42866898, 29.1937809], [61.39097214, 29.2136116], [61.3834877, 29.22146225], [61.36364365, 29.26874542], [61.35774612, 29.28278351], [61.37320328, 29.34703255], [61.37260437, 29.34867287], [61.23460007, 29.46495819], [61.19258881, 29.50249481], [60.96524811, 29.76079178], [60.89943695, 29.8374958], [61.91415024, 29.54616928], [61.92379761, 29.54338646], [62.38604355, 29.39208794], [62.39667511, 29.3880024], [62.47864914, 29.37655067], [62.48164368, 29.37636375], [63.11383057, 29.44214821], [63.11620712, 29.44259071], [63.29538345, 29.442379], [63.29951096, 29.44199944], [63.3676033, 29.46155548], [63.37483978, 29.4623394], [63.66107941, 29.47236061], [63.6648941, 29.4764061], [63.96630859, 29.42644691], [63.9695015, 29.42579269], [64.09220886, 29.36473656], [64.09434509, 29.36386299], [64.13607025, 29.36157227], [64.13938141, 29.36166191], [64.17036438, 29.39129829], [64.17353821, 29.39655113], [64.16477966, 29.4320507], [64.16454315, 29.43422699], [64.18092346, 29.45611954], [64.1886673, 29.4618721], [64.23683929, 29.47646523], [64.24271393, 29.47892952], [64.26795959, 29.50517082], [64.27005768, 29.50601387], [64.32500458, 29.50492859], [64.3272934, 29.50522232], [64.44115448, 29.53639603], [64.44618988, 29.5371933], [64.45548248, 29.56400871], [64.48761749, 29.57178307], [64.61567688, 29.58023071], [64.63192749, 29.58108139], [64.82170105, 29.56407356], [64.91727448, 29.55658913], [64.9552536, 29.56695938], [64.96136475, 29.56711388], [65.05400848, 29.53474045], [65.06704712, 29.5362339], [65.7868576, 29.72532654], [65.78630829, 29.70062637], [65.87108612, 29.74135017], [65.87509918, 29.74331284], [66.26259613, 29.84097672], [66.26650238, 29.84199524], [66.2852478, 29.86831665], [66.2745285, 29.87887764], [66.34564209, 29.95012856], [66.3568573, 29.9583168], [66.36194611, 29.96813583], [66.3615036, 29.9720192], [66.23938751, 30.06255531], [66.23822021, 30.06640625], [66.25725555, 30.11068344], [66.25808716, 30.11611176], [66.30216217, 30.14604759], [66.30303192, 30.14787865], [66.29711914, 30.16931343], [66.29665375, 30.17626762], [66.33067322, 30.2344532], [66.33286285, 30.23905373], [66.35347748, 30.3743763], [66.35334778, 30.38775635], [66.37817383, 30.43241882], [66.38008118, 30.43526077], [66.35874176, 30.45003891], [66.3561554, 30.45323944], [66.37229156, 30.4709034], [66.37641144, 30.47304916], [66.36669922, 30.48976517], [66.36405945, 30.49523163], [66.29485321, 30.53564262], [66.29446411, 30.5384407], [66.31833649, 30.63208008], [66.32108307, 30.64333916], [66.38457489, 30.75608253], [66.38514709, 30.75825882], [66.35855103, 30.7833252], [66.35909271, 30.78650284], [66.38837433, 30.83685303], [66.38968658, 30.83887291], [66.42547607, 30.85246849], [66.42847443, 30.85415077], [66.48055267, 30.91730118], [66.48236847, 30.91995049], [66.45876312, 30.92087173], [66.45674896, 30.92165184], [66.45508575, 30.93381882], [66.456604, 30.93583679], [66.59035492, 30.95948601], [66.5930481, 30.96088982], [66.6311264, 30.99191666], [66.63245392, 30.99347496], [66.65270233, 31.03542519], [66.65451813, 31.03748703], [66.68847656, 31.05689049], [66.69683838, 31.06212616], [66.73959351, 31.18797684], [66.74073792, 31.19179344], [66.7303009, 31.21204567], [66.73107147, 31.21250725], [66.77624512, 31.20979118], [66.79290771, 31.21306229], [66.8349762, 31.26427841], [66.85658264, 31.27850723], [66.98565674, 31.31287384], [67.01306915, 31.31159782], [67.01172638, 31.30271339], [67.00653839, 31.29343605], [67.04190063, 31.29012871], [67.0422821, 31.28705788], [67.01406097, 31.23732948], [67.01423645, 31.23434448], [67.05854034, 31.20526314], [67.06184387, 31.20350838], [67.15623474, 31.21027374], [67.15917969, 31.2100544], [67.30192566, 31.18221092], [67.30487061, 31.18234062], [67.49401093, 31.2239399], [67.49694061, 31.2246933], [67.50626373, 31.22844124], [67.47193909, 31.23889351], [67.75616455, 31.32579803], [67.76277161, 31.32756233], [67.7854538, 31.34391785], [67.78984833, 31.3566227], [67.77830505, 31.39117241], [67.77133942, 31.39993858], [67.75032043, 31.41363716], [67.74093628, 31.41478348], [67.64406586, 31.39682388], [67.63378143, 31.40068817], [67.60539246, 31.41853523], [67.59762573, 31.42681694], [67.595047, 31.47050858], [67.59099579, 31.47957039], [67.55503845, 31.52195358], [67.55399323, 31.52879715], [67.58454895, 31.53438759], [67.59499359, 31.53314972], [67.59853363, 31.50866127], [67.60808563, 31.50376129], [67.72721863, 31.50386429], [67.72963715, 31.50452805], [67.85220337, 31.60303879], [67.86110687, 31.60847092], [67.96605682, 31.62831688], [67.969841, 31.6296196], [68.04670715, 31.67285919], [68.05350494, 31.67679214], [68.1175766, 31.74495888], [68.12165833, 31.74749374], [68.1087265, 31.75300026], [68.16495514, 31.8307209], [68.16887665, 31.83423615], [68.17192078, 31.82170868], [68.17749023, 31.8144989], [68.24125671, 31.80644226], [68.25935364, 31.80154991], [68.25096893, 31.78534889], [68.28153229, 31.7586956], [68.28660583, 31.75699806], [68.42113495, 31.75704384], [68.42176056, 31.75736809], [68.53388977, 31.71643829], [68.53714752, 31.71401978], [68.574646, 31.73486137], [68.58202362, 31.7503376], [68.44760895, 31.75789452], [68.43310547, 31.76324654], [68.56475067, 31.82528877], [68.57014465, 31.82796478], [68.61846924, 31.78995895], [68.63223267, 31.77826309], [68.69805145, 31.7714138], [68.70184326, 31.76987839], [68.71391296, 31.70208549], [68.71698761, 31.69664383], [68.75189972, 31.66953659], [68.77351379, 31.6609745], [68.79750824, 31.61878777], [68.80493927, 31.60998154], [68.90063477, 31.60124588], [68.91687775, 31.60471153], [68.94441986, 31.64224434], [68.94915771, 31.64575386], [69.01088715, 31.62472916], [69.02101135, 31.62671471], [69.02416992, 31.6421051], [69.03149414, 31.65023041], [69.10969543, 31.70039177], [69.11794281, 31.70326233], [69.19233704, 31.83000946], [69.19760895, 31.8483963], [69.27187347, 31.90618134], [69.27767944, 31.91152382], [69.31761932, 31.92807388], [69.31843567, 31.92987251], [69.54564667, 31.95273018], [69.55555725, 31.95591545], [69.63439178, 32.03336716], [69.64048767, 32.03863525], [69.75502777, 32.07320786], [69.76327515, 32.07432938], [69.89432526, 32.06654739], [69.89671326, 32.05964279], [69.80574036, 32.0459137], [69.78366852, 31.98920059], [69.78413391, 31.98184204], [69.79196167, 31.97101021], [69.8683548, 31.95811844], [69.86923218, 31.89236259], [69.88398743, 31.88771629], [69.86910248, 31.88132858], [69.85276794, 31.86873627], [69.86043549, 31.86756134], [69.86972046, 31.86408424], [69.91534424, 31.89428139], [69.92182159, 31.88483429], [69.89885712, 31.82237625], [69.89586639, 31.8012352], [69.89950562, 31.6906395], [69.8991394, 31.68305397], [69.88047028, 31.54218483], [69.8744812, 31.52312279], [69.94208527, 31.48588943], [69.95685577, 31.48216248], [69.98337555, 31.3342495], [69.99408722, 31.31214333], [70.00034332, 31.30752563], [70.00920105, 31.31393433], [70.02872467, 31.38743973], [70.03548431, 31.40236092], [70.09545898, 31.41641998], [70.11878204, 31.41634369], [70.19194794, 31.47886848], [70.2053299, 31.47353745], [70.22190094, 31.38957024], [70.22291565, 31.38290024], [70.18886566, 31.1239109], [70.18850708, 31.11655426], [70.21672821, 31.06680298], [70.24302673, 31.04728127], [70.22993469, 30.90269089], [70.22418976, 30.89373016], [70.26081085, 30.88828659], [70.26187134, 30.86668968], [70.25809479, 30.84354401], [70.22432709, 30.8415184], [70.20159912, 30.84395981], [70.17934418, 30.80021858], [70.17875671, 30.77493477], [70.15114594, 30.77304459], [70.12705994, 30.77388382], [70.12303925, 30.75283051], [70.11856842, 30.73828125], [70.09226227, 30.73312187], [70.07009888, 30.71722412], [70.07062531, 30.65386772], [70.07975006, 30.63446617], [70.03341675, 30.55002785], [69.97995758, 30.43228531], [70.00176239, 30.4203434], [70.00258636, 30.40107155], [70.00049591, 30.36281776], [69.93984985, 30.33243561], [69.92425537, 30.30622482], [69.9201355, 30.29816818], [69.92073059, 30.28214836], [70.01644897, 30.29156303], [70.04832458, 30.27134323], [70.00271606, 30.26281166], [69.94068909, 30.25120735], [69.93819427, 30.24474907], [70.04412079, 30.24332047], [70.0045929, 30.1810627], [69.99937439, 30.14981651], [69.95213318, 30.09950447], [69.96577454, 30.07747841], [69.93463135, 30.0498867], [69.89082336, 29.99603844], [69.82730103, 29.84503937], [69.80595398, 29.80894089], [69.75910187, 29.78855515], [69.69335175, 29.73597717], [69.62265778, 29.71503258], [69.60431671, 29.70487595], [69.58596039, 29.6722126], [69.58039856, 29.65628815], [69.565979, 29.65929794], [69.55838013, 29.6515255], [69.56238556, 29.56699944], [69.56504059, 29.54398537], [69.52848053, 29.44941711], [69.52797699, 29.43132591], [69.55645752, 29.43853951], [69.58270264, 29.43859482], [69.60979462, 29.42123413], [69.62750244, 29.40308952], [69.63667297, 29.38693619], [69.61714935, 29.3470974], [69.61348724, 29.33323097], [69.64059448, 29.29614639], [69.64352417, 29.27382469], [69.73291016, 29.31164742], [69.73613739, 29.29141045], [69.70384979, 29.21696281], [69.70274353, 29.17242622], [69.66944122, 29.12305641], [69.67243195, 29.10537338], [69.63998413, 29.10170364], [69.60927582, 29.08756256], [69.5490799, 29.00821304], [69.54151917, 28.98280525], [69.46360779, 28.94178772], [69.45266724, 28.92408943], [69.43972015, 28.87486649], [69.43370056, 28.86474991], [69.48197937, 28.84961128], [69.48638916, 28.81775284], [69.3923645, 28.64820099], [69.37264252, 28.61347008], [69.27796173, 28.58060074], [69.2617569, 28.5699482], [69.29483032, 28.49657059], [69.34868622, 28.45698166], [68.50391388, 28.44568443], [68.46569824, 28.4393177], [68.43061829, 28.41937637], [68.40731049, 28.3963871], [68.38565826, 28.34825516], [68.36742401, 28.31564522], [68.25788879, 28.2751503], [68.19799805, 28.25159073], [68.03962708, 28.12236595], [67.99308777, 28.10363197], [67.93915558, 28.02521324], [67.92366791, 28.01100922], [67.81138611, 27.96226883], [67.75924683, 27.9436779], [67.46800995, 27.90266609], [67.43725586, 27.90264893], [67.39255524, 27.7809639], [67.37037659, 27.74367714], [67.34716797, 27.72669029], [67.29114532, 27.69072342], [67.2808075, 27.66747284], [67.27777863, 27.6265564], [67.23527527, 27.57879257], [67.21224213, 27.55488396], [67.20257568, 27.45475578], [67.19715118, 27.40803146], [67.16156769, 27.34790802], [67.14421844, 27.30030441], [67.18528748, 27.14393616], [67.18682098, 27.09316254], [67.16748047, 26.96379089], [67.16477203, 26.93003845], [67.17730713, 26.79654694], [67.17921448, 26.77140808], [67.1598587, 26.75263596], [67.15464783, 26.70776176], [67.17699432, 26.57788467], [67.20001984, 26.51151466], [67.36108398, 26.23325539], [67.3742218, 26.19628525], [67.42290497, 26.15040207], [67.4464798, 26.1126709], [67.45349884, 25.99617958], [67.43848419, 25.9467659], [67.46198273, 25.8718605], [67.46302032, 25.84070587], [67.4136734, 25.80230141], [67.38671112, 25.76309204], [67.33602905, 25.63392258], [67.33517456, 25.63021851], [67.22754669, 25.52464104], [67.2180481, 25.51825905], [67.19609833, 25.4764595], [67.16976166, 25.46809769], [67.08634949, 25.29940033], [67.0724411, 25.28648567], [67.0807724, 25.25867653], [67.0923233, 25.25361252], [67.05527496, 25.22179794], [67.03508759, 25.21594238], [67.02799225, 25.16480446], [67.02667236, 25.15693474], [66.98029327, 25.08140373], [66.97540283, 25.07370758], [66.92766571, 25.04179382], [66.92093658, 25.03660965], [66.76183319, 24.98657036], [66.74178314, 24.97563553], [66.68763733, 24.90763855], [66.68736267, 24.90763855], [66.67708588, 24.93291664], [66.67708588, 24.93652725], [66.70097351, 24.95430565], [66.70124817, 24.95430565], [66.71069336, 25.01708412], [66.71097565, 25.01708412], [66.70124817, 25.08597183], [66.70124817, 25.08680534], [66.73430634, 25.12486076], [66.73458099, 25.12486076], [66.74652863, 25.18402863], [66.74652863, 25.18569565], [66.68486023, 25.25958252], [66.68486023, 25.25985909], [66.54955292, 25.36263847], [66.54930878, 25.36263847], [66.54875183, 25.38375282], [66.54875183, 25.38402748], [66.57375336, 25.38458443], [66.57402802, 25.38458443], [66.56847382, 25.40708351], [66.56847382, 25.40736008], [66.55541992, 25.39930344], [66.55513763, 25.39930344], [66.56291962, 25.41819382], [66.56291962, 25.41958237], [66.58569336, 25.43013954], [66.58569336, 25.43069458], [66.55958557, 25.44874954], [66.55930328, 25.44874954], [66.56208038, 25.47986031], [66.56208038, 25.48041725], [66.54264069, 25.51097298], [66.54264069, 25.51152992], [66.47125244, 25.52041435], [66.47013855, 25.52041435], [66.47264099, 25.53847313], [66.47264099, 25.53874969], [66.4715271, 25.51736069], [66.4715271, 25.51708221], [66.43875122, 25.51152992], [66.43791962, 25.51152992], [66.42624664, 25.52069664], [66.42597198, 25.52069664], [66.43597412, 25.54624939], [66.43597412, 25.54652786], [66.39902496, 25.53291702], [66.39819336, 25.53291702], [66.40958405, 25.55902863], [66.4098587, 25.55902863], [66.39819336, 25.5779171], [66.39819336, 25.57847214], [66.3429184, 25.59708214], [66.3429184, 25.59736061], [66.2776413, 25.58736038], [66.27708435, 25.58736038], [66.24569702, 25.54958344], [66.24569702, 25.5490284], [66.34430695, 25.54819679], [66.3456955, 25.54819679], [66.35319519, 25.52791595], [66.35319519, 25.52763939], [66.38346863, 25.52736092], [66.38458252, 25.52736092], [66.43013763, 25.48374939], [66.43013763, 25.48347282], [66.48569489, 25.49791718], [66.48569489, 25.49819374], [66.52319336, 25.49097443], [66.52402496, 25.49097443], [66.52597046, 25.44097137], [66.52597046, 25.44013977], [66.48874664, 25.43708229], [66.48847198, 25.43708229], [66.52541351, 25.41819382], [66.5256958, 25.41819382], [66.51374817, 25.40291786], [66.51374817, 25.40263939], [66.37124634, 25.45660019], [66.37124634, 25.45680618], [66.29347229, 25.46819687], [66.28514099, 25.46819687], [65.9679184, 25.41597176], [65.9679184, 25.41569519], [65.8298645, 25.41986084], [65.82680511, 25.41986084], [65.77263641, 25.38430405], [65.77263641, 25.38375282], [65.64069366, 25.35430527], [65.64069366, 25.3540287], [65.4604187, 25.39125061], [65.4604187, 25.39152718], [65.41791534, 25.37347221], [65.41791534, 25.37319565], [65.27097321, 25.37930489], [65.2701416, 25.37930489], [65.24291992, 25.3643055], [65.24263763, 25.3643055], [65.22652435, 25.31652832], [65.22652435, 25.31514168], [65.19208527, 25.30374908], [65.19208527, 25.30347443], [64.87069702, 25.32624817], [64.8493042, 25.32624817], [64.72458649, 25.31347275], [64.72291565, 25.31347275], [64.67485809, 25.29458427]]]], "type": "MultiPolygon"}, "id": "BL", "properties": {"CC_1": null, "ENGTYPE_1": "Province", "GID_0": "PAK", "GID_1": "PAK.2_1", "HASC_1": "PK.BA", "NAME_0": "Pakistan", "NAME_1": "Balochistan", "NL_NAME_1": null, "TYPE_1": "Province", "VARNAME_1": "Balochistan|B\u00c3\u00a9loutchistanBeluchistan|Baluchist\u00c3\u00a3o", "cases_tt": "Balochistan</BR>Cases:35505.0</BR>Ratio:2.32%", "deaths_tt": "Balochistan</BR>Cases:35505.0</BR>Deaths:378.0</BR>Ratio:1.06%", "highlight": {"color": "red", "fillOpacity": 0.8999999999999999, "weight": 3}, "style": {"color": "black", "fillColor": "#fef0d9", "fillOpacity": 0.7, "opacity": 0.2, "weight": 1}}, "type": "Feature"}, {"geometry": {"coordinates": [[[70.36973572, 31.24586105], [70.3727417, 31.19849014], [70.37184143, 31.19159698], [70.24642181, 31.16556549], [70.2270813, 31.15413284], [70.22502136, 31.07252502], [70.21672821, 31.06680298], [70.19425964, 31.09285545], [70.18850708, 31.11655426], [70.22003174, 31.37049484], [70.22291565, 31.38290024], [70.20895386, 31.45536423], [70.2053299, 31.47353745], [70.19194794, 31.47886848], [70.13378906, 31.43307686], [70.11878204, 31.41634369], [70.07475281, 31.40545082], [70.05741882, 31.40136909], [70.04600525, 31.41060257], [70.03548431, 31.40236092], [70.00034332, 31.30752563], [69.99408722, 31.31214333], [69.96813965, 31.4616642], [69.95685577, 31.48216248], [69.87659454, 31.5159893], [69.8744812, 31.52312279], [69.89476776, 31.63800812], [69.89679718, 31.64742661], [69.8957901, 31.79456902], [69.89586639, 31.8012352], [69.918396, 31.8740406], [69.92182159, 31.88483429], [69.91534424, 31.89428139], [69.90381622, 31.89385986], [69.86043549, 31.86756134], [69.85276794, 31.86873627], [69.87626648, 31.88406372], [69.88398743, 31.88771629], [69.86923218, 31.89236259], [69.87129974, 31.95190048], [69.8683548, 31.95811844], [69.79149628, 31.97813988], [69.78413391, 31.98184204], [69.80070496, 32.03788376], [69.80574036, 32.0459137], [69.89432526, 32.06654739], [69.88616943, 32.07278061], [69.78442383, 32.0760994], [69.76327515, 32.07432938], [69.6804657, 32.05528641], [69.6708374, 32.05324936], [69.58294678, 31.97490883], [69.57492065, 31.96918678], [69.51288605, 31.94340897], [69.50215149, 31.94068527], [69.32094574, 31.93023872], [69.31843567, 31.92987251], [69.28945923, 32.09272003], [69.27284241, 32.15100479], [69.27959442, 32.29216385], [69.28083801, 32.35638428], [69.23877716, 32.44430542], [69.24069977, 32.46138763], [69.27022552, 32.50555038], [69.28520966, 32.53298187], [69.34279633, 32.54956055], [69.38523865, 32.56655121], [69.46160126, 32.65610886], [69.46488953, 32.66186142], [69.45262146, 32.72761536], [69.45116425, 32.73057175], [69.40275574, 32.76673508], [69.40302277, 32.76908493], [69.44696808, 32.793293], [69.44885254, 32.7951355], [69.47547913, 32.84344101], [69.4781723, 32.84540558], [69.53054047, 32.86117172], [69.53457642, 32.86640549], [69.53108978, 32.87401199], [69.51509094, 32.88628006], [69.4930191, 32.9662323], [69.49962616, 33.00246811], [69.58742523, 33.08308792], [69.59099579, 33.08475876], [69.57839203, 33.09562683], [69.58005524, 33.09756851], [69.68946075, 33.09418869], [69.70458984, 33.09049988], [69.77346039, 33.12046051], [69.78652954, 33.1275444], [69.82881165, 33.10474014], [69.85645294, 33.09633255], [69.90127563, 33.10128403], [69.91669464, 33.10398483], [69.92879486, 33.11751556], [69.94589996, 33.12873459], [70.02480316, 33.14600754], [70.06725311, 33.21346283], [70.08581543, 33.194767], [70.09300232, 33.19326782], [70.15422058, 33.19771576], [70.15702057, 33.19805908], [70.18195343, 33.21757889], [70.18399048, 33.21896362], [70.17450714, 33.23231125], [70.17028046, 33.23826599], [70.19510651, 33.24395752], [70.20826721, 33.2504158], [70.27108002, 33.3049736], [70.29046631, 33.32674408], [70.32923126, 33.32673264], [70.33278656, 33.32673264], [70.32781982, 33.33388519], [70.32691956, 33.33958435], [70.33978271, 33.34345245], [70.34198761, 33.34768295], [70.33003235, 33.36495972], [70.32774353, 33.37112427], [70.33876038, 33.39090729], [70.34169769, 33.39313889], [70.31502533, 33.43170166], [70.31407928, 33.4337883], [70.22989655, 33.47855759], [70.22910309, 33.47851563], [70.19779205, 33.52404404], [70.1958847, 33.52730942], [70.2191391, 33.63711929], [70.21876526, 33.6423645], [70.16867828, 33.65721512], [70.16523743, 33.65877914], [70.15556335, 33.72474289], [70.15450287, 33.72646332], [70.0093689, 33.74146271], [70.00416565, 33.74023438], [69.974617, 33.76489639], [69.9732132, 33.7667923], [69.97034454, 33.81506348], [69.97112274, 33.82255173], [69.91349792, 33.9034996], [69.91123199, 33.90611649], [69.87341309, 33.93107224], [69.87158203, 33.93396378], [69.88400269, 33.96778488], [69.88519287, 33.96994019], [69.90632629, 33.97839355], [69.91034698, 33.98254013], [69.9099884, 34.02013016], [69.91201782, 34.02246094], [70.00817108, 34.03006744], [70.01033783, 34.03011322], [70.07017517, 34.00174332], [70.07514191, 33.99902725], [70.16906738, 33.98408508], [70.16903687, 33.99937439], [70.2237854, 33.98118973], [70.23882294, 33.97314453], [70.40372467, 33.96294403], [70.42630768, 33.96038055], [70.43352509, 33.9456749], [70.43572235, 33.9370079], [70.47096252, 33.92822647], [70.47886658, 33.92778015], [70.56046295, 33.95787048], [70.5938797, 33.96432114], [70.75071716, 33.96071243], [70.76793671, 33.95485687], [70.80938721, 33.97468948], [70.82427979, 33.98182678], [70.88494873, 33.97675705], [70.89871216, 33.98221207], [70.91638947, 34.00127029], [70.91793823, 34.0098114], [71.04236603, 34.04932785], [71.0652771, 34.05179214], [71.0773468, 34.07967377], [71.07275391, 34.10569], [71.1444931, 34.16533279], [71.14504242, 34.16661453], [71.13741302, 34.19275665], [71.13746643, 34.19845581], [71.15105438, 34.22220993], [71.15179443, 34.22410965], [71.14625549, 34.22693253], [71.13458252, 34.22629929], [71.12129211, 34.2549324], [71.12205505, 34.2672081], [71.15840912, 34.32277298], [71.17108917, 34.33892441], [71.16950989, 34.36349869], [71.16947174, 34.36360931], [71.08727264, 34.38913727], [71.07601929, 34.39577103], [71.01624298, 34.45355225], [71.00681305, 34.46111679], [70.992836, 34.52763748], [70.99555969, 34.55477142], [71.02497864, 34.53770447], [71.02804565, 34.53692627], [71.09486389, 34.57810974], [71.09806824, 34.58052444], [71.12591553, 34.61974335], [71.12852478, 34.62622452], [71.10943604, 34.65333176], [71.10684204, 34.65525436], [71.11156464, 34.68104172], [71.11235809, 34.68293381], [71.2279892, 34.73455048], [71.23270416, 34.73559189], [71.23925018, 34.75614166], [71.23175049, 34.76388931], [71.24630737, 34.79089355], [71.27122498, 34.79804611], [71.27945709, 34.80501556], [71.30120087, 34.86546326], [71.30986023, 34.87882614], [71.31597137, 34.88248062], [71.3286972, 34.87203217], [71.35897064, 34.89637375], [71.3607254, 34.89736557], [71.52494812, 34.95911407], [71.52603912, 34.9612999], [71.57557678, 34.90336609], [71.59342957, 34.88169479], [71.61988831, 34.82160568], [71.62342072, 34.81883621], [71.75247192, 34.80416107], [71.75713348, 34.80414581], [71.79850006, 34.77527618], [71.79901123, 34.77205658], [71.76676941, 34.6668663], [71.76452637, 34.66319275], [71.69285583, 34.63422775], [71.68924713, 34.63079071], [71.6532135, 34.55343246], [71.65065002, 34.5453949], [71.66752625, 34.48740387], [71.66941071, 34.48394775], [71.70806122, 34.4576149], [71.71622467, 34.45207214], [71.61940765, 34.36157227], [71.58575439, 34.34674072], [71.54833984, 34.26823425], [71.53704071, 34.24068069], [71.49760437, 34.22310638], [71.46252441, 34.20344925], [71.40070343, 34.12594604], [71.39041901, 34.09126282], [71.39093018, 34.04160309], [71.38439941, 34.02276993], [71.39935303, 33.96455765], [71.40461731, 33.94591904], [71.43709564, 33.93109894], [71.44613647, 33.90647125], [71.43639374, 33.87132645], [71.46244812, 33.84756088], [71.4982605, 33.81319046], [71.50468445, 33.77615356], [71.50261688, 33.74981689], [71.3787384, 33.75219345], [71.34052277, 33.76818085], [71.34741211, 33.74792862], [71.36871338, 33.716362], [71.36865997, 33.6281662], [71.33766937, 33.6192131], [71.22900391, 33.68807983], [71.22104645, 33.7110939], [71.15658569, 33.73544312], [71.14501953, 33.73203278], [71.15795135, 33.66532135], [71.16618347, 33.64230347], [71.12104797, 33.6300354], [71.1047821, 33.62342072], [71.10675812, 33.58751297], [71.08336639, 33.57590103], [71.04502106, 33.55786133], [70.99493408, 33.54492188], [70.7928772, 33.58075333], [70.77032471, 33.57645798], [70.74894714, 33.55514526], [70.73867035, 33.49770355], [70.73680878, 33.47931671], [70.67667389, 33.47537613], [70.64424896, 33.4711113], [70.6302948, 33.45069504], [70.61251831, 33.4323616], [70.52050781, 33.42392349], [70.50530243, 33.41431808], [70.50154877, 33.39846802], [70.51197052, 33.37498474], [70.56646729, 33.31962967], [70.59344482, 33.28068924], [70.67103577, 33.25261688], [70.67899323, 33.25259399], [70.67813873, 33.22684479], [70.69036865, 33.21715164], [70.86545563, 33.19773102], [70.87297058, 33.18345261], [70.82859039, 33.11876297], [70.81137085, 33.10134506], [70.76432037, 33.08954239], [70.68695831, 33.06726456], [70.69034576, 33.05184937], [70.67107391, 33.04616547], [70.53176117, 33.02891541], [70.5085144, 33.01152039], [70.48922729, 32.9812355], [70.47602844, 32.93253708], [70.43032074, 32.87199402], [70.4174118, 32.84766388], [70.38592529, 32.82983398], [70.37812042, 32.79606628], [70.37552643, 32.7622757], [70.37516022, 32.73124313], [70.4588623, 32.63992691], [70.47129822, 32.62749863], [70.29032135, 32.63243103], [70.28016663, 32.63269043], [70.24206543, 32.61235428], [70.23432922, 32.60755157], [70.1900177, 32.61942291], [70.1867218, 32.6185112], [70.16439056, 32.60939026], [70.1432724, 32.58669662], [70.10166168, 32.50153732], [70.08870697, 32.47307205], [70.07640839, 32.43058014], [70.07636261, 32.42690277], [70.08979797, 32.3332901], [70.08921051, 32.3300705], [70.0419693, 32.2557373], [70.04029083, 32.25321198], [70.07866669, 32.22687912], [70.09527588, 32.21852875], [70.05815125, 32.18556595], [70.05545044, 32.16557312], [70.10456085, 32.07253265], [70.11401367, 32.03640747], [70.15062714, 32.00042343], [70.165802, 31.98427963], [70.17305756, 31.94793129], [70.19377136, 31.88969803], [70.19258881, 31.78946495], [70.18983459, 31.76533508], [70.24748993, 31.65180588], [70.26424408, 31.60692024], [70.36973572, 31.24586105]]], "type": "Polygon"}, "id": "FT", "properties": {"CC_1": null, "ENGTYPE_1": "Territory", "GID_0": "PAK", "GID_1": "PAK.3_1", "HASC_1": "PK.TA", "NAME_0": "Pakistan", "NAME_1": "F.A.T.A", "NL_NAME_1": null, "TYPE_1": "Territory", "VARNAME_1": "Federally Administered Tribal Areas", "cases_tt": "F.A.T.A</BR>Cases:0.0</BR>Ratio:0.00%", "deaths_tt": "F.A.T.A</BR>Cases:0.0</BR>Deaths:0.0</BR>Ratio:0.00%", "highlight": {"color": "red", "fillOpacity": 0.8999999999999999, "weight": 3}, "style": {"color": "black", "fillColor": "#fef0d9", "fillOpacity": 0.7, "opacity": 0.2, "weight": 1}}, "type": "Feature"}, {"geometry": {"coordinates": [[[73.14516449, 33.80332947], [73.23130035, 33.77064896], [73.24485779, 33.76301193], [73.25614929, 33.72500992], [73.26558685, 33.70908737], [73.30223846, 33.70619583], [73.33380127, 33.7033844], [73.2904892, 33.66693115], [73.28018951, 33.65734482], [73.25366211, 33.65613556], [73.24985504, 33.65155411], [73.24900055, 33.62650299], [73.24510193, 33.59407806], [73.19071198, 33.52879333], [73.16322327, 33.49418259], [73.06541443, 33.53097916], [73.05410767, 33.54693222], [73.07323456, 33.55591583], [73.10398865, 33.57400131], [73.10588074, 33.59578323], [73.07577515, 33.6292038], [73.05747986, 33.6640625], [72.97006989, 33.63433075], [72.94858551, 33.62979126], [72.88269806, 33.58673096], [72.85845947, 33.57620239], [72.78266907, 33.68017578], [72.7779007, 33.70531082], [72.85610199, 33.72683334], [72.88008881, 33.75444412], [72.90146637, 33.75299454], [72.93186188, 33.74783707], [72.93306732, 33.73357773], [72.96053314, 33.73601913], [73.14516449, 33.80332947]]], "type": "Polygon"}, "id": "IS", "properties": {"CC_1": null, "ENGTYPE_1": "Capital Territory", "GID_0": "PAK", "GID_1": "PAK.4_1", "HASC_1": "PK.IS", "NAME_0": "Pakistan", "NAME_1": "Islamabad Capital Territory", "NL_NAME_1": null, "TYPE_1": "Capital Territory", "VARNAME_1": "Islamabad|Federal Capital Territory|Federal Capital Territory Islamabad|Territoire de la Capitale f\u00c3\u00a9d\u00c3\u00a9rale", "cases_tt": "Islamabad Capital Territory</BR>Cases:135544.0</BR>Ratio:8.85%", "deaths_tt": "Islamabad Capital Territory</BR>Cases:135544.0</BR>Deaths:1024.0</BR>Ratio:0.76%", "highlight": {"color": "red", "fillOpacity": 0.8999999999999999, "weight": 3}, "style": {"color": "black", "fillColor": "#fdd49e", "fillOpacity": 0.7, "opacity": 0.2, "weight": 1}}, "type": "Feature"}, {"geometry": {"coordinates": [[[73.23889923, 33.83454132], [73.14516449, 33.80332947], [73.05626678, 33.78076935], [72.96053314, 33.73601913], [72.93306732, 33.73357773], [72.93186188, 33.74783707], [72.84231567, 33.76215363], [72.83200836, 33.77207184], [72.85584259, 33.79268646], [72.87049103, 33.80160522], [72.82711792, 33.82266617], [72.83898926, 33.85228348], [72.8476944, 33.86949921], [72.79937744, 33.88988876], [72.78656006, 33.8968277], [72.79528046, 33.91495895], [72.79463196, 33.92967606], [72.74024963, 33.92479324], [72.69519806, 33.8734436], [72.66926575, 33.86157227], [72.64413452, 33.87084961], [72.62281799, 33.87781525], [72.61914825, 33.8923111], [72.64463806, 33.91337967], [72.65605164, 33.92782593], [72.5872879, 33.93655777], [72.5508728, 33.94242477], [72.53152466, 33.98761749], [72.52677155, 33.99261856], [72.45069122, 33.98574066], [72.41676331, 33.99389648], [72.38256073, 33.95515442], [72.37141418, 33.94047928], [72.26514435, 33.90483856], [72.25597382, 33.89992905], [72.23566437, 33.87562561], [72.24476624, 33.83306503], [72.16707611, 33.75974655], [72.12111664, 33.77116394], [72.09396362, 33.77170944], [72.07901001, 33.76026535], [72.04381561, 33.73049164], [72.00432587, 33.66188049], [71.99193573, 33.63479233], [71.96687317, 33.51026535], [71.96073151, 33.50177765], [71.89185333, 33.45372391], [71.87770081, 33.43997574], [71.87440491, 33.41653442], [71.87236786, 33.40665817], [71.76107025, 33.36793518], [71.73735046, 33.35743713], [71.70999146, 33.27131271], [71.71063232, 33.25567627], [71.75642395, 33.20655823], [71.76364136, 33.19044113], [71.72905731, 33.11928558], [71.71854401, 33.11196136], [71.71240997, 33.05703354], [71.71013641, 33.05060577], [71.6388855, 33.08095551], [71.63236237, 33.08603287], [71.6080246, 33.16289902], [71.60438538, 33.17969513], [71.57569885, 33.2133522], [71.57082367, 33.21911621], [71.54325104, 33.20701981], [71.534729, 33.20589828], [71.52936554, 33.21672058], [71.42237091, 33.21730042], [71.40836334, 33.21596527], [71.42812347, 33.1694603], [71.46174622, 33.06612778], [71.5087204, 33.04735184], [71.50588989, 33.04046249], [71.39887238, 32.99253082], [71.39002991, 32.98727417], [71.32070923, 32.99485397], [71.31513977, 33.01142502], [71.21817017, 32.97794724], [71.2098999, 32.97429276], [71.18014526, 32.94082642], [71.16733551, 32.92454529], [71.1510849, 32.8259697], [71.14782715, 32.80597687], [71.12377167, 32.79042053], [71.12056732, 32.77434158], [71.16946411, 32.5927887], [71.17129517, 32.58542633], [71.24874115, 32.59207153], [71.26216125, 32.58972931], [71.27038574, 32.56579208], [71.26892853, 32.55889893], [71.24279022, 32.50587463], [71.25035858, 32.49619675], [71.26951599, 32.49199677], [71.30579376, 32.52061462], [71.32234192, 32.52814865], [71.33689117, 32.52856064], [71.34596252, 32.50669098], [71.36188507, 32.50801849], [71.33945465, 32.44371796], [71.33544159, 32.42924881], [71.34849548, 32.41931915], [71.34146118, 32.38094711], [71.34572601, 32.37012863], [71.33514404, 32.3568306], [71.2926178, 32.35696793], [71.27462006, 32.34346008], [71.19152832, 32.2536087], [71.18762207, 32.24787521], [71.16912079, 32.16769791], [71.16377258, 32.15645218], [71.12828064, 32.14805984], [71.1180191, 32.13912964], [71.11804962, 32.09475708], [71.1157608, 32.0867157], [71.08512878, 32.0252037], [71.0672226, 32.01928329], [71.05657196, 31.9535656], [71.04189301, 31.94165993], [71.04405975, 31.89245224], [71.03662872, 31.8671875], [70.86884308, 31.66863823], [70.86100006, 31.65509987], [70.86217499, 31.59187126], [70.86476898, 31.57852936], [70.84835815, 31.55996132], [70.84923553, 31.54087639], [70.87552643, 31.51412201], [70.87737274, 31.50767899], [70.85723877, 31.49877739], [70.84979248, 31.49558258], [70.86184692, 31.44749451], [70.86094666, 31.44083023], [70.8243103, 31.40531349], [70.80931091, 31.38949966], [70.77705383, 31.30637932], [70.77204895, 31.30087852], [70.54380035, 31.32575989], [70.53556061, 31.32509804], [70.4970932, 31.29671478], [70.4890976, 31.29352188], [70.43881989, 31.28770828], [70.43057251, 31.28612518], [70.38861847, 31.24212074], [70.36973572, 31.24586105], [70.31373596, 31.42973328], [70.30799866, 31.47826195], [70.20059967, 31.74713707], [70.18983459, 31.76533508], [70.18946838, 31.82740974], [70.19799805, 31.85267067], [70.17305756, 31.94793129], [70.165802, 31.98427963], [70.12857819, 32.0152092], [70.11401367, 32.03640747], [70.07483673, 32.13470078], [70.05545044, 32.16557312], [70.07294464, 32.20689774], [70.09527588, 32.21852875], [70.04238129, 32.24378204], [70.04020691, 32.24608612], [70.08129883, 32.31032562], [70.0880661, 32.32570648], [70.07640839, 32.43058014], [70.07699585, 32.43425751], [70.1432724, 32.58669662], [70.16439056, 32.60939026], [70.22258759, 32.61241913], [70.23432922, 32.60755157], [70.26560211, 32.63021088], [70.28016663, 32.63269043], [70.42852783, 32.62646103], [70.47129822, 32.62749863], [70.37516022, 32.73124313], [70.37552643, 32.7622757], [70.37812042, 32.79606628], [70.38592529, 32.82983398], [70.4174118, 32.84766388], [70.45263672, 32.90295792], [70.47602844, 32.93253708], [70.48922729, 32.9812355], [70.5085144, 33.01152039], [70.53176117, 33.02891541], [70.56949615, 33.04097748], [70.67107391, 33.04616547], [70.69034576, 33.05184937], [70.68695831, 33.06726456], [70.76432037, 33.08954239], [70.81137085, 33.10134506], [70.86141968, 33.15773773], [70.87297058, 33.18345261], [70.86545563, 33.19773102], [70.77071381, 33.21366882], [70.69036865, 33.21715164], [70.67966461, 33.24017334], [70.67899323, 33.25259399], [70.62976074, 33.26608658], [70.59344482, 33.28068924], [70.50154877, 33.39846802], [70.50530243, 33.41431808], [70.56357574, 33.42355347], [70.61251831, 33.4323616], [70.6302948, 33.45069504], [70.64424896, 33.4711113], [70.7016449, 33.47529221], [70.73680878, 33.47931671], [70.74894714, 33.55514526], [70.77032471, 33.57645798], [70.99493408, 33.54492188], [71.04502106, 33.55786133], [71.10675812, 33.58751297], [71.11510468, 33.59165955], [71.11306763, 33.60477066], [71.09976959, 33.61745834], [71.12104797, 33.6300354], [71.16618347, 33.64230347], [71.14388275, 33.70559692], [71.14501953, 33.73203278], [71.20111084, 33.71874619], [71.22104645, 33.7110939], [71.22900391, 33.68807983], [71.25209045, 33.66823196], [71.29469299, 33.65108109], [71.33766937, 33.6192131], [71.36865997, 33.6281662], [71.36837769, 33.66417694], [71.36871338, 33.716362], [71.34741211, 33.74792862], [71.34052277, 33.76818085], [71.3787384, 33.75219345], [71.48512268, 33.74633026], [71.50261688, 33.74981689], [71.50468445, 33.77615356], [71.50498962, 33.80190277], [71.46244812, 33.84756088], [71.43639374, 33.87132645], [71.43709564, 33.93109894], [71.40461731, 33.94591904], [71.38897705, 34.06184006], [71.39041901, 34.09126282], [71.44662476, 34.18120193], [71.46252441, 34.20344925], [71.52547455, 34.23681259], [71.53704071, 34.24068069], [71.5668335, 34.32403946], [71.58575439, 34.34674072], [71.61940765, 34.36157227], [71.64870453, 34.38010025], [71.67577362, 34.41840744], [71.71622467, 34.45207214], [71.6734848, 34.48071671], [71.66941071, 34.48394775], [71.65389252, 34.54101562], [71.65065002, 34.5453949], [71.67976379, 34.61748886], [71.68924713, 34.63079071], [71.74998474, 34.66255188], [71.76452637, 34.66319275], [71.79884338, 34.75802994], [71.79901123, 34.77205658], [71.79773712, 34.78033447], [71.79019928, 34.7927742], [71.76012421, 34.80183792], [71.75713348, 34.80414581], [71.63840485, 34.80958939], [71.62342072, 34.81883621], [71.53720093, 34.95291901], [71.52603912, 34.9612999], [71.56079102, 35.01870346], [71.56096649, 35.0215683], [71.58396912, 35.02624512], [71.5880661, 35.02732086], [71.55768585, 35.04025269], [71.55308533, 35.04370117], [71.54457092, 35.07876587], [71.54615784, 35.08418274], [71.53337097, 35.08282089], [71.5357666, 35.09041977], [71.68840027, 35.20323181], [71.68930054, 35.20664978], [71.68776703, 35.22158051], [71.68703461, 35.22548294], [71.6401062, 35.24182892], [71.63752747, 35.24342728], [71.56921387, 35.31129456], [71.56687164, 35.31175232], [71.67047882, 35.42940521], [71.67124176, 35.43173218], [71.62259674, 35.50952148], [71.62023163, 35.51129532], [71.64554596, 35.56185532], [71.64573669, 35.56401443], [71.62733459, 35.58316803], [71.61749268, 35.58882523], [71.52788544, 35.61649323], [71.52536011, 35.61789703], [71.57709503, 35.69870758], [71.57675934, 35.70160675], [71.56468964, 35.72862625], [71.56105042, 35.73205948], [71.49758911, 35.76564407], [71.49512482, 35.76795578], [71.51869202, 35.79465485], [71.51888275, 35.79681778], [71.4985733, 35.81148148], [71.49662781, 35.81297302], [71.48249817, 35.85465622], [71.48027802, 35.85769653], [71.40721893, 35.90915298], [71.40550232, 35.91090775], [71.39480591, 35.95747375], [71.39245605, 35.96023178], [71.37500763, 35.97264862], [71.3718338, 35.97389221], [71.34038544, 35.96710968], [71.33699799, 35.96863556], [71.24920654, 36.0231514], [71.24736786, 36.02463531], [71.22794342, 36.05693436], [71.22717285, 36.06038284], [71.3139801, 36.1503067], [71.31593323, 36.15207291], [71.34774017, 36.15456009], [71.35597229, 36.15760803], [71.38539124, 36.18875122], [71.39053345, 36.1925087], [71.44367981, 36.21141434], [71.44573975, 36.2128067], [71.46321869, 36.25378036], [71.46482086, 36.26069641], [71.61546326, 36.32216263], [71.61841583, 36.32344055], [71.61167145, 36.34716415], [71.6104126, 36.34927368], [71.57551575, 36.36921692], [71.57486725, 36.37266541], [71.64874268, 36.4335289], [71.65085602, 36.43608475], [71.6519928, 36.47503662], [71.65486908, 36.47703552], [71.75788879, 36.42371368], [71.79579163, 36.40059662], [71.84373474, 36.39474869], [71.85726929, 36.39942551], [71.86276245, 36.42476273], [71.86167908, 36.42941666], [71.82906342, 36.43453979], [71.81861877, 36.44214249], [71.8218689, 36.48640442], [71.8320694, 36.50545883], [71.88485718, 36.50469589], [71.90912628, 36.50529861], [71.92778778, 36.54880524], [71.93530273, 36.56087875], [71.9882431, 36.56713867], [72.01294708, 36.56772995], [72.08371735, 36.59674072], [72.09676361, 36.59732437], [72.09729004, 36.63283539], [72.1029129, 36.64854431], [72.20716095, 36.66311264], [72.21294403, 36.66469193], [72.20444489, 36.67718124], [72.19689941, 36.69355774], [72.22690582, 36.73822784], [72.24136353, 36.75348282], [72.30255127, 36.74501038], [72.31369019, 36.74620819], [72.41116333, 36.77666855], [72.495224, 36.77755737], [72.50753784, 36.79289627], [72.54540253, 36.82286072], [72.62659454, 36.84158707], [72.63159943, 36.84842682], [72.8710556, 36.84070206], [72.88263702, 36.84107971], [73.17191315, 36.87670135], [73.1882019, 36.87694168], [73.31324005, 36.85166931], [73.32144165, 36.85155106], [73.43621063, 36.88139725], [73.44573212, 36.88265228], [73.66066742, 36.8897438], [73.66099548, 36.88980484], [73.69273376, 36.84963989], [73.6963501, 36.84685516], [73.77468872, 36.8302002], [73.7808075, 36.82881165], [73.79414368, 36.80574799], [73.79748535, 36.80325317], [73.82388306, 36.80130768], [73.82859802, 36.79908752], [73.85054016, 36.7768631], [73.85359192, 36.77381134], [73.86276245, 36.73853302], [73.86248779, 36.73325348], [73.84776306, 36.70768738], [73.8430481, 36.70574188], [73.7749939, 36.7210083], [73.76776123, 36.72129059], [73.5933075, 36.70681763], [73.58609009, 36.70737457], [73.56858826, 36.72737122], [73.5630188, 36.72903442], [73.49024963, 36.72569275], [73.48303223, 36.72653198], [73.4127655, 36.75098419], [73.4072113, 36.75153351], [73.2530365, 36.71240234], [73.2477417, 36.71129608], [73.16358948, 36.72270966], [73.15719604, 36.72298431], [73.06607056, 36.69245911], [73.05996704, 36.6907959], [73.04747009, 36.67108154], [73.04801941, 36.66664886], [73.07220459, 36.60944366], [73.07302856, 36.60527802], [73.03829956, 36.54058838], [73.03552246, 36.53752899], [72.9683075, 36.50146484], [72.96414185, 36.49840546], [72.96302795, 36.47368622], [72.95970154, 36.47119141], [72.87995911, 36.45539093], [72.87524414, 36.45289612], [72.85079956, 36.37570953], [72.84663391, 36.37265778], [72.71330261, 36.30576324], [72.70913696, 36.3032608], [72.68025208, 36.26744843], [72.6769104, 36.26439667], [72.58720398, 36.26078796], [72.58332825, 36.2588501], [72.54273987, 36.2080307], [72.54025269, 36.2024765], [72.54469299, 36.15026855], [72.54385376, 36.14471436], [72.51858521, 36.09055328], [72.51913452, 36.08583069], [72.56694031, 36.01222229], [72.56694031, 36.00750732], [72.51277161, 35.90470886], [72.51277161, 35.90026855], [72.5680542, 35.85193634], [72.57026672, 35.84860229], [72.67082214, 35.81832886], [72.67692566, 35.81749725], [72.80581665, 35.85527039], [72.81109619, 35.85721588], [72.97137451, 35.83387756], [72.97637939, 35.83387756], [73.08720398, 35.86193848], [73.09248352, 35.86027527], [73.12109375, 35.84249115], [73.12414551, 35.83860016], [73.11192322, 35.76554871], [73.11164856, 35.75999451], [73.13442993, 35.71138], [73.1361084, 35.70888519], [73.27720642, 35.61666107], [73.28109741, 35.61388397], [73.40748596, 35.57471466], [73.41442871, 35.57332611], [73.78970337, 35.51610565], [73.80677795, 35.50411224], [73.70359802, 35.39971924], [73.70193481, 35.39471436], [73.69831848, 35.30665588], [73.6988678, 35.30193329], [73.72360229, 35.22499084], [73.72665405, 35.22137451], [73.79386902, 35.23915863], [73.79998779, 35.23777008], [73.84498596, 35.20943451], [73.84971619, 35.2077713], [73.90942383, 35.2105484], [73.9155426, 35.20943451], [74.00387573, 35.17166138], [74.0083313, 35.16944122], [74.027771, 35.14554596], [74.03166199, 35.14332581], [74.07443237, 35.1508255], [74.08027649, 35.15110016], [74.12442017, 35.12748718], [74.12648773, 35.12462997], [74.06860352, 35.0930481], [74.06581116, 35.08998871], [74.06137085, 35.06471252], [74.06219482, 35.06054688], [74.08720398, 35.0249939], [74.08526611, 35.01832581], [74.0599823, 34.99916077], [74.05581665, 34.99610138], [74.05331421, 34.96082306], [74.051651, 34.95555115], [73.9863739, 34.87054443], [73.98304749, 34.86749268], [73.91249084, 34.82888031], [73.90776062, 34.82666016], [73.83970642, 34.82804871], [73.83387756, 34.82694244], [73.72970581, 34.77832794], [73.72637939, 34.77526855], [73.70637512, 34.72859955], [73.70359802, 34.72470856], [73.66693115, 34.69748688], [73.66360474, 34.69443512], [73.67469788, 34.65110016], [73.67442322, 34.64582825], [73.64471436, 34.57054901], [73.64109802, 34.56694031], [73.58720398, 34.58693695], [73.58166504, 34.58776855], [73.44552612, 34.55888367], [73.44274902, 34.55499268], [73.39915466, 34.36221313], [73.39915466, 34.35749817], [73.46253204, 34.25922012], [73.46793365, 34.24947357], [73.50847626, 34.06552887], [73.51313782, 34.04160309], [73.41196442, 33.97755814], [73.37956238, 33.97559357], [73.36925507, 33.96206284], [73.38006592, 33.94846344], [73.37524414, 33.93468475], [73.33695221, 33.89825439], [73.33401489, 33.88171387], [73.23889923, 33.83454132]]], "type": "Polygon"}, "id": "KP", "properties": {"CC_1": null, "ENGTYPE_1": "Province", "GID_0": "PAK", "GID_1": "PAK.5_1", "HASC_1": "PK.NW", "NAME_0": "Pakistan", "NAME_1": "Khyber Pakhtunkhwa", "NL_NAME_1": null, "TYPE_1": "Province", "VARNAME_1": "Khyber Pakhtunkhwa", "cases_tt": "Khyber Pakhtunkhwa</BR>Cases:219721.0</BR>Ratio:14.35%", "deaths_tt": "Khyber Pakhtunkhwa</BR>Cases:219721.0</BR>Deaths:6324.0</BR>Ratio:2.88%", "highlight": {"color": "red", "fillOpacity": 0.8999999999999999, "weight": 3}, "style": {"color": "black", "fillColor": "#fdbb84", "fillOpacity": 0.7, "opacity": 0.2, "weight": 1}}, "type": "Feature"}, {"geometry": {"coordinates": [[[75.24537659, 34.90743637], [75.22611237, 34.88848877], [75.20868683, 34.85906601], [75.18997955, 34.85466766], [75.1783905, 34.87096024], [75.07594299, 34.8026886], [75.06547546, 34.79719925], [75.03445435, 34.84296417], [75.02775574, 34.85386276], [74.9197464, 34.88382339], [74.90412903, 34.88882828], [74.87218475, 34.9127388], [74.85767365, 34.92613983], [74.80981445, 34.94111252], [74.79141235, 34.91477966], [74.80111694, 35.0206604], [74.81513214, 35.04671097], [74.64929962, 35.13991165], [74.63859558, 35.15496826], [74.48894501, 35.07893753], [74.46123505, 35.08024979], [74.43442535, 35.10388184], [74.42105865, 35.11500168], [74.3795929, 35.12509918], [74.35565948, 35.13258362], [74.20337677, 35.14091873], [74.12648773, 35.12462997], [74.08554077, 35.14943695], [74.08027649, 35.15110016], [74.03804016, 35.14221954], [74.03166199, 35.14332581], [74.01138306, 35.16609955], [74.0083313, 35.16944122], [73.92082214, 35.2069397], [73.9155426, 35.20943451], [73.85664368, 35.20749664], [73.84971619, 35.2077713], [73.78665161, 35.23999023], [73.78109741, 35.24054718], [73.73580933, 35.22137451], [73.73054504, 35.2197113], [73.70109558, 35.29305267], [73.69970703, 35.29721832], [73.69941711, 35.38388062], [73.70054626, 35.3897171], [73.80303955, 35.50305176], [73.80677795, 35.50411224], [73.78970337, 35.51610565], [73.78027344, 35.52249146], [73.42025757, 35.57332611], [73.41442871, 35.57332611], [73.28581238, 35.61166382], [73.28109741, 35.61388397], [73.13970947, 35.70555115], [73.1361084, 35.70888519], [73.11303711, 35.75499725], [73.11164856, 35.75999451], [73.1252594, 35.83387756], [73.12414551, 35.83860016], [73.08720398, 35.86193848], [73.08166504, 35.86360931], [72.98165894, 35.83526611], [72.97637939, 35.83387756], [72.81748962, 35.85694122], [72.81109619, 35.85721588], [72.68359375, 35.8180542], [72.67692566, 35.81749725], [72.57971191, 35.84415436], [72.57499695, 35.8458252], [72.5166626, 35.89694214], [72.51277161, 35.90026855], [72.56455994, 36.0019455], [72.56694031, 36.00750732], [72.51913452, 36.08583069], [72.51858521, 36.09055328], [72.54219055, 36.1397171], [72.54385376, 36.14471436], [72.54998779, 36.22691345], [72.55276489, 36.23135376], [72.59248352, 36.26301575], [72.59637451, 36.2644043], [72.67247009, 36.26272583], [72.6769104, 36.26439667], [72.70635986, 36.29965973], [72.70913696, 36.3032608], [72.84663391, 36.37265778], [72.85079956, 36.37570953], [72.87246704, 36.44984436], [72.87524414, 36.45289612], [72.95497131, 36.46925354], [72.95970154, 36.47119141], [72.96498108, 36.49368286], [72.96414185, 36.49840546], [73.03164673, 36.53503418], [73.03552246, 36.53752899], [73.07081604, 36.59972382], [73.07302856, 36.60527802], [73.04940796, 36.66164398], [73.04801941, 36.66664886], [73.05662537, 36.68829346], [73.05996704, 36.6907959], [73.15136719, 36.72187805], [73.15719604, 36.72298431], [73.24246216, 36.71073914], [73.2477417, 36.71129608], [73.40054321, 36.75125885], [73.4072113, 36.75153351], [73.47691345, 36.72763824], [73.48303223, 36.72653198], [73.55718994, 36.72875977], [73.5630188, 36.72903442], [73.5821991, 36.71015167], [73.58609009, 36.70737457], [73.65330505, 36.70293427], [73.6602478, 36.70265961], [73.69580078, 36.71849823], [73.70108032, 36.72016144], [73.76249695, 36.7201767], [73.76776123, 36.72129059], [73.84776306, 36.70768738], [73.85137939, 36.71074677], [73.86276245, 36.74353027], [73.86303711, 36.74825287], [73.8430481, 36.78769684], [73.840271, 36.79131317], [73.8044281, 36.80297089], [73.79748535, 36.80325317], [73.78469849, 36.8254776], [73.7808075, 36.82881165], [73.70108032, 36.84463501], [73.6963501, 36.84685516], [73.64775085, 36.89936066], [73.64189148, 36.90406036], [73.83649445, 36.90911102], [73.84008789, 36.90884781], [74.02451324, 36.84760666], [74.02774048, 36.84659576], [74.10973358, 36.84095764], [74.11966705, 36.84171677], [74.14751434, 36.90570068], [74.15203857, 36.90984726], [74.2363739, 36.89957047], [74.25231934, 36.90039825], [74.41345215, 36.98817444], [74.42054749, 36.99611664], [74.4981308, 36.9995575], [74.51735687, 36.998909], [74.55075073, 36.95967484], [74.5584259, 36.96028137], [74.57192993, 37.03184128], [74.57155609, 37.03443909], [74.60374451, 37.04406738], [74.61131287, 37.04994965], [74.61122894, 37.07704926], [74.61221313, 37.08284378], [74.64404297, 37.09381866], [74.67674255, 37.09701157], [74.7294693, 37.02489853], [74.74199677, 37.02205658], [74.82798767, 37.06289673], [74.83174896, 37.06238556], [74.84780884, 36.9947319], [74.85128784, 36.98796844], [74.91730499, 36.93634796], [74.92241669, 36.93455887], [75.01828003, 37.00850296], [75.02527618, 37.0114212], [75.12987518, 37.01416779], [75.14686584, 37.01988983], [75.16556549, 36.99175262], [75.16622162, 36.98883057], [75.21273804, 36.96976089], [75.2303009, 36.95973969], [75.27828217, 36.96482086], [75.29882813, 36.96549225], [75.3723526, 36.94361877], [75.4018631, 36.94281006], [75.40988922, 36.93539429], [75.4101181, 36.93466949], [75.39012909, 36.9172821], [75.38889313, 36.91011047], [75.41265869, 36.88356781], [75.41734314, 36.87757111], [75.42209625, 36.78024673], [75.42295837, 36.77172089], [75.45348358, 36.72377014], [75.45449829, 36.72161484], [75.52243805, 36.72315216], [75.53109741, 36.72275925], [75.53305817, 36.7618866], [75.54621887, 36.76655197], [75.62850189, 36.76877975], [75.65245056, 36.76884079], [75.71913147, 36.75053787], [75.72970581, 36.74645996], [75.90820313, 36.62788773], [75.91886902, 36.62047958], [75.92884827, 36.55818176], [75.93280029, 36.54914856], [76.00837708, 36.45330048], [76.0254364, 36.40917206], [76.02723694, 36.39575958], [76.025177, 36.38941574], [75.98778534, 36.34955978], [75.98674011, 36.3482399], [75.98939514, 36.31275558], [75.98825836, 36.29343033], [75.99220276, 36.29261017], [76.00978088, 36.2889595], [76.05301666, 36.23731995], [76.05557251, 36.22731018], [76.00637817, 36.22109985], [76.00090027, 36.21606064], [76.00266266, 36.19754028], [76.00166321, 36.18556213], [76.01574707, 36.1769104], [76.0191803, 36.16667175], [75.96656036, 36.16005325], [75.96582031, 36.1598587], [75.94635773, 36.13500214], [75.9367981, 36.13394928], [75.94039917, 36.08985138], [75.94628143, 36.06933212], [75.99485016, 36.02182007], [76.0015564, 36.0181694], [76.08006287, 36.0183754], [76.09187317, 36.01445007], [76.15516663, 35.93849945], [76.1622467, 35.92797089], [76.16899109, 35.83821869], [76.17517853, 35.83338928], [76.20823669, 35.84699631], [76.22182465, 35.85093307], [76.3377533, 35.83327103], [76.34873962, 35.83343124], [76.38609314, 35.86711121], [76.39349365, 35.87103653], [76.4372406, 35.87002563], [76.44876862, 35.87065887], [76.55542755, 35.91765594], [76.56726074, 35.91782379], [76.5876236, 35.90564346], [76.59051514, 35.893116], [76.5803833, 35.8319397], [76.57794189, 35.81900787], [76.59057617, 35.80290222], [76.5960083, 35.78493881], [76.65370178, 35.76274109], [76.66603851, 35.75809097], [76.75183105, 35.67442703], [76.75229645, 35.67409897], [76.83030701, 35.67725372], [76.85223389, 35.67127991], [76.93295288, 35.61591721], [76.95361328, 35.6064415], [77.05148315, 35.60044861], [77.05671692, 35.59941483], [77.08364105, 35.57495499], [77.09411621, 35.56653976], [77.17151642, 35.53594208], [77.18669891, 35.52833939], [77.29026031, 35.53443909], [77.31230164, 35.53068161], [77.3997879, 35.46894073], [77.40122223, 35.46858215], [77.47377014, 35.47713852], [77.53611755, 35.49594879], [77.60554504, 35.47681046], [77.62321472, 35.47655869], [77.69390106, 35.48025894], [77.69567871, 35.48038864], [77.77416992, 35.51184845], [77.79754639, 35.51697922], [77.84089661, 35.50421143], [77.84307861, 35.50098419], [77.84082031, 35.50111008], [77.82392883, 35.50133133], [77.66091919, 35.37522888], [77.6505661, 35.36708069], [77.17558289, 35.06679153], [77.1568222, 35.05469894], [77.08137512, 35.02633667], [77.068367, 35.02412033], [77.0269165, 35.04079437], [77.01809692, 35.03846359], [77.01013947, 34.95628738], [76.99748993, 34.93915176], [76.9703598, 34.93558121], [76.95034027, 34.94094086], [76.88350677, 34.97032928], [76.87004089, 34.97243118], [76.82552338, 34.94165421], [76.81105042, 34.93545532], [76.76242828, 34.93299103], [76.74936676, 34.92660141], [76.74468994, 34.84473038], [76.74324036, 34.84009933], [76.68719482, 34.7632103], [76.6818161, 34.75959015], [76.57097626, 34.75842285], [76.56181335, 34.75833893], [76.47732544, 34.79398727], [76.47434235, 34.79437256], [76.40953827, 34.75216675], [76.38593292, 34.73595047], [76.31613922, 34.73163223], [76.30150604, 34.72444153], [76.28330231, 34.70151901], [76.27511597, 34.69364166], [76.19278717, 34.65526962], [76.15791321, 34.64340973], [76.05502319, 34.67602921], [76.03646088, 34.67026901], [76.0003891, 34.63581085], [75.99185181, 34.62997055], [75.94625092, 34.63117981], [75.93221283, 34.62443161], [75.76877594, 34.5221405], [75.74920654, 34.51583099], [75.64414978, 34.53353882], [75.61556244, 34.53853989], [75.50609589, 34.53733063], [75.478508, 34.5393486], [75.41326904, 34.58374023], [75.39602661, 34.59054184], [75.35387421, 34.64379501], [75.34528351, 34.66159058], [75.35903168, 34.78235626], [75.34726715, 34.81210709], [75.24537659, 34.90743637]]], "type": "Polygon"}, "id": "GB", "properties": {"CC_1": null, "ENGTYPE_1": "Province", "GID_0": "PAK", "GID_1": "PAK.6_1", "HASC_1": "PK.NA", "NAME_0": "Pakistan", "NAME_1": "Gilgit-Baltistan", "NL_NAME_1": null, "TYPE_1": "Province", "VARNAME_1": "Gilgit-Baltistan", "cases_tt": "Gilgit-Baltistan</BR>Cases:11752.0</BR>Ratio:0.77%", "deaths_tt": "Gilgit-Baltistan</BR>Cases:11752.0</BR>Deaths:191.0</BR>Ratio:1.63%", "highlight": {"color": "red", "fillOpacity": 0.8999999999999999, "weight": 3}, "style": {"color": "black", "fillColor": "#fef0d9", "fillOpacity": 0.7, "opacity": 0.2, "weight": 1}}, "type": "Feature"}, {"geometry": {"coordinates": [[[71.12506104, 27.79225159], [70.94995117, 27.71883965], [70.90686035, 27.70063972], [70.76721191, 27.71494293], [70.75766754, 27.71720886], [70.6879425, 27.82188988], [70.67841339, 27.8390522], [70.67210388, 27.91431808], [70.66069794, 27.93050194], [70.53033447, 28.03248787], [70.50983429, 28.03554344], [70.40859985, 28.0172863], [70.36616516, 28.00824928], [70.18127441, 27.85557938], [70.18078613, 27.8551445], [70.10361481, 27.88087463], [70.04846191, 27.90102768], [69.99058533, 27.93845558], [69.96438599, 27.9493618], [69.86386108, 28.0589447], [69.83583832, 28.08774376], [69.81485748, 28.13336563], [69.80516815, 28.16484833], [69.78437805, 28.33353806], [69.78460693, 28.35455322], [69.71382141, 28.41002083], [69.69168091, 28.43330193], [69.63441467, 28.4400692], [69.57135773, 28.44544029], [69.59161377, 28.47854233], [69.50839996, 28.49294662], [69.47377014, 28.49564171], [69.39490509, 28.46832275], [69.39013672, 28.45601082], [69.35756683, 28.45758247], [69.34868622, 28.45698166], [69.29483032, 28.49657059], [69.26659393, 28.55038071], [69.2617569, 28.5699482], [69.3433075, 28.60209084], [69.37264252, 28.61347008], [69.46252441, 28.77357101], [69.48638916, 28.81775284], [69.48197937, 28.84961128], [69.44750977, 28.85571671], [69.43370056, 28.86474991], [69.44984436, 28.89188004], [69.45266724, 28.92408943], [69.52084351, 28.97825432], [69.54151917, 28.98280525], [69.59479523, 29.06504822], [69.60927582, 29.08756256], [69.63998413, 29.10170364], [69.67243195, 29.10537338], [69.68070984, 29.14538956], [69.70274353, 29.17242622], [69.70384979, 29.21696281], [69.73613739, 29.29141045], [69.73291016, 29.31164742], [69.67286682, 29.28589821], [69.64352417, 29.27382469], [69.62701416, 29.32327461], [69.61348724, 29.33323097], [69.63667297, 29.38693619], [69.62750244, 29.40308952], [69.60979462, 29.42123413], [69.58270264, 29.43859482], [69.53515625, 29.4268055], [69.52797699, 29.43132591], [69.55693817, 29.51789093], [69.56504059, 29.54398537], [69.55606842, 29.61721992], [69.55838013, 29.6515255], [69.565979, 29.65929794], [69.58039856, 29.65628815], [69.600914, 29.6988163], [69.60431671, 29.70487595], [69.62265778, 29.71503258], [69.69335175, 29.73597717], [69.78229523, 29.8018837], [69.80595398, 29.80894089], [69.84156799, 29.89215469], [69.89082336, 29.99603844], [69.93463135, 30.0498867], [69.96577454, 30.07747841], [69.95213318, 30.09950447], [69.96578979, 30.12017441], [69.99937439, 30.14981651], [70.01943207, 30.21030045], [70.04140472, 30.23246765], [70.04412079, 30.24332047], [69.93819427, 30.24474907], [70.04832458, 30.27134323], [70.01644897, 30.29156303], [69.92073059, 30.28214836], [69.9201355, 30.29816818], [69.93984985, 30.33243561], [70.00049591, 30.36281776], [70.00176239, 30.4203434], [69.97995758, 30.43228531], [70.03341675, 30.55002785], [70.06851959, 30.5935688], [70.07975006, 30.63446617], [70.06414795, 30.69179153], [70.07009888, 30.71722412], [70.12303925, 30.75283051], [70.12705994, 30.77388382], [70.15114594, 30.77304459], [70.17875671, 30.77493477], [70.17934418, 30.80021858], [70.18778229, 30.83141327], [70.22432709, 30.8415184], [70.25809479, 30.84354401], [70.25091553, 30.88960075], [70.22418976, 30.89373016], [70.24092865, 31.008564], [70.24302673, 31.04728127], [70.21672821, 31.06680298], [70.2286911, 31.08124924], [70.23053741, 31.09779549], [70.22111511, 31.1366806], [70.2270813, 31.15413284], [70.35972595, 31.18795776], [70.37184143, 31.19159698], [70.36702728, 31.22586823], [70.36973572, 31.24586105], [70.38861847, 31.24212074], [70.39962006, 31.24438286], [70.41591644, 31.27651787], [70.43057251, 31.28612518], [70.46053314, 31.2910862], [70.4890976, 31.29352188], [70.52205658, 31.31985283], [70.53556061, 31.32509804], [70.60234833, 31.31177521], [70.60945129, 31.30899429], [70.6740036, 31.31591034], [70.68226624, 31.3181839], [70.75226593, 31.29818344], [70.77204895, 31.30087852], [70.80757141, 31.38168907], [70.80931091, 31.38949966], [70.85248566, 31.42108536], [70.86094666, 31.44083023], [70.85017395, 31.48109818], [70.84723663, 31.48823547], [70.85723877, 31.49877739], [70.87737274, 31.50767899], [70.8538208, 31.53442383], [70.84923553, 31.54087639], [70.85974121, 31.57141876], [70.86476898, 31.57852936], [70.85982513, 31.64843559], [70.86100006, 31.65509987], [71.0291748, 31.86330414], [71.03662872, 31.8671875], [71.03865051, 31.92235756], [71.04189301, 31.94165993], [71.05657196, 31.9535656], [71.06132507, 31.9606781], [71.06467438, 32.01216507], [71.0672226, 32.01928329], [71.09709167, 32.03941727], [71.10045624, 32.04538345], [71.11575317, 32.13269806], [71.1180191, 32.13912964], [71.15659332, 32.1527977], [71.16377258, 32.15645218], [71.17990875, 32.22192001], [71.18762207, 32.24787521], [71.26933289, 32.33703995], [71.27462006, 32.34346008], [71.33514404, 32.3568306], [71.34572601, 32.37012863], [71.34849548, 32.41931915], [71.33544159, 32.42924881], [71.36198425, 32.49284363], [71.36188507, 32.50801849], [71.34596252, 32.50669098], [71.33689117, 32.52856064], [71.32234192, 32.52814865], [71.26951599, 32.49199677], [71.25035858, 32.49619675], [71.24279022, 32.50587463], [71.24287415, 32.5130043], [71.27038574, 32.56579208], [71.26216125, 32.58972931], [71.18987274, 32.5786972], [71.17129517, 32.58542633], [71.121315, 32.76766968], [71.12056732, 32.77434158], [71.13674164, 32.7963562], [71.14782715, 32.80597687], [71.15252686, 32.85562134], [71.1556778, 32.89009476], [71.18014526, 32.94082642], [71.19109344, 32.96194077], [71.25622559, 32.99460602], [71.28079987, 33.00762939], [71.31513977, 33.01142502], [71.32070923, 32.99485397], [71.33569336, 32.98606873], [71.37360382, 32.98985672], [71.39002991, 32.98727417], [71.47990417, 33.02376556], [71.50588989, 33.04046249], [71.5087204, 33.04735184], [71.46174622, 33.06612778], [71.40634918, 33.2079277], [71.40836334, 33.21596527], [71.52936554, 33.21672058], [71.534729, 33.20589828], [71.56044769, 33.22282791], [71.57082367, 33.21911621], [71.60116577, 33.18637085], [71.60438538, 33.17969513], [71.61972809, 33.10837555], [71.63236237, 33.08603287], [71.69644165, 33.05271912], [71.71013641, 33.05060577], [71.71200562, 33.09267044], [71.71854401, 33.11196136], [71.76174164, 33.1688385], [71.76364136, 33.19044113], [71.73227692, 33.2296257], [71.71063232, 33.25567627], [71.73078918, 33.31308746], [71.73735046, 33.35743713], [71.84460449, 33.4021492], [71.87236786, 33.40665817], [71.87458038, 33.43170929], [71.87770081, 33.43997574], [71.94247437, 33.48896408], [71.96073151, 33.50177765], [71.98448944, 33.58492661], [71.99193573, 33.63479233], [72.02898407, 33.70901871], [72.04381561, 33.73049164], [72.07901001, 33.76026535], [72.09396362, 33.77170944], [72.12111664, 33.77116394], [72.16707611, 33.75974655], [72.24476624, 33.83306503], [72.23566437, 33.87562561], [72.25597382, 33.89992905], [72.35048676, 33.93387985], [72.37141418, 33.94047928], [72.40146637, 33.97624588], [72.41676331, 33.99389648], [72.50563812, 33.99200058], [72.52677155, 33.99261856], [72.5450058, 33.95692444], [72.5508728, 33.94242477], [72.63611603, 33.93570709], [72.65605164, 33.92782593], [72.64463806, 33.91337967], [72.61914825, 33.8923111], [72.62281799, 33.87781525], [72.66387177, 33.86356354], [72.66926575, 33.86157227], [72.74024963, 33.92479324], [72.79463196, 33.92967606], [72.79528046, 33.91495895], [72.78656006, 33.8968277], [72.82728577, 33.8835907], [72.8476944, 33.86949921], [72.82711792, 33.82266617], [72.87049103, 33.80160522], [72.83491516, 33.78631592], [72.83200836, 33.77207184], [72.86373138, 33.76346207], [72.88008881, 33.75444412], [72.85610199, 33.72683334], [72.78007507, 33.70806122], [72.7779007, 33.70531082], [72.80471039, 33.64525986], [72.82782745, 33.60985947], [72.85160828, 33.58465958], [72.85845947, 33.57620239], [72.94264221, 33.62593842], [72.94858551, 33.62979126], [73.04188538, 33.65919876], [73.05747986, 33.6640625], [73.09849548, 33.60471725], [73.10588074, 33.59578323], [73.10398865, 33.57400131], [73.07323456, 33.55591583], [73.05410767, 33.54693222], [73.10718536, 33.50967407], [73.16322327, 33.49418259], [73.2178421, 33.5559845], [73.24510193, 33.59407806], [73.24900055, 33.62650299], [73.24985504, 33.65155411], [73.26868439, 33.65821838], [73.28018951, 33.65734482], [73.33108521, 33.70040894], [73.33380127, 33.7033844], [73.30223846, 33.70619583], [73.26558685, 33.70908737], [73.24678802, 33.74650574], [73.24485779, 33.76301193], [73.17208099, 33.78874207], [73.14516449, 33.80332947], [73.31165314, 33.87005997], [73.33401489, 33.88171387], [73.34954071, 33.91913605], [73.37524414, 33.93468475], [73.36925507, 33.96206284], [73.37956238, 33.97559357], [73.41196442, 33.97755814], [73.43755341, 33.98391342], [73.46814728, 34.01875687], [73.50196075, 34.02439499], [73.49163055, 33.98332214], [73.53636169, 33.92136765], [73.54099274, 33.90690613], [73.53010559, 33.83026886], [73.52425385, 33.81225967], [73.55944824, 33.75857544], [73.56256866, 33.75110245], [73.536026, 33.66519547], [73.53672791, 33.65729523], [73.59226227, 33.56036377], [73.59660339, 33.54405212], [73.57970428, 33.52064514], [73.57526398, 33.50841904], [73.58939362, 33.48290253], [73.58299255, 33.463974], [73.54186249, 33.4093895], [73.53899384, 33.39458466], [73.60067749, 33.23421097], [73.60582733, 33.21811676], [73.5856781, 33.15067291], [73.58398438, 33.14397049], [73.59093475, 33.10116577], [73.59674072, 33.09434891], [73.67961121, 33.08308029], [73.69499969, 33.07193375], [73.73239899, 33.04373932], [73.7437973, 33.03497314], [73.75380707, 32.97959137], [73.76205444, 32.97574997], [73.78816986, 33.00736618], [73.82015991, 33.0173111], [73.90855408, 32.99806595], [73.9260025, 33.00150681], [73.95346069, 32.94979858], [73.96382141, 32.94337082], [73.99842072, 32.94793701], [74.0064621, 32.94827652], [74.0149231, 32.94002151], [74.03057098, 32.92794418], [74.13601685, 32.90216827], [74.14402771, 32.90018845], [74.16699982, 32.8747673], [74.18348694, 32.86569595], [74.23818207, 32.84999084], [74.25339508, 32.84627533], [74.27519226, 32.81275177], [74.3115387, 32.78596497], [74.37895203, 32.8016243], [74.38803864, 32.80344772], [74.50269318, 32.75986862], [74.53153229, 32.74073029], [74.60831451, 32.75747299], [74.61423492, 32.75773239], [74.63279724, 32.77766037], [74.64154053, 32.79188919], [74.63722992, 32.81081009], [74.63800049, 32.81809998], [74.68083191, 32.83819962], [74.69702148, 32.83971405], [74.66188049, 32.75482178], [74.65013885, 32.71841049], [74.67563629, 32.66577911], [74.6762085, 32.65800095], [74.64924622, 32.62586975], [74.64221191, 32.61104965], [74.66195679, 32.55147171], [74.68051147, 32.53818893], [74.68225861, 32.50204849], [74.68673706, 32.4930687], [74.74357605, 32.48149872], [74.74698639, 32.47915268], [74.818573, 32.49605942], [74.83532715, 32.49621201], [74.96386719, 32.45252991], [74.97310638, 32.44792938], [75.02140808, 32.48537064], [75.03016663, 32.49176025], [75.0716095, 32.48296356], [75.08262634, 32.48004532], [75.12090302, 32.44149017], [75.12792969, 32.42116928], [75.17954254, 32.42544174], [75.18852997, 32.42448044], [75.19272614, 32.41807175], [75.19547272, 32.40531158], [75.2305069, 32.39929199], [75.23152924, 32.399189], [75.32232666, 32.33732605], [75.33042145, 32.33171082], [75.33622742, 32.29573822], [75.33992004, 32.28856659], [75.36415863, 32.27180862], [75.36699677, 32.26874924], [75.36048126, 32.23175049], [75.35927582, 32.22703934], [75.31494141, 32.21567917], [75.31420135, 32.2149086], [75.33307648, 32.20486069], [75.33328247, 32.20471954], [75.27197266, 32.11275101], [75.23916626, 32.08715057], [75.23342896, 32.08436203], [75.22776031, 32.08455658], [75.22496033, 32.10689926], [75.22270966, 32.11252975], [75.1989975, 32.11732864], [75.19532013, 32.11664963], [75.1667099, 32.07025909], [75.1644516, 32.06797028], [75.11785126, 32.0830307], [75.11625671, 32.08280945], [75.09427643, 32.06087112], [75.09216309, 32.0594902], [75.01061249, 32.03039932], [75.00492859, 32.02875519], [74.93874359, 32.06197357], [74.92592621, 32.06565094], [74.87934113, 32.05187988], [74.87242889, 32.05052948], [74.86750793, 32.03115082], [74.86508179, 32.02391052], [74.81904602, 31.9979229], [74.81835175, 31.99744987], [74.81038666, 31.95616913], [74.80914307, 31.95513916], [74.75013733, 31.95009041], [74.74772644, 31.95228004], [74.73963928, 31.93853951], [74.73591614, 31.93738937], [74.7177887, 31.95773506], [74.709198, 31.95794868], [74.70506287, 31.93057632], [74.70326233, 31.92489815], [74.66187286, 31.91867256], [74.65986633, 31.91823006], [74.6265564, 31.88293076], [74.62261963, 31.88134956], [74.60250092, 31.88648987], [74.60028076, 31.88602066], [74.56466675, 31.83243752], [74.55638123, 31.82882118], [74.55219269, 31.75434113], [74.55179596, 31.7532196], [74.51810455, 31.74057579], [74.51728058, 31.72291183], [74.60030365, 31.5696106], [74.60090637, 31.56783867], [74.60434723, 31.53590965], [74.60385132, 31.53411102], [74.56593323, 31.50287056], [74.5657959, 31.50172806], [74.62394714, 31.4869175], [74.62645721, 31.48669052], [74.64206696, 31.46154976], [74.64206696, 31.45996094], [74.56752014, 31.33480644], [74.55187225, 31.29845428], [74.53023529, 31.29867554], [74.51277924, 31.27549171], [74.51111603, 31.27233124], [74.52207184, 31.24867058], [74.52220154, 31.24753952], [74.50556946, 31.14954948], [74.5045929, 31.13850975], [74.53634644, 31.12506104], [74.54236603, 31.12282944], [74.55768585, 31.08702278], [74.56581879, 31.08434105], [74.59279633, 31.08740807], [74.59648895, 31.09094048], [74.59236908, 31.13335037], [74.59500885, 31.13495064], [74.62410736, 31.13680077], [74.62515259, 31.13726044], [74.62490845, 31.12258911], [74.6312027, 31.12128067], [74.66892242, 31.13038826], [74.67655182, 31.13104057], [74.69075012, 31.10399818], [74.69441986, 31.09815025], [74.6840744, 31.07422066], [74.68319702, 31.07217979], [74.60262299, 31.04470062], [74.60018158, 31.04354668], [74.57170105, 31.06743622], [74.55839539, 31.06752586], [74.53469086, 31.01569176], [74.53179169, 31.01268959], [74.53851318, 30.9973526], [74.53811646, 30.99354172], [74.48509216, 30.97046471], [74.47058868, 30.96598816], [74.41920471, 30.9116993], [74.41610718, 30.90604019], [74.36618042, 30.88565826], [74.36552429, 30.88540649], [74.37198639, 30.85294151], [74.36300659, 30.84580612], [74.31997681, 30.84962082], [74.31614685, 30.84758186], [74.29225922, 30.80233192], [74.28575897, 30.79959106], [74.29914093, 30.78596115], [74.29737854, 30.7827301], [74.26499939, 30.77278328], [74.26220703, 30.76803017], [74.28246307, 30.73457336], [74.28180695, 30.73023415], [74.23305511, 30.71988106], [74.23215485, 30.71962166], [74.19683838, 30.67177582], [74.1861496, 30.6593914], [74.15077209, 30.63254166], [74.14394379, 30.6291008], [74.12095642, 30.63239098], [74.11837006, 30.63216019], [74.11048889, 30.60704994], [74.10945892, 30.60593033], [74.09583282, 30.61507988], [74.09099579, 30.61279106], [74.09307098, 30.57987976], [74.09262848, 30.57534981], [74.06932831, 30.5560112], [74.06790161, 30.55487061], [74.07996368, 30.53305054], [74.07761383, 30.52936172], [74.06085205, 30.52114105], [74.05570221, 30.5220108], [74.04023743, 30.53768539], [74.03401184, 30.5362606], [73.98851776, 30.50456047], [73.98365021, 30.50053024], [73.96652985, 30.46349144], [73.962677, 30.45760727], [73.93974304, 30.46269417], [73.93528748, 30.46295738], [73.93034363, 30.4249897], [73.92785645, 30.4209137], [73.92016602, 30.42014122], [73.90341949, 30.41679764], [73.87088776, 30.37499619], [73.87125397, 30.36857224], [73.95574951, 30.2630291], [73.9578476, 30.26169014], [73.96631622, 30.19504929], [73.95796204, 30.18574715], [73.79408264, 30.06965828], [73.78721619, 30.06640053], [73.65339661, 30.03120041], [73.61118317, 30.02240944], [73.39924622, 29.94341087], [73.39137268, 29.93787003], [73.27488708, 29.56666946], [73.27131653, 29.55696106], [73.09229279, 29.25377274], [73.08927155, 29.24909019], [73.01570892, 29.16432953], [73.00003052, 29.14736557], [72.9437561, 29.02991104], [72.94171906, 29.0272007], [72.74143982, 28.94829941], [72.71129608, 28.93502998], [72.38996887, 28.76801491], [72.38469696, 28.76394081], [72.32628632, 28.69889259], [72.30195618, 28.6648159], [72.19802856, 28.3813858], [72.18442535, 28.35800552], [72.00543976, 28.2154007], [71.99588013, 28.20695686], [71.94265747, 28.13973808], [71.93325806, 28.12685966], [71.90154266, 27.96899033], [71.89737701, 27.95742035], [71.66394043, 27.87265015], [71.65828705, 27.86893082], [71.409729, 27.86578941], [71.38105011, 27.86193085], [71.12506104, 27.79225159]]], "type": "Polygon"}, "id": "PU", "properties": {"CC_1": null, "ENGTYPE_1": "Province", "GID_0": "PAK", "GID_1": "PAK.7_1", "HASC_1": "PK.PB", "NAME_0": "Pakistan", "NAME_1": "Punjab", "NL_NAME_1": null, "TYPE_1": "Province", "VARNAME_1": "Pendjab|Penjab", "cases_tt": "Punjab</BR>Cases:507408.0</BR>Ratio:33.14%", "deaths_tt": "Punjab</BR>Cases:507408.0</BR>Deaths:13565.0</BR>Ratio:2.67%", "highlight": {"color": "red", "fillOpacity": 0.8999999999999999, "weight": 3}, "style": {"color": "black", "fillColor": "#b30000", "fillOpacity": 0.7, "opacity": 0.2, "weight": 1}}, "type": "Feature"}, {"geometry": {"coordinates": [[[[67.99069214, 23.7634716], [67.99069214, 23.7634716]]], [[[68.07541656, 23.70541763], [68.07541656, 23.70541763]]], [[[68.10624695, 23.71291733], [68.10624695, 23.71291733]]], [[[68.09236145, 23.70791626], [68.09236145, 23.70791626]]], [[[68.10124969, 23.71180534], [68.10124969, 23.71180534]]], [[[67.93791962, 23.77791595], [67.93791962, 23.77791595]]], [[[67.94097137, 23.77236176], [67.94097137, 23.77236176]]], [[[68.1029129, 23.82048416], [68.18291473, 23.8390255], [68.18319702, 23.8390255], [68.19430542, 23.79319382], [68.19458008, 23.79319382], [68.1645813, 23.73291779], [68.1645813, 23.73069572], [68.1423645, 23.73402977], [68.14208221, 23.73402977], [68.15847015, 23.72819328], [68.15958405, 23.72819328], [68.15763855, 23.70736122], [68.15763855, 23.70708275], [68.13569641, 23.70680618], [68.13346863, 23.70680618], [68.10847473, 23.73263931], [68.10624695, 23.73263931], [68.10902405, 23.71791458], [68.10902405, 23.71763611], [68.07125092, 23.7215271], [68.07013702, 23.7215271], [68.06874847, 23.70680618], [68.06708527, 23.70680618], [68.05569458, 23.73152542], [68.05569458, 23.73319435], [68.0873642, 23.75402832], [68.08763885, 23.75402832], [68.0854187, 23.80486107], [68.0854187, 23.80541611], [68.12625122, 23.79513931], [68.12652588, 23.79513931], [68.09430695, 23.80930328], [68.09375, 23.80930328], [68.1029129, 23.82048416]]], [[[67.76513672, 23.82486153], [67.76513672, 23.82486153]]], [[[67.76041412, 23.82819366], [67.76041412, 23.82819366]]], [[[67.6479187, 23.8409729], [67.6479187, 23.8409729]]], [[[66.95625305, 24.83569527], [66.95625305, 24.83569527]]], [[[66.95180511, 24.83791733], [66.95180511, 24.83791733]]], [[[66.94985962, 24.83708382], [66.94985962, 24.83708382]]], [[[66.94680786, 24.8390274], [66.94680786, 24.8390274]]], [[[66.92346954, 24.85319519], [66.92346954, 24.85319519]]], [[[66.94069672, 24.84319496], [66.94069672, 24.84319496]]], [[[66.93846893, 24.84513855], [66.93846893, 24.84513855]]], [[[66.9770813, 24.80819511], [66.9770813, 24.80819511]]], [[[66.97208405, 24.8073616], [66.97208405, 24.8073616]]], [[[66.97013855, 24.81430626], [66.97013855, 24.81430626]]], [[[66.96875, 24.8204174], [66.96875, 24.8204174]]], [[[67.12041473, 24.75013733], [67.1515274, 24.73569489], [67.15180206, 24.73569489], [67.12041473, 24.75013733]]], [[[67.33708191, 24.60736275], [67.33708191, 24.60736275]]], [[[67.22374725, 24.63375282], [67.22374725, 24.63375282]]], [[[67.24680328, 24.62597275], [67.23735809, 24.63402748], [67.23735809, 24.63458252], [67.26430511, 24.64847374], [67.26430511, 24.64875031], [67.28541565, 24.62958336], [67.2859726, 24.62958336], [67.26430511, 24.59625053], [67.26430511, 24.59597206], [67.23458099, 24.61097145], [67.23430634, 24.61097145], [67.24680328, 24.62597275]]], [[[67.35514069, 24.64291573], [67.37264252, 24.6301384], [67.37291718, 24.6301384], [67.36875153, 24.61375046], [67.36875153, 24.61347198], [67.35514069, 24.62819481], [67.35514069, 24.62847137], [67.32958221, 24.62097359], [67.32819366, 24.62097359], [67.35514069, 24.64291573]]], [[[67.23430634, 24.64152527], [67.23708344, 24.61652756], [67.23708344, 24.61624718], [67.22319794, 24.63597488], [67.22264099, 24.63597488], [67.23430634, 24.64152527]]], [[[67.2784729, 24.66625023], [67.30080414, 24.66430473], [67.30124664, 24.66430473], [67.30847168, 24.64041519], [67.30874634, 24.64041519], [67.27680206, 24.63264084], [67.27625275, 24.63264084], [67.2784729, 24.66625023]]], [[[67.37069702, 24.66263962], [67.38319397, 24.65208244], [67.38375092, 24.65208244], [67.36930847, 24.65097237], [67.36875153, 24.65097237], [67.37069702, 24.66263962]]], [[[67.33625031, 24.67263985], [67.34625244, 24.6590271], [67.34625244, 24.65764046], [67.33125305, 24.64041519], [67.33125305, 24.63986206], [67.31485748, 24.63986015], [67.31402588, 24.63986206], [67.30513763, 24.6590271], [67.30486298, 24.6590271], [67.31874847, 24.65374947], [67.32069397, 24.65374947], [67.33625031, 24.67263985]]], [[[67.27347565, 24.66513824], [67.27347565, 24.66513824]]], [[[67.36264038, 24.66763878], [67.36680603, 24.64958382], [67.36680603, 24.64930534], [67.34347534, 24.64374733], [67.34263611, 24.64374733], [67.36264038, 24.66763878]]], [[[67.26403046, 24.66791534], [67.25763702, 24.63680458], [67.25763702, 24.63652802], [67.18902588, 24.64458275], [67.18791962, 24.64458275], [67.17736053, 24.66347313], [67.17708588, 24.66347313], [67.20041656, 24.67763901], [67.20041656, 24.67902756], [67.24236298, 24.6590271], [67.24236298, 24.65874863], [67.26403046, 24.66791534]]], [[[67.42838287, 24.69180489], [67.41319275, 24.67291641], [67.41319275, 24.67235947], [67.43402863, 24.64152527], [67.43402863, 24.64125061], [67.4098587, 24.65513611], [67.4098587, 24.65541649], [67.38735962, 24.64625168], [67.38652802, 24.64625168], [67.39263916, 24.66458321], [67.39263916, 24.66486168], [67.38375092, 24.6548748], [67.38180542, 24.65486145], [67.34236145, 24.67235947], [67.34208679, 24.67235947], [67.35652924, 24.68569374], [67.35652924, 24.68597031], [67.42838287, 24.69180489]]], [[[67.35430908, 24.76736259], [67.36458588, 24.76569366], [67.36486053, 24.76569366], [67.35708618, 24.7504158], [67.35569763, 24.7504158], [67.35430908, 24.76736259]]], [[[67.38791656, 24.70930481], [67.39375305, 24.69513893], [67.39375305, 24.69486046], [67.36791992, 24.69041634], [67.36763763, 24.69041634], [67.38791656, 24.70930481]]], [[[67.36930847, 24.72763824], [67.36930847, 24.72763824]]], [[[67.33708191, 24.68485832], [67.33708191, 24.68485832]]], [[[67.27541351, 24.67430496], [67.26097107, 24.67263985], [67.26041412, 24.67263985], [67.27541351, 24.67430496]]], [[[67.2923584, 24.6898613], [67.32208252, 24.67013741], [67.32236481, 24.67013741], [67.31708527, 24.65597153], [67.31597137, 24.65597153], [67.2923584, 24.6898613]]], [[[67.25875092, 24.67319489], [67.24236298, 24.67625046], [67.24236298, 24.6768055], [67.28097534, 24.69708252], [67.2831955, 24.69708252], [67.30236053, 24.67069435], [67.30263519, 24.67069435], [67.25875092, 24.67319489]]], [[[67.27069092, 24.68403053], [67.2417984, 24.67791176], [67.24124908, 24.67791748], [67.24541473, 24.66041756], [67.24375153, 24.66041756], [67.19180298, 24.69097137], [67.19041443, 24.69097137], [67.20014191, 24.71680641], [67.20014191, 24.71708488], [67.22402954, 24.72291946], [67.2251358, 24.72291946], [67.24485779, 24.70069504], [67.24680328, 24.70069504], [67.30986023, 24.7393055], [67.31041718, 24.7393055], [67.30764008, 24.70402718], [67.30764008, 24.7029171], [67.27069092, 24.68403053]]], [[[67.37403107, 24.69763756], [67.33985901, 24.68569374], [67.33958435, 24.68569374], [67.34041595, 24.70013809], [67.3401413, 24.70013809], [67.32485962, 24.66958237], [67.32485962, 24.6693058], [67.29569244, 24.69097137], [67.29291534, 24.69097137], [67.31346893, 24.7345829], [67.31346893, 24.73486137], [67.33597565, 24.70375061], [67.33652496, 24.70375061], [67.3390274, 24.73847008], [67.3390274, 24.73874855], [67.37374878, 24.71624947], [67.37680817, 24.71624947], [67.37403107, 24.69763756]]], [[[67.23708344, 24.75819588], [67.24903107, 24.7345829], [67.24903107, 24.73430634], [67.20097351, 24.72569466], [67.20014191, 24.72569466], [67.19125366, 24.70152855], [67.19125366, 24.70125008], [67.17319489, 24.71847153], [67.17263794, 24.71847153], [67.23708344, 24.75819588]]], [[[67.25347137, 24.70902634], [67.23847198, 24.70736122], [67.23764038, 24.70736122], [67.23180389, 24.72597313], [67.23180389, 24.72680473], [67.26763916, 24.73958397], [67.26819611, 24.73958397], [67.28986359, 24.76736259], [67.28986359, 24.76763916], [67.34375, 24.75625038], [67.34402466, 24.75625038], [67.32763672, 24.72958374], [67.32763672, 24.7290287], [67.30680847, 24.7448616], [67.30625153, 24.7448616], [67.25347137, 24.70902634]]], [[[67.39875031, 24.75235939], [67.40374756, 24.73986244], [67.40374756, 24.7393055], [67.37985992, 24.72597313], [67.37958527, 24.72597313], [67.37680817, 24.73986244], [67.37652588, 24.73986244], [67.39875031, 24.75235939]]], [[[67.35819244, 24.75763893], [67.37264252, 24.77597237], [67.37264252, 24.77625084], [67.39263916, 24.76708412], [67.39291382, 24.76708412], [67.37708282, 24.72485924], [67.37708282, 24.72458267], [67.34402466, 24.74374962], [67.34375, 24.74374962], [67.35819244, 24.75763893]]], [[[67.40652466, 24.77430534], [67.42903137, 24.76152611], [67.42930603, 24.76152611], [67.42069244, 24.74708366], [67.42069244, 24.74680519], [67.38903046, 24.75264168], [67.38819122, 24.75264168], [67.40652466, 24.77430534]]], [[[67.1554184, 24.76041794], [67.1554184, 24.76041794]]], [[[67.16625214, 24.77319527], [67.18597412, 24.7579174], [67.18624878, 24.7579174], [67.1618042, 24.75763893], [67.1609726, 24.75763893], [67.16625214, 24.77319527]]], [[[67.1701355, 24.76736259], [67.1701355, 24.76736259]]], [[[67.26180267, 24.78708267], [67.29208374, 24.77736092], [67.2923584, 24.77736092], [67.26264191, 24.74736023], [67.26180267, 24.74736023], [67.23958588, 24.77708244], [67.23874664, 24.77708244], [67.26180267, 24.78708267]]], [[[67.19902802, 24.78430557], [67.2279129, 24.78319359], [67.22819519, 24.78319359], [67.18486023, 24.75958252], [67.18458557, 24.75958252], [67.17263794, 24.76514053], [67.17263794, 24.76680565], [67.19902802, 24.78430557]]], [[[68.55236053, 23.9734726], [68.55236053, 23.9734726]]], [[[67.63486481, 23.88013649], [67.63486481, 23.88013649]]], [[[67.73152924, 23.87430573], [67.74791718, 23.84763908], [67.74847412, 23.84763908], [67.73735809, 23.84041786], [67.73735809, 23.84013939], [67.70847321, 23.87013817], [67.70819092, 23.87013817], [67.73152924, 23.87430573]]], [[[68.12180328, 23.91625023], [68.11152649, 23.86097145], [68.11152649, 23.85819435], [68.12264252, 23.84986115], [68.12264252, 23.84958267], [68.07930756, 23.84513855], [68.07875061, 23.84513855], [68.05291748, 23.88986015], [68.05263519, 23.88986206], [68.09791565, 23.92375183], [68.09819794, 23.92375183], [68.10652924, 23.96736145], [68.10652924, 23.96763802], [68.12180328, 23.91625023]]], [[[68.08985901, 23.98791885], [68.0918045, 23.93569374], [68.0918045, 23.93486023], [68.06874847, 23.91930771], [68.06764221, 23.91930771], [68.05819702, 23.94124985], [68.05791473, 23.94124985], [68.08985901, 23.98791885]]], [[[67.40875244, 24.00597191], [67.40875244, 24.00597191]]], [[[67.34819794, 24.16263962], [67.34819794, 24.16263962]]], [[[67.34263611, 24.18597221], [67.36374664, 24.18097115], [67.36402893, 24.18097115], [67.34263611, 24.16236115], [67.34208679, 24.16236115], [67.34263611, 24.18597221]]], [[[67.43985748, 24.26874733], [67.48124695, 24.26791573], [67.48208618, 24.26791573], [67.48958588, 24.2420826], [67.48986053, 24.2420826], [67.43013763, 24.24513817], [67.42874908, 24.24513817], [67.43985748, 24.26874733]]], [[[67.41513824, 24.29875183], [67.43624878, 24.26874733], [67.43653107, 24.26874733], [67.43013763, 24.25180435], [67.42958069, 24.25180435], [67.4015274, 24.27236176], [67.40125275, 24.27236176], [67.41513824, 24.29875183]]], [[[67.39653015, 24.29458427], [67.40847015, 24.28541756], [67.40958405, 24.28541756], [67.39263916, 24.28430557], [67.39152527, 24.28430557], [67.39653015, 24.29458427]]], [[[67.46930695, 24.29847145], [67.46930695, 24.29847145]]], [[[67.32319641, 24.22930527], [67.32319641, 24.22930527]]], [[[67.31708527, 24.23347282], [67.31708527, 24.23347282]]], [[[67.3373642, 24.20652771], [67.3501358, 24.20513916], [67.35069275, 24.20513916], [67.33985901, 24.22125053], [67.33985901, 24.22208214], [67.3520813, 24.2345829], [67.3529129, 24.2345829], [67.37374878, 24.21763992], [67.37403107, 24.21763992], [67.36597443, 24.19430542], [67.36597443, 24.19375038], [67.39013672, 24.18097115], [67.39041901, 24.18097115], [67.34874725, 24.18375015], [67.34791565, 24.18375015], [67.3373642, 24.20652771]]], [[[67.40374756, 24.23736191], [67.34902954, 24.25708389], [67.34819794, 24.25708389], [67.36513519, 24.2784729], [67.36513519, 24.27874947], [67.39347076, 24.28291893], [67.3951416, 24.28291893], [67.41041565, 24.26097107], [67.41041565, 24.2606945], [67.42708588, 24.26319313], [67.42736053, 24.26319313], [67.42319489, 24.21763992], [67.42319489, 24.21708298], [67.42069244, 24.23513794], [67.42069244, 24.23736191], [67.40374756, 24.23736191]]], [[[67.44291687, 24.14736176], [67.44291687, 24.14736176]]], [[[67.43930817, 24.13652992], [67.44458008, 24.12021828], [67.44458008, 24.1198616], [67.42763519, 24.12652779], [67.42736053, 24.12652779], [67.43930817, 24.13652992]]], [[[67.43736267, 24.13763809], [67.43736267, 24.13763809]]], [[[67.36958313, 24.12763977], [67.42069244, 24.12763977], [67.42454529, 24.12763977], [67.42930603, 24.09791756], [67.42958069, 24.09791756], [67.39097595, 24.07680321], [67.38986206, 24.07680321], [67.36958313, 24.12763977]]], [[[67.42208099, 24.15875053], [67.44403076, 24.15291595], [67.44430542, 24.15291595], [67.43514252, 24.13930511], [67.43208313, 24.13930511], [67.42208099, 24.15875053]]], [[[67.37819672, 24.13652992], [67.3529129, 24.16124725], [67.3529129, 24.16152954], [67.36458588, 24.15763855], [67.36653137, 24.15763855], [67.35624695, 24.17152786], [67.35624695, 24.1720829], [67.38069153, 24.1720829], [67.38263702, 24.1720829], [67.38819122, 24.18680763], [67.38819122, 24.1870842], [67.4118042, 24.18319321], [67.41208649, 24.18319321], [67.42986298, 24.13791656], [67.43013763, 24.13791656], [67.39430237, 24.12958336], [67.39347076, 24.12958336], [67.40374756, 24.14819527], [67.4034729, 24.14819527], [67.37819672, 24.13652992]]], [[[67.43736267, 23.97152519], [67.43736267, 23.97152519]]], [[[67.55152893, 23.90958405], [67.55152893, 23.90958405]]], [[[67.55735779, 23.90180588], [67.55735779, 23.90180588]]], [[[67.55374908, 23.90402794], [67.55374908, 23.90402794]]], [[[67.55374908, 23.90819359], [67.55374908, 23.90819359]]], [[[67.55708313, 23.91347122], [67.54597473, 23.9220829], [67.54541779, 23.9220829], [67.5304184, 23.90819359], [67.53013611, 23.90819359], [67.54819489, 23.95208359], [67.54819489, 23.95236015], [67.58958435, 23.9351387], [67.59041595, 23.9351387], [67.57402802, 23.88580894], [67.57402802, 23.88458252], [67.55708313, 23.91347122]]], [[[67.66569519, 23.97541618], [67.66152954, 23.99847221], [67.66152954, 23.99875069], [67.67763519, 23.9920826], [67.67791748, 23.9920826], [67.7095871, 24.0134716], [67.7095871, 24.01375008], [67.73180389, 23.98763657], [67.73208618, 23.98763657], [67.71097565, 23.97986031], [67.71069336, 23.97986031], [67.69125366, 23.93652725], [67.69125366, 23.93625069], [67.6498642, 23.93819427], [67.64958191, 23.93819427], [67.67652893, 23.95708275], [67.67680359, 23.95708275], [67.66569519, 23.97541618]]], [[[67.83069611, 23.89291763], [67.83069611, 23.89291763]]], [[[67.67680359, 23.80652809], [67.64930725, 23.82986069], [67.64902496, 23.82986069], [67.67263794, 23.85124969], [67.67263794, 23.85208321], [67.6626358, 23.8390255], [67.6626358, 23.83875084], [67.64069366, 23.85013962], [67.64069366, 23.85486031], [67.68458557, 23.88763809], [67.68458557, 23.88791656], [67.72763824, 23.81652832], [67.7279129, 23.81652832], [67.69596863, 23.80791664], [67.69541931, 23.80791664], [67.69041443, 23.84236145], [67.68985748, 23.84236145], [67.67680359, 23.80652809]]], [[[67.62486267, 23.86291695], [67.62819672, 23.84902763], [67.62819672, 23.84874916], [67.61264038, 23.85874939], [67.61235809, 23.85874939], [67.62152863, 23.87180519], [67.62152863, 23.87236023], [67.60902405, 23.89458275], [67.60874939, 23.89458275], [67.61291504, 23.91819382], [67.61291504, 23.91875076], [67.63930511, 23.9323616], [67.63957977, 23.9323616], [67.62486267, 23.86291695]]], [[[67.94486237, 23.79624939], [67.9640274, 23.81319427], [67.96430206, 23.81319427], [67.95319366, 23.83597183], [67.95319366, 23.83652687], [67.91847229, 23.8390255], [67.91791534, 23.8390255], [67.86374664, 23.90236092], [67.86374664, 23.90374947], [67.9173584, 23.97847176], [67.9173584, 23.9790287], [67.95041656, 23.9845829], [67.95097351, 23.9845829], [67.96541595, 24.00875092], [67.96541595, 24.00902748], [67.99291992, 24.01708412], [67.99375153, 24.01708412], [68.02513885, 24.00041771], [68.02541351, 24.00041771], [68.00208282, 23.94013977], [68.00208282, 23.93958282], [68.03736115, 23.90402794], [68.0376358, 23.90402794], [68.04597473, 23.8279171], [68.04680634, 23.8279171], [68.02625275, 23.77319527], [68.02625275, 23.7729187], [68.00541687, 23.77319527], [68.00514221, 23.77319527], [67.99958038, 23.79486084], [67.99930573, 23.79486084], [67.97125244, 23.77152824], [67.96986389, 23.77152824], [67.95041656, 23.79208374], [67.95041656, 23.79236031], [67.94541931, 23.77986145], [67.94180298, 23.77986145], [67.94486237, 23.79624939]]], [[[67.69819641, 23.92819214], [67.7234726, 23.87958336], [67.7234726, 23.87930679], [67.68653107, 23.8884716], [67.68374634, 23.8884716], [67.65235901, 23.86458588], [67.65041351, 23.86458588], [67.63903046, 23.89513969], [67.63874817, 23.89513969], [67.6554184, 23.93097305], [67.6554184, 23.93124962], [67.69819641, 23.92819214]]], [[[67.61541748, 23.92124939], [67.61541748, 23.92124939]]], [[[67.72458649, 23.96097183], [67.71736145, 23.96652794], [67.71736145, 23.97097206], [67.7326355, 23.97986031], [67.7326355, 23.98013878], [67.76097107, 23.98041725], [67.76125336, 23.98041725], [67.76597595, 24.01430511], [67.76597595, 24.01625061], [67.74291992, 24.02208328], [67.74180603, 24.02208328], [67.73680878, 24.03847313], [67.73652649, 24.03847313], [67.75430298, 24.0806942], [67.75430298, 24.08097267], [67.79208374, 24.05930519], [67.79208374, 24.05902863], [67.8456955, 24.08736038], [67.8456955, 24.08763885], [67.87014008, 24.07652855], [67.87069702, 24.07652855], [67.87958527, 24.02180481], [67.87958527, 24.02152824], [67.86347198, 23.99513817], [67.86347198, 23.9948616], [67.9015274, 23.97736168], [67.90180206, 23.97736168], [67.83125305, 23.89819527], [67.83125305, 23.89791679], [67.82430267, 23.91875076], [67.82402802, 23.91875076], [67.8345871, 23.8409729], [67.8345871, 23.8390255], [67.80902863, 23.81569481], [67.80902863, 23.81541634], [67.7765274, 23.81430626], [67.77597046, 23.81430626], [67.75152588, 23.8493042], [67.75096893, 23.8493042], [67.76902771, 23.85180664], [67.76902771, 23.85236168], [67.74236298, 23.85458374], [67.74180603, 23.85458374], [67.75013733, 23.87152863], [67.75013733, 23.87236023], [67.71347046, 23.90013885], [67.7131958, 23.90013885], [67.69680786, 23.93152618], [67.69680786, 23.93180466], [67.71541595, 23.96208382], [67.71541595, 23.96264076], [67.73347473, 23.95402718], [67.73374939, 23.95402718], [67.72458649, 23.96097183]]], [[[68.07624817, 23.97847176], [68.05486298, 23.9454155], [68.05458069, 23.9454155], [68.06124878, 23.91958427], [68.06124878, 23.91930771], [68.04577637, 23.91069412], [68.04569244, 23.91069412], [68.01847076, 23.93680573], [68.01819611, 23.93680573], [68.04597473, 24.02041626], [68.04597473, 24.02069473], [68.0854187, 23.99708366], [68.08569336, 23.99708366], [68.07624817, 23.97847176]]], [[[68.04430389, 24.01902771], [68.04430389, 24.01902771]]], [[[67.6001358, 23.97569466], [67.57819366, 23.94152832], [67.57819366, 23.94013977], [67.54708099, 23.95708275], [67.54597473, 23.95708275], [67.50736237, 23.91875076], [67.50653076, 23.91875076], [67.48717499, 23.92430496], [67.48680878, 23.92430496], [67.49624634, 23.96708107], [67.49624634, 23.96736145], [67.54541779, 23.99291611], [67.54541779, 23.99319458], [67.52236176, 23.97541618], [67.52236176, 23.97513962], [67.50958252, 23.98986053], [67.50902557, 23.98986053], [67.51486206, 23.97374725], [67.51291656, 23.97374725], [67.49597168, 24.00347137], [67.49514008, 24.00347137], [67.49874878, 23.97597313], [67.49874878, 23.97486115], [67.48458099, 23.97013855], [67.48458099, 23.96986198], [67.44819641, 23.98902893], [67.44791412, 23.98902893], [67.53791809, 24.07152748], [67.53791809, 24.07180595], [67.64013672, 24.05875015], [67.64597321, 24.05875015], [67.67485809, 24.08708382], [67.67708588, 24.08708382], [67.70735931, 24.03930473], [67.70735931, 24.03902626], [67.73791504, 24.05986023], [67.73874664, 24.05986023], [67.73708344, 24.02541542], [67.73708344, 24.02430534], [67.65847015, 23.99708366], [67.6581955, 23.99708366], [67.64875031, 23.98347282], [67.64875031, 23.98319435], [67.67346954, 23.96125031], [67.67346954, 23.9604187], [67.61402893, 23.9295826], [67.61319733, 23.9295826], [67.60791779, 23.88264084], [67.60791779, 23.88236046], [67.58208466, 23.89708328], [67.58180237, 23.89708328], [67.6001358, 23.97569466]]], [[[67.72569275, 24.02208328], [67.76430511, 24.01597214], [67.76457977, 24.01597214], [67.75986481, 23.98041725], [67.75986481, 23.98013878], [67.7195816, 23.9734726], [67.7179184, 23.9734726], [67.73430634, 23.98791885], [67.73458099, 23.98791885], [67.72569275, 24.02208328]]], [[[67.93180847, 24.04236031], [67.95153046, 23.9948616], [67.95153046, 23.99458313], [67.91347504, 23.98541451], [67.91236115, 23.98541451], [67.86541748, 24.00569534], [67.86513519, 24.00569534], [67.88319397, 24.01847267], [67.88346863, 24.01847267], [67.87985992, 24.07208252], [67.87985992, 24.0731945], [67.93180847, 24.04236031]]], [[[67.47624969, 24.0368042], [67.47624969, 24.0368042]]], [[[67.46069336, 24.01291847], [67.41986084, 24.00152969], [67.41819763, 24.00152969], [67.41819763, 24.01263618], [67.41819763, 24.01485825], [67.4081955, 24.00958252], [67.40791321, 24.00958252], [67.41819763, 24.02541542], [67.41819763, 24.02625084], [67.4098587, 24.01986122], [67.4081955, 24.01986122], [67.39762878, 24.03736115], [67.3970871, 24.03736115], [67.39819336, 24.05041695], [67.39819336, 24.05069351], [67.40569305, 24.0368042], [67.40625, 24.0368042], [67.45903015, 24.06708336], [67.46069336, 24.06708336], [67.4723587, 24.04347229], [67.47264099, 24.04347229], [67.46069336, 24.01291847]]], [[[67.46819305, 24.05791664], [67.46819305, 24.05791664]]], [[[67.36042023, 24.38652611], [67.36096954, 24.35208321], [67.36096954, 24.3512516], [67.31069183, 24.36097145], [67.30986023, 24.36097145], [67.30874634, 24.3773613], [67.30847168, 24.3773613], [67.36042023, 24.38652611]]], [[[67.35736084, 24.40374756], [67.38680267, 24.40069389], [67.38708496, 24.40069389], [67.35375214, 24.38375092], [67.35152435, 24.38375092], [67.3409729, 24.39680481], [67.3409729, 24.39708328], [67.35736084, 24.40374756]]], [[[67.41152954, 24.3884716], [67.36736298, 24.40291595], [67.36736298, 24.40374756], [67.42485809, 24.43486023], [67.42847443, 24.43486023], [67.46652985, 24.42152786], [67.4668045, 24.42152786], [67.4695816, 24.38041687], [67.46986389, 24.38041687], [67.44069672, 24.3643055], [67.43846893, 24.3643055], [67.44958496, 24.39180565], [67.44958496, 24.39208412], [67.43819427, 24.37846947], [67.43819427, 24.37791634], [67.41347504, 24.38819695], [67.41291809, 24.38819695], [67.43708038, 24.41819382], [67.43708038, 24.41847229], [67.41152954, 24.3884716]]], [[[67.32458496, 24.41986275], [67.35514069, 24.40374756], [67.35541534, 24.40374756], [67.3373642, 24.38208389], [67.3373642, 24.38180542], [67.30735779, 24.38236046], [67.30680847, 24.38236046], [67.30791473, 24.41402626], [67.30791473, 24.41541862], [67.32458496, 24.41986275]]], [[[67.30958557, 24.40847206], [67.30958557, 24.40847206]]], [[[67.37652588, 24.40930557], [67.37652588, 24.40930557]]], [[[67.38430786, 24.41653061], [67.38430786, 24.41653061]]], [[[67.39208221, 24.42569351], [67.39208221, 24.42569351]]], [[[67.37819672, 24.46569443], [67.41319275, 24.44680595], [67.41347504, 24.44680595], [67.39624786, 24.43263817], [67.39430237, 24.43263817], [67.37014008, 24.4556942], [67.36985779, 24.4556942], [67.37819672, 24.46569443]]], [[[67.26625824, 24.47374916], [67.26625824, 24.47374916]]], [[[67.24485779, 24.5106945], [67.24485779, 24.5106945]]], [[[67.29680634, 24.59375191], [67.29680634, 24.59375191]]], [[[67.25291443, 24.48374748], [67.25291443, 24.48374748]]], [[[67.26847076, 24.51791573], [67.26847076, 24.51791573]]], [[[67.28902435, 24.52569389], [67.31791687, 24.49569511], [67.31819153, 24.49569511], [67.31346893, 24.48097229], [67.31180573, 24.48097229], [67.26875305, 24.49986267], [67.26847076, 24.49986267], [67.28902435, 24.52569389]]], [[[67.35514069, 24.52597237], [67.34319305, 24.51152992], [67.3429184, 24.51152992], [67.34236145, 24.52402687], [67.34236145, 24.52458382], [67.31541443, 24.52902794], [67.31513977, 24.52902794], [67.30403137, 24.50652695], [67.30374908, 24.50652695], [67.2904129, 24.52874947], [67.29013824, 24.52874947], [67.30819702, 24.53402519], [67.30847168, 24.53402519], [67.30403137, 24.55152893], [67.30403137, 24.5518055], [67.36208344, 24.53152847], [67.36264038, 24.53152847], [67.35152435, 24.4948616], [67.35097504, 24.4948616], [67.32875061, 24.50930786], [67.32875061, 24.5106945], [67.35514069, 24.52597237]]], [[[67.25041962, 24.54069519], [67.26235962, 24.52958488], [67.26264191, 24.52958488], [67.25013733, 24.5229187], [67.24903107, 24.5229187], [67.25041962, 24.54069519]]], [[[67.29152679, 24.56069374], [67.30625153, 24.53624725], [67.30625153, 24.5359726], [67.27680206, 24.5209713], [67.27680206, 24.52069473], [67.26625061, 24.53041649], [67.26597595, 24.53041649], [67.29152679, 24.56069374]]], [[[67.29958344, 24.55680466], [67.26403046, 24.53152847], [67.26403046, 24.53097153], [67.24514008, 24.53958321], [67.24458313, 24.53958321], [67.24569702, 24.52819443], [67.24569702, 24.52736282], [67.21902466, 24.55319405], [67.21875, 24.55319405], [67.22569275, 24.57180405], [67.22569275, 24.57236099], [67.27791595, 24.57819366], [67.27791595, 24.57847023], [67.29559326, 24.57513618], [67.29569244, 24.57513618], [67.29958344, 24.55680466]]], [[[67.26680756, 24.46902657], [67.26680756, 24.46902657]]], [[[67.31485748, 24.46097374], [67.32653046, 24.45735931], [67.32707977, 24.45735931], [67.31485748, 24.46097374]]], [[[67.36736298, 24.46319389], [67.36736298, 24.46319389]]], [[[67.31485748, 24.42874718], [67.35430908, 24.43625069], [67.35597229, 24.43625069], [67.38764191, 24.42180634], [67.38791656, 24.42180634], [67.35541534, 24.40763855], [67.35402679, 24.40763855], [67.31402588, 24.41708374], [67.31346893, 24.41708374], [67.31485748, 24.42874718]]], [[[67.35097504, 24.43930435], [67.29819489, 24.43736076], [67.29792023, 24.43736076], [67.36876678, 24.46069717], [67.36875153, 24.46097374], [67.39013672, 24.43958282], [67.39013672, 24.43847275], [67.35097504, 24.43930435]]], [[[67.26985931, 24.46763611], [67.25402832, 24.48374748], [67.25347137, 24.48374748], [67.27069092, 24.48902702], [67.27124786, 24.48902702], [67.26513672, 24.49847221], [67.26513672, 24.50069427], [67.30680847, 24.47319412], [67.30708313, 24.47319412], [67.28291321, 24.4379158], [67.28291321, 24.43736076], [67.29430389, 24.46152687], [67.29430389, 24.46208382], [67.26985931, 24.46763611]]], [[[67.33958435, 24.51125145], [67.32763672, 24.51041603], [67.32763672, 24.50958252], [67.3501358, 24.49402618], [67.35069275, 24.49402618], [67.34124756, 24.47569466], [67.34124756, 24.47458267], [67.32430267, 24.48541641], [67.32372284, 24.48542023], [67.32569122, 24.46319389], [67.32347107, 24.46319389], [67.30486298, 24.47847176], [67.30458069, 24.47847176], [67.31708527, 24.48374748], [67.31735992, 24.48374748], [67.31708527, 24.52485847], [67.31708527, 24.52541733], [67.3409729, 24.5229187], [67.3418045, 24.5229187], [67.33958435, 24.51125145]]], [[[67.45041656, 24.33569527], [67.4695816, 24.29986191], [67.4695816, 24.29958344], [67.4154129, 24.31541634], [67.41513824, 24.31541634], [67.43875122, 24.31541634], [67.43930817, 24.31541634], [67.45041656, 24.33569527]]], [[[67.29763794, 24.32875061], [67.29763794, 24.32875061]]], [[[67.30069733, 24.28680611], [67.30958557, 24.30819511], [67.30958557, 24.30930519], [67.29652405, 24.30208206], [67.29652405, 24.30263901], [67.32236481, 24.31875038], [67.32263947, 24.31875038], [67.31124878, 24.32680511], [67.31124878, 24.32736206], [67.3390274, 24.33958244], [67.3390274, 24.33986282], [67.43819427, 24.29597282], [67.43846893, 24.29597282], [67.39736176, 24.29680634], [67.39597321, 24.29680634], [67.37596893, 24.27402687], [67.37596893, 24.27375031], [67.37014008, 24.28986168], [67.36958313, 24.28986168], [67.3298645, 24.24875069], [67.3298645, 24.24847221], [67.30069733, 24.28680611]]], [[[67.43902588, 24.37569427], [67.42263794, 24.32875061], [67.42263794, 24.3279171], [67.40736389, 24.32458305], [67.40736389, 24.32430649], [67.37041473, 24.34652519], [67.36985779, 24.34652519], [67.38597107, 24.35874939], [67.38597107, 24.3595829], [67.37291718, 24.35180473], [67.37236023, 24.35180473], [67.36152649, 24.36958313], [67.36125183, 24.36958313], [67.36846924, 24.38375092], [67.36902618, 24.38375092], [67.4070816, 24.36736107], [67.40736389, 24.36736107], [67.37124634, 24.38319206], [67.37097168, 24.38319206], [67.38957977, 24.39347267], [67.38957977, 24.39374924], [67.43902588, 24.37569427]]], [[[67.31930542, 24.59152985], [67.31930542, 24.59152985]]], [[[67.31153107, 24.57764053], [67.30513763, 24.59597206], [67.30513763, 24.59736061], [67.31652832, 24.60263634], [67.31652832, 24.60319519], [67.30263519, 24.58652687], [67.30263519, 24.58625031], [67.29875183, 24.59597206], [67.29875183, 24.59819412], [67.31541443, 24.60763931], [67.31541443, 24.61013794], [67.29458618, 24.59680557], [67.29458618, 24.5965271], [67.28986359, 24.60763931], [67.2895813, 24.60763931], [67.30236053, 24.62930489], [67.30236053, 24.62958336], [67.33985901, 24.60291672], [67.3401413, 24.60291672], [67.31153107, 24.57764053]]], [[[68.54708099, 23.96318626], [68.54902649, 23.98763657], [68.54819489, 23.98763657], [68.53430176, 23.95208359], [68.53430176, 23.95180511], [68.50902557, 23.95375061], [68.50819397, 23.95375061], [68.49624634, 24.01180458], [68.49624634, 24.01208305], [68.44097137, 23.99152756], [68.44097137, 23.99124908], [68.42903137, 24.00486183], [68.42874908, 24.00486183], [68.3923645, 23.96875], [68.3923645, 23.96847153], [68.38319397, 23.99124908], [68.38319397, 23.99180603], [68.36708069, 23.99347115], [68.36347198, 23.99347115], [68.33430481, 23.96986198], [68.33403015, 23.96986198], [68.32847595, 23.9304142], [68.32847595, 23.93013954], [68.29291534, 23.94430733], [68.29125214, 23.94430733], [68.28986359, 23.9584713], [68.28930664, 23.9584713], [68.24569702, 23.90513611], [68.24569702, 23.90486145], [68.19985962, 23.88545036], [68.19958496, 23.88546753], [68.18374634, 23.85375023], [68.18374634, 23.85347176], [68.14958191, 23.85486031], [68.14930725, 23.85486031], [68.15597534, 23.90319443], [68.15513611, 23.90319443], [68.14736176, 23.85291862], [68.14736176, 23.85236168], [68.13430786, 23.84986115], [68.13346863, 23.84986115], [68.11430359, 23.85791588], [68.11402893, 23.85791588], [68.12625122, 23.90291405], [68.12652588, 23.90291405], [68.10930634, 23.95986176], [68.10847473, 23.95986176], [68.11846924, 23.97069359], [68.11846924, 23.97097206], [68.0973587, 23.96986198], [68.09708405, 23.96986198], [68.08763885, 24.00152969], [68.08763885, 24.00208282], [68.05374908, 24.02347183], [68.05347443, 24.02347183], [68.05291748, 24.04402733], [68.05291748, 24.04486084], [68.03291321, 24.00652695], [68.03291321, 24.00597191], [67.99430847, 24.0368042], [67.99430847, 24.03736115], [67.94902802, 24.02319336], [67.94791412, 24.02319336], [67.93152618, 24.05819511], [67.93152618, 24.05847168], [67.8493042, 24.09402847], [67.8493042, 24.09430695], [67.79402924, 24.0629158], [67.79402924, 24.06263924], [67.75402832, 24.08486176], [67.75291443, 24.08486176], [67.7151413, 24.04264069], [67.7151413, 24.04236031], [67.67569733, 24.0890274], [67.67569733, 24.08930588], [67.64125061, 24.06569672], [67.64125061, 24.06541443], [67.54846954, 24.08013725], [67.54680634, 24.08013725], [67.48652649, 24.03763962], [67.48652649, 24.03736115], [67.46069336, 24.08430481], [67.46069336, 24.08458328], [67.41152954, 24.06402779], [67.41041565, 24.06402779], [67.40680695, 24.08097267], [67.40680695, 24.08180618], [67.43096924, 24.0890274], [67.43180847, 24.0890274], [67.44763947, 24.12069511], [67.44791412, 24.12069511], [67.44930267, 24.14819527], [67.44930267, 24.14875031], [67.43152618, 24.15014076], [67.43096924, 24.15014076], [67.4173584, 24.17513657], [67.4173584, 24.17652893], [67.45069122, 24.17180443], [67.45069122, 24.1720829], [67.38097382, 24.18541527], [67.38014221, 24.18541527], [67.36736298, 24.20375061], [67.36736298, 24.20458412], [67.39013672, 24.21069336], [67.39013672, 24.21097183], [67.37513733, 24.20958328], [67.37374878, 24.20958328], [67.35736084, 24.23374939], [67.35736084, 24.23486137], [67.41247559, 24.22958374], [67.41291809, 24.22958374], [67.41569519, 24.2009716], [67.41569519, 24.20069695], [67.46013641, 24.19013977], [67.46069336, 24.19013977], [67.44403076, 24.21486092], [67.44403076, 24.21513939], [67.43458557, 24.1954174], [67.43458557, 24.19513893], [67.41819763, 24.20180511], [67.41791534, 24.20180511], [67.42958069, 24.23986053], [67.42958069, 24.24069405], [67.4548645, 24.25097275], [67.45569611, 24.25097275], [67.46819305, 24.23097229], [67.46819305, 24.23069382], [67.46180725, 24.2420826], [67.46180725, 24.24319458], [67.47624969, 24.24791718], [67.47624969, 24.24819374], [67.50430298, 24.2345829], [67.50485992, 24.2345829], [67.48874664, 24.24958229], [67.48874664, 24.25013924], [67.51347351, 24.27152824], [67.51347351, 24.27180481], [67.49124908, 24.25513649], [67.49097443, 24.25513649], [67.48347473, 24.27069473], [67.48347473, 24.27096939], [67.43152618, 24.28902817], [67.43152618, 24.29013824], [67.44208527, 24.30319214], [67.44208527, 24.30347252], [67.49903107, 24.29013824], [67.50069427, 24.29013824], [67.50791931, 24.30569458], [67.50791931, 24.30597305], [67.48847198, 24.28791618], [67.48569489, 24.28791618], [67.4679184, 24.31402779], [67.4679184, 24.31541634], [67.51180267, 24.33875084], [67.51208496, 24.33875084], [67.52902985, 24.33124924], [67.5293045, 24.33124924], [67.51847076, 24.28291893], [67.51902771, 24.28291893], [67.5220871, 24.3129158], [67.5220871, 24.31347275], [67.53791809, 24.31513977], [67.53791809, 24.31541634], [67.50986481, 24.36013985], [67.50986481, 24.36124992], [67.5320816, 24.37069321], [67.5320816, 24.37125015], [67.48291779, 24.32458305], [67.48291779, 24.32430649], [67.45930481, 24.33291626], [67.45874786, 24.33291626], [67.4651413, 24.34458351], [67.4651413, 24.34486198], [67.44680786, 24.33875084], [67.44625092, 24.33875084], [67.44985962, 24.35347176], [67.44985962, 24.35375023], [67.43985748, 24.32208252], [67.43985748, 24.32152939], [67.42458344, 24.3259716], [67.42430878, 24.3259716], [67.41791534, 24.33791733], [67.41791534, 24.33847237], [67.43763733, 24.36236191], [67.43763733, 24.36291885], [67.4723587, 24.37819481], [67.47264099, 24.37819481], [67.47208405, 24.42152786], [67.47208405, 24.42263794], [67.40875244, 24.43569374], [67.4081955, 24.43569374], [67.41513824, 24.44708252], [67.41513824, 24.44763947], [67.37486267, 24.47097015], [67.37486267, 24.47125053], [67.33208466, 24.45846939], [67.33125305, 24.45846939], [67.32791901, 24.47875023], [67.32791901, 24.47986031], [67.3501358, 24.47402763], [67.3520813, 24.47402763], [67.38069153, 24.53763771], [67.38069153, 24.53791618], [67.37097168, 24.52791595], [67.37014008, 24.52791595], [67.30236053, 24.5545826], [67.30152893, 24.5545826], [67.29708099, 24.57513618], [67.29708099, 24.57569504], [67.31375122, 24.57152748], [67.31569672, 24.57152748], [67.32263947, 24.58847237], [67.32263947, 24.58875084], [67.35458374, 24.58152771], [67.35541534, 24.58152771], [67.34069824, 24.6068058], [67.34069824, 24.61013794], [67.38069153, 24.60403061], [67.38291931, 24.60403061], [67.37847137, 24.63152695], [67.37847137, 24.63180542], [67.44430542, 24.63902855], [67.44458008, 24.63902855], [67.4173584, 24.67319489], [67.41708374, 24.67319489], [67.43708038, 24.68097305], [67.43736267, 24.68097305], [67.42903137, 24.69625092], [67.42903137, 24.69680595], [67.38764191, 24.70208359], [67.38735962, 24.70208359], [67.41958618, 24.71208382], [67.41958618, 24.71235847], [67.37902832, 24.71569443], [67.37875366, 24.71569443], [67.3923645, 24.72402763], [67.39263916, 24.72402763], [67.38291931, 24.73374939], [67.38291931, 24.73402786], [67.42346954, 24.74291611], [67.42375183, 24.74291611], [67.43013763, 24.76874924], [67.43013763, 24.76930618], [67.37374878, 24.78263855], [67.37347412, 24.78263855], [67.32847595, 24.76430511], [67.32819366, 24.76430511], [67.29208374, 24.79874992], [67.29208374, 24.7990284], [67.29458618, 24.78347206], [67.29458618, 24.78319359], [67.24485779, 24.78430557], [67.24346924, 24.78430557], [67.20375061, 24.8129158], [67.20375061, 24.81319427], [67.20041656, 24.79847145], [67.20041656, 24.79819489], [67.17208099, 24.8026371], [67.17180634, 24.8026371], [67.19125366, 24.80069351], [67.19152832, 24.80069351], [67.18235779, 24.78930473], [67.18235779, 24.78902626], [67.15291595, 24.79347038], [67.15013885, 24.79347038], [67.12513733, 24.77708244], [67.12236023, 24.77708244], [67.08985901, 24.79319382], [67.08791351, 24.79319382], [67.08513641, 24.81347275], [67.08374786, 24.81347275], [67.07875061, 24.80069351], [67.07875061, 24.79958344], [67.1048584, 24.7634716], [67.1048584, 24.76180649], [67.08291626, 24.7476387], [67.08125305, 24.7476387], [67.0248642, 24.80569458], [67.0248642, 24.80597305], [66.98986053, 24.81430626], [66.98625183, 24.81430626], [66.98430634, 24.79791641], [66.98374939, 24.79791641], [66.9734726, 24.82208061], [66.9734726, 24.82430458], [66.98930359, 24.84263611], [66.98930359, 24.84430504], [66.96875, 24.8259716], [66.96847534, 24.8259716], [66.98180389, 24.85430527], [66.98180389, 24.85486031], [66.96930695, 24.85236168], [66.96902466, 24.85236168], [66.9668045, 24.87013817], [66.9668045, 24.87041664], [66.91652679, 24.85902977], [66.91596985, 24.85902977], [66.91402435, 24.84294128], [66.91402435, 24.84180641], [66.96281433, 24.8259716], [66.96291351, 24.8259716], [66.95375061, 24.81986237], [66.95375061, 24.81958389], [66.98208618, 24.78486061], [66.98208618, 24.78458595], [66.91236115, 24.83986092], [66.91236115, 24.84013939], [66.85402679, 24.86096954], [66.85402679, 24.86125183], [66.82263947, 24.8381958], [66.82263947, 24.83791733], [66.75597382, 24.85180473], [66.75597382, 24.85208321], [66.67208099, 24.82513809], [66.67208099, 24.82486153], [66.6534729, 24.83791733], [66.65319824, 24.83791733], [66.67874908, 24.87652779], [66.67874908, 24.87708473], [66.71986389, 24.8856945], [66.72013855, 24.8856945], [66.70652771, 24.88708115], [66.70652771, 24.88958359], [66.72624969, 24.92069435], [66.72624969, 24.92097282], [66.69403076, 24.88791656], [66.69403076, 24.88763809], [66.68763733, 24.90680695], [66.68763733, 24.90750694], [66.7358017, 24.97092628], [66.74178314, 24.97563553], [66.89492035, 25.03043175], [66.92093658, 25.03660965], [66.98029327, 25.08140373], [66.99756622, 25.10175896], [67.01924896, 25.1388092], [67.02667236, 25.15693474], [67.02754211, 25.20289612], [67.03508759, 25.21594238], [67.08753967, 25.25231743], [67.0923233, 25.25361252], [67.07448578, 25.26596642], [67.0724411, 25.28648567], [67.16256714, 25.45112991], [67.16976166, 25.46809769], [67.19609833, 25.4764595], [67.20948792, 25.50496483], [67.2180481, 25.51825905], [67.32378387, 25.61826515], [67.33517456, 25.63021851], [67.34593964, 25.67679596], [67.35835266, 25.70862198], [67.4136734, 25.80230141], [67.46302032, 25.84070587], [67.45890808, 25.90275192], [67.43848419, 25.9467659], [67.45442963, 26.08993721], [67.4464798, 26.1126709], [67.39867401, 26.16387939], [67.3742218, 26.19628525], [67.224823, 26.47542], [67.20001984, 26.51151466], [67.15834045, 26.68580437], [67.15464783, 26.70776176], [67.1598587, 26.75263596], [67.17921448, 26.77140808], [67.17730713, 26.79654694], [67.16477203, 26.93003845], [67.17464447, 27.0421772], [67.18682098, 27.09316254], [67.1685257, 27.24365044], [67.14421844, 27.30030441], [67.16156769, 27.34790802], [67.18820953, 27.3797226], [67.20636749, 27.48575592], [67.21224213, 27.55488396], [67.26235199, 27.6034584], [67.27777863, 27.6265564], [67.2808075, 27.66747284], [67.29114532, 27.69072342], [67.34716797, 27.72669029], [67.37037659, 27.74367714], [67.42406464, 27.89182091], [67.43725586, 27.90264893], [67.71045685, 27.93345261], [67.75924683, 27.9436779], [67.88695526, 27.99900246], [67.92366791, 28.01100922], [67.96136475, 28.07173729], [67.99308777, 28.10363197], [68.15785217, 28.21102142], [68.19799805, 28.25159073], [68.31676483, 28.28876495], [68.36742401, 28.31564522], [68.43061829, 28.41937637], [68.46569824, 28.4393177], [69.35756683, 28.45758247], [69.39013672, 28.45601082], [69.40223694, 28.47998238], [69.4238739, 28.48863029], [69.50839996, 28.49294662], [69.59161377, 28.47854233], [69.57135773, 28.44544029], [69.66075897, 28.43782616], [69.69168091, 28.43330193], [69.71382141, 28.41002083], [69.71955109, 28.39440918], [69.76698303, 28.36813354], [69.78460693, 28.35455322], [69.81485748, 28.13336563], [69.83583832, 28.08774376], [69.9442215, 27.97282982], [69.96438599, 27.9493618], [70.02320099, 27.91494942], [70.04846191, 27.90102768], [70.15922546, 27.86346817], [70.18078613, 27.8551445], [70.1569519, 27.83404922], [70.10781097, 27.76687241], [70.02456665, 27.5696907], [70.01626587, 27.55599594], [70, 27.54504204], [69.93624878, 27.50210762], [69.90762329, 27.45957756], [69.86196899, 27.40277863], [69.58666229, 27.17798424], [69.578125, 27.1654892], [69.53726196, 27.06927299], [69.51320648, 27.01686859], [69.48387909, 26.80763817], [69.48373413, 26.80623055], [69.51135254, 26.74446678], [69.51544952, 26.74005508], [69.69898224, 26.66506958], [69.72187042, 26.65384293], [69.79483795, 26.59998322], [69.81536102, 26.59215736], [69.85555267, 26.58292007], [69.87931061, 26.58108521], [70.04782104, 26.59913635], [70.06619263, 26.59929085], [70.16051483, 26.55895424], [70.16773987, 26.5507431], [70.18225861, 26.49852562], [70.18389893, 26.48683357], [70.17222595, 26.24832916], [70.17266846, 26.24507713], [70.1594162, 26.19448853], [70.14519501, 26.16615486], [70.08604431, 26.08214951], [70.08257294, 26.07385826], [70.09130096, 25.96515846], [70.09607697, 25.94431686], [70.17144775, 25.83228874], [70.17796326, 25.81949997], [70.244133, 25.76666832], [70.24450684, 25.76626968], [70.27594757, 25.70342064], [70.27961731, 25.70125961], [70.39443207, 25.6641407], [70.3996582, 25.66379929], [70.53277588, 25.67618942], [70.53623199, 25.67673111], [70.60170746, 25.70325089], [70.61705017, 25.70663071], [70.66079712, 25.70112038], [70.66596222, 25.69722939], [70.67613983, 25.68029022], [70.68113708, 25.66076088], [70.6765213, 25.53107071], [70.67621613, 25.52387047], [70.68773651, 25.51823044], [70.68786621, 25.51734924], [70.67366028, 25.39495087], [70.67417145, 25.38932037], [70.73226929, 25.33476257], [70.7442627, 25.320961], [70.75905609, 25.27495956], [70.76644897, 25.2649498], [70.88456726, 25.15357971], [70.89431, 25.14405823], [70.93260956, 24.97347069], [70.94548798, 24.9345417], [71.10040283, 24.68333817], [71.10713959, 24.68065071], [71.01019287, 24.61557961], [71.00055695, 24.59921265], [71.009758, 24.52884102], [71.01534271, 24.52276993], [71.00701141, 24.44687271], [71.00756836, 24.44224167], [71.11009216, 24.43165207], [71.11894989, 24.43104935], [71.13237, 24.41493988], [71.13410187, 24.41381073], [71.13176727, 24.40180016], [71.12502289, 24.39293289], [71.06093597, 24.35385323], [71.04718781, 24.34733963], [71.00112915, 24.35876083], [70.99842834, 24.36057091], [70.96746063, 24.34725189], [70.95974731, 24.346241], [70.88777161, 24.29355812], [70.88513947, 24.2907505], [70.90106201, 24.26270676], [70.894104, 24.25709724], [70.76379395, 24.22076035], [70.72582245, 24.22086525], [70.58428955, 24.24412918], [70.57424927, 24.25233269], [70.5828476, 24.27872849], [70.5878067, 24.28539658], [70.57403564, 24.28968811], [70.572258, 24.29357719], [70.58560944, 24.30858994], [70.5874176, 24.31014633], [70.57280731, 24.34073067], [70.57206726, 24.34454918], [70.610672, 24.3960495], [70.61186981, 24.4005394], [70.57486725, 24.42031479], [70.56012726, 24.41859436], [70.1439743, 24.29800224], [70.11904144, 24.29069901], [70.07730865, 24.21564293], [70.05930328, 24.19280243], [70, 24.16635513], [69.97868347, 24.16505051], [69.72839355, 24.17487717], [69.72457886, 24.17509651], [69.61287689, 24.26755524], [69.60067749, 24.27784729], [69.52818298, 24.25904083], [69.5011673, 24.25502014], [69.43832397, 24.27270508], [69.43157959, 24.27365303], [69.33081055, 24.27399635], [69.31027222, 24.27668762], [69.22229004, 24.24745178], [69.19976807, 24.23519897], [69.10547638, 24.26607323], [69.09292603, 24.26908302], [69.00415039, 24.22675705], [69.00053406, 24.22587967], [68.98149109, 24.22854424], [68.9705658, 24.23752975], [68.94780731, 24.27565575], [68.94724274, 24.27662659], [68.93360138, 24.26857185], [68.92196655, 24.25864983], [68.89099121, 24.19593811], [68.88754272, 24.19585037], [68.85253143, 24.20571136], [68.84772491, 24.20837975], [68.83205414, 24.29932785], [68.82635498, 24.30839539], [68.76750183, 24.2896862], [68.76412201, 24.28412247], [68.75092316, 23.99999809], [68.74924469, 23.96204567], [68.54708099, 23.96318626]]]], "type": "MultiPolygon"}, "id": "SH", "properties": {"CC_1": null, "ENGTYPE_1": "Province", "GID_0": "PAK", "GID_1": "PAK.8_1", "HASC_1": "PK.SD", "NAME_0": "Pakistan", "NAME_1": "Sindh", "NL_NAME_1": null, "TYPE_1": "Province", "VARNAME_1": "Sindh", "cases_tt": "Sindh</BR>Cases:577832.0</BR>Ratio:37.74%", "deaths_tt": "Sindh</BR>Cases:577832.0</BR>Deaths:8107.0</BR>Ratio:1.40%", "highlight": {"color": "red", "fillOpacity": 0.8999999999999999, "weight": 3}, "style": {"color": "black", "fillColor": "#b30000", "fillOpacity": 0.7, "opacity": 0.2, "weight": 1}}, "type": "Feature"}, {"geometry": {"coordinates": [[[77.91091918945312, 35.46514408578589], [77.92053222656249, 35.48191987272801], [77.9150390625, 35.48974737539361], [77.92739868164062, 35.49757411565533], [77.94937133789062, 35.47744667178578], [77.96722412109374, 35.48191987272801], [77.969970703125, 35.49421989176048], [77.99949645996094, 35.49366084082945], [78.02284240722656, 35.47073640366785], [78.035888671875, 35.47185482057798], [78.035888671875, 35.48974737539361], [78.05099487304688, 35.49030645355411], [78.06610107421875, 35.48751102385376], [78.07640075683592, 35.49701508806481], [78.08738708496094, 35.48639282474548], [78.11279296875, 35.47632833265728], [78.10455322265625, 35.437736107595484], [78.0915069580078, 35.42262976362149], [78.06610107421875, 35.41367651903578], [78.02764892578125, 35.36441589327595], [78.00155639648438, 35.24113278166642], [78.057861328125, 35.17661461831242], [78.08464050292969, 35.16763411633447], [78.10111999511719, 35.14012515937234], [78.11210632324219, 35.11485363973657], [78.13613891601562, 35.09575440253477], [78.14300537109375, 35.07271701786369], [78.1292724609375, 35.04573815523954], [78.14163208007812, 35.0367432201753], [78.145751953125, 35.003003395276714], [78.15399169921874, 34.99287873327227], [78.17459106445312, 34.98387798216256], [78.20205688476562, 34.972625651697065], [78.20205688476562, 34.95574425733423], [78.1732177734375, 34.93885938523973], [78.19931030273438, 34.9118363580797], [78.21029663085938, 34.90170042871546], [78.20205688476562, 34.89381606312039], [78.22128295898438, 34.89156324823376], [78.23776245117188, 34.874665167612605], [78.22952270507812, 34.856636719051735], [78.23501586914062, 34.83522280367885], [78.22677612304688, 34.80929324176267], [78.19931030273438, 34.81154831029378], [78.18557739257811, 34.79801697349404], [78.20755004882812, 34.75289647745205], [78.20205688476562, 34.732584206123626], [78.21304321289062, 34.713395809196285], [78.2391357421875, 34.712266941280404], [78.25973510742188, 34.70549341022544], [78.27346801757812, 34.6987193245323], [78.277587890625, 34.68065238482746], [78.25973510742188, 34.66145194126579], [78.26934814453125, 34.641117209595805], [78.28582763671875, 34.619647359797185], [78.33663940429688, 34.607214907435875], [78.365478515625, 34.607214907435875], [78.38539123535156, 34.607214907435875], [78.4259033203125, 34.5902585629658], [78.43002319335938, 34.56651386602819], [78.43551635742188, 34.542762387234845], [78.45062255859374, 34.551811369170494], [78.453369140625, 34.56651386602819], [78.48358154296875, 34.568775557959036], [78.48358154296875, 34.57895241036948], [78.49594116210938, 34.58234441765835], [78.51654052734375, 34.57329875727302], [78.53439331054688, 34.57556026465247], [78.55636596679688, 34.568775557959036], [78.5577392578125, 34.53031843056756], [78.5687255859375, 34.50655662164561], [78.58657836914062, 34.50655662164561], [78.59069824218749, 34.5235300339023], [78.61541748046875, 34.53936876533996], [78.64425659179688, 34.54954921593403], [78.67584228515625, 34.53031843056756], [78.71429443359375, 34.52579289427138], [78.71566772460936, 34.49976628863743], [78.76510620117188, 34.47712785074854], [78.73764038085938, 34.45788034775209], [78.77883911132812, 34.432965226898396], [78.78433227539062, 34.44202613062484], [78.81317138671875, 34.432965226898396], [78.826904296875, 34.418239163003484], [78.84475708007812, 34.418239163003484], [78.87496948242188, 34.39671178864245], [78.89968872070312, 34.40124432780968], [78.9312744140625, 34.37857917718959], [78.94088745117188, 34.38877925439021], [78.96835327148438, 34.38764597384264], [78.96697998046875, 34.37914588074335], [78.97384643554688, 34.362709920825566], [79.05624389648438, 34.32302363048832], [79.0576171875, 34.299202842785114], [79.03976440429688, 34.296933843873816], [79.02191162109375, 34.30600947175969], [78.97659301757812, 34.31394984163214], [78.9862060546875, 34.296933843873816], [78.96835327148438, 34.279914398549934], [78.9532470703125, 34.232241617439286], [78.9422607421875, 34.2242935279642], [78.92440795898438, 34.17431693701009], [78.92166137695312, 34.16068181711789], [78.90724182128906, 34.14363482031264], [78.88664245605469, 34.15159051366224], [78.87771606445312, 34.164090803573124], [78.86123657226562, 34.16636338473789], [78.86398315429686, 34.14022500809142], [78.84475708007812, 34.14249823152873], [78.83514404296875, 34.12317388304314], [78.80081176757812, 34.14022500809142], [78.75411987304688, 34.09588492955209], [78.7060546875, 34.09019862299803], [78.69232177734374, 34.0822371521209], [78.68202209472656, 34.08053102525307], [78.67446899414062, 34.092473191457664], [78.6566162109375, 34.0731374116421], [78.67034912109375, 34.06972475691634], [78.65524291992188, 34.05265942137599], [78.65867614746094, 34.03388358382995], [78.66828918457031, 34.03274552068691], [78.67996215820312, 34.0236404659703], [78.7005615234375, 34.02648590051866], [78.72665405273438, 34.01396527491264], [78.74313354492188, 34.00144280255186], [78.73214721679688, 33.92285064485909], [78.76785278320312, 33.91259414191221], [78.76167297363281, 33.90290631116554], [78.76304626464844, 33.89150745368313], [78.75274658203125, 33.88466740785103], [78.76510620117188, 33.827075293445986], [78.75617980957031, 33.784854448488915], [78.76441955566406, 33.775722878425604], [78.76510620117188, 33.757456817972894], [78.77677917480469, 33.74603855325514], [78.760986328125, 33.71862851510573], [78.71498107910156, 33.69635141303649], [78.68751525878906, 33.678639851675555], [78.68408203124999, 33.65921007223414], [78.7005615234375, 33.63405913759068], [78.71841430664062, 33.622624465698685], [78.75274658203125, 33.6283419913718], [78.75755310058594, 33.62148091503237], [78.74244689941406, 33.6008944080788], [78.74313354492188, 33.58030298537655], [78.73214721679688, 33.569433308715425], [78.78433227539062, 33.505331619804984], [78.8104248046875, 33.48414472606364], [78.81179809570312, 33.470971882039215], [78.82553100585938, 33.453786901963696], [78.83583068847656, 33.44003646532446], [78.83651733398438, 33.426856918285004], [78.8543701171875, 33.41310221370827], [78.86810302734375, 33.417687357334934], [78.89694213867188, 33.41195588997615], [78.93745422363281, 33.38673294052008], [78.9532470703125, 33.37067816127025], [78.95736694335936, 33.35691456311512], [78.96835327148438, 33.33741240611175], [78.98895263671875, 33.324791035897825], [79.02053833007812, 33.32249604487461], [79.024658203125, 33.3087248296209], [79.03564453124999, 33.30987251398259], [79.03427124023438, 33.293803558346596], [79.03427124023438, 33.276583535317876], [79.05281066894531, 33.26223092096623], [79.07958984375, 33.24213329838942], [79.06585693359375, 33.23811321923412], [79.07341003417969, 33.22432868739248], [79.08233642578124, 33.22317987833434], [79.10224914550781, 33.20652045176062], [79.10499572753905, 33.202498735723545], [79.11529541015625, 33.201924189778936], [79.12628173828125, 33.201924189778936], [79.15306091308594, 33.18181270657247], [79.16610717773438, 33.17204260575893], [79.15443420410156, 33.1611217924236], [79.15855407714844, 33.12950124445052], [79.14344787597656, 33.10477178931552], [79.14070129394531, 33.03284431711645], [79.13932800292969, 33.02420907047062], [79.15031433105469, 33.02536048557457], [79.156494140625, 33.00866349457558], [79.1619873046875, 33.0121183038527], [79.16954040527344, 32.9988741333812], [79.17709350585938, 32.98159614033201], [79.18533325195312, 32.98620393585743], [79.20249938964844, 32.97986815500754], [79.200439453125, 32.97122772113185], [79.22103881835938, 32.962010326582806], [79.24369812011719, 32.94126767295452], [79.21897888183594, 32.92224929834244], [79.22996520996092, 32.90783871693625], [79.22515869140625, 32.89227265418852], [79.23408508300781, 32.88016382523992], [79.22721862792969, 32.858825196463854], [79.23545837402344, 32.848442385344136], [79.23408508300781, 32.82305706600969], [79.22241210937499, 32.78438821072233], [79.24575805664061, 32.79131521234002], [79.27116394042969, 32.78034721066307], [79.29862976074219, 32.72895278328243], [79.28009033203125, 32.7116221369942], [79.28421020507812, 32.701799942559], [79.27940368652344, 32.68908726249159], [79.26841735839844, 32.685619853722], [79.28009033203125, 32.65209462833938], [79.288330078125, 32.64978208022306], [79.29519653320312, 32.63879665995436], [79.29176330566406, 32.63070127641626], [79.30686950683594, 32.600626297295186], [79.288330078125, 32.59657697101795], [79.29244995117186, 32.58963484306727], [79.28215026855469, 32.582113597618104], [79.26429748535156, 32.55954607536906], [79.27528381347656, 32.5566523926595], [79.26704406738281, 32.538709477352576], [79.2615509033203, 32.537551746769], [79.25125122070312, 32.52307885527122], [79.24850463867188, 32.5178680435577], [79.22447204589844, 32.5253946746004], [79.21966552734375, 32.50860363229596], [79.18670654296875, 32.51728904582773], [79.18464660644531, 32.49875914921264], [79.15992736816405, 32.49586350791503], [79.14962768554688, 32.47732919639942], [79.13177490234375, 32.48312157883687], [79.12765502929688, 32.462267257639176], [79.1180419921875, 32.45589414051949], [79.12559509277344, 32.421123747748766], [79.11529541015625, 32.4205441275944], [79.10636901855469, 32.407211836256685], [79.10087585449219, 32.39503715441905], [79.10636901855469, 32.37358253040168], [79.09400939941406, 32.37068286611427], [79.07684326171875, 32.381701095465345], [79.0583038330078, 32.38691978781105], [79.02877807617188, 32.37996146435729], [79.02259826660156, 32.385180257193184], [78.98895263671875, 32.371262806414045], [78.97109985351562, 32.33587963983594], [78.92921447753906, 32.36372329228304], [78.91548156738281, 32.368363067704706], [78.90518188476562, 32.37648210165771], [78.90518188476562, 32.3880794562793], [78.89350891113281, 32.400834826722196], [78.87977600097656, 32.39793603710494], [78.8715362548828, 32.41126969866743], [78.85368347167969, 32.41590703229392], [78.84063720703124, 32.410690015207734], [78.83239746093749, 32.41822560973605], [78.83171081542969, 32.427499323644135], [78.80767822265625, 32.44024912337551], [78.79600524902344, 32.47501213905002], [78.78089904785156, 32.48022543421519], [78.77677917480469, 32.49644264363212], [78.78021240234375, 32.51671004436773], [78.76922607421875, 32.52597362010653], [78.76579284667969, 32.537551746769], [78.77059936523438, 32.537551746769], [78.75961303710938, 32.5566523926595], [78.76029968261719, 32.579799241291816], [78.77403259277344, 32.58500645901216], [78.78158569335938, 32.61740012775744], [78.77471923828125, 32.62087018318113], [78.77059936523438, 32.631279542388256], [78.75205993652344, 32.63995308352165], [78.75205993652344, 32.64457862829142], [78.74176025390625, 32.654407116645416], [78.74794006347656, 32.690243035492266], [78.74107360839844, 32.696599519547924], [78.7225341796875, 32.67521681957013], [78.66416931152344, 32.65729764291633], [78.64494323730469, 32.64573497710762], [78.63258361816406, 32.646313145909126], [78.63052368164062, 32.631279542388256], [78.64356994628906, 32.6093028087336], [78.607177734375, 32.59946936560498], [78.58726501464844, 32.604675440554985], [78.57627868652344, 32.61219479244032], [78.55979919433592, 32.62491841117469], [78.55567932128906, 32.61797847966841], [78.54743957519531, 32.619135172282014], [78.54469299316406, 32.61335155977302], [78.51516723632812, 32.61450831216246], [78.5137939453125, 32.600626297295186], [78.50418090820312, 32.58442789420143], [78.49525451660156, 32.58616357743131], [78.47877502441406, 32.575170349419395], [78.46366882324219, 32.582113597618104], [78.4478759765625, 32.574013089115454], [78.43070983886719, 32.56880523294626], [78.42178344726562, 32.569383898564695], [78.40805053710938, 32.55607364492026], [78.40255737304688, 32.54565554741415], [78.3984375, 32.54449790638623], [78.39431762695312, 32.54102489374372], [78.39569091796874, 32.53060504985312], [78.37921142578125, 32.527710434241506], [78.31054687499999, 32.47732919639942], [78.28102111816406, 32.51034078213685], [78.30024719238281, 32.52944721480068], [78.29544067382812, 32.576327594789284], [78.33389282226561, 32.58384932565662], [78.3929443359375, 32.62318347873869], [78.36891174316406, 32.637640221437685], [78.36341857910156, 32.67174887226337], [78.37852478027344, 32.719710191056606], [78.37234497070311, 32.73472891687607], [78.37303161621094, 32.76244914714216], [78.34419250488281, 32.76244914714216], [78.29132080078125, 32.73877198768001], [78.29612731933594, 32.71566625570318], [78.23844909667969, 32.69486597787505], [78.233642578125, 32.6833081730721], [78.21304321289062, 32.66885881334276], [78.18489074707031, 32.664812573810586], [78.15948486328125, 32.68099643258195], [78.13751220703125, 32.672326872829686], [78.12034606933594, 32.64284407703449], [78.09219360351561, 32.66134422267952], [78.06747436523438, 32.626075014116196], [78.03520202636719, 32.63590553563321], [78.03863525390625, 32.59310597426537], [77.98370361328125, 32.58963484306727], [77.95829772949219, 32.62144851267499], [77.95211791992188, 32.63937487360669], [77.90130615234375, 32.6925545366082], [77.90748596191406, 32.72028788113862], [77.91915893554688, 32.730685662660896], [77.91297912597655, 32.73992711707743], [77.9150390625, 32.76418137510082], [77.90130615234375, 32.774574035045326], [77.87109375, 32.778037985363675], [77.86216735839844, 32.81728666309672], [77.83538818359375, 32.838058359277056], [77.82508850097656, 32.839212199942395], [77.80860900878906, 32.836327570159945], [77.76191711425781, 32.865169649519416], [77.77015686035156, 32.88881315761995], [77.794189453125, 32.90265033334125], [77.71453857421875, 32.97180377635759], [77.70217895507811, 32.967771310880366], [77.66578674316406, 32.98620393585743], [77.65960693359375, 32.96258644191747], [77.61497497558594, 32.941843923502645], [77.58338928222656, 32.941843923502645], [77.57171630859375, 32.92109653816924], [77.50579833984375, 32.88189375925038], [77.48382568359374, 32.89111950367499], [77.4591064453125, 32.86343938914865], [77.40142822265625, 32.88420028540548], [77.36228942871094, 32.86170909502134], [77.36297607421875, 32.828827094089085], [77.3272705078125, 32.82421110161336], [77.30461120605467, 32.85421076375021], [77.28195190429688, 32.85363394278486], [77.25860595703125, 32.87497382061986], [77.24212646484374, 32.86401614635635], [77.22564697265625, 32.88016382523992], [77.22564697265625, 32.89688510614291], [77.19200134277344, 32.90783871693625], [77.1734619140625, 32.93262346411481], [77.15904235839844, 32.914179661793504], [77.14874267578124, 32.91187391621322], [77.14599609375, 32.95624896663315], [77.13432312011719, 32.978716146003336], [77.10411071777344, 32.986779893387755], [77.07733154296875, 32.9764120829052], [77.03887939453125, 32.99945000822837], [76.99836730957031, 32.99023555965106], [76.91734313964844, 33.03399561940715], [76.88507080078125, 33.07082934859187], [76.89674377441406, 33.09499310776808], [76.86859130859375, 33.120300400098884], [76.84524536132812, 33.113399134183744], [76.80404663085938, 33.15537344954293], [76.79855346679688, 33.173192085918075], [76.80541992187499, 33.195029344358204], [76.82807922363281, 33.24213329838942], [76.81709289550781, 33.24672744820099], [76.80335998535156, 33.23696459123654], [76.77864074707031, 33.25476662931654], [76.75666809082031, 33.24959866921125], [76.761474609375, 33.224903086263964], [76.73126220703125, 33.17893926058104], [76.62139892578125, 33.165145408240285], [76.58294677734375, 33.201924189778936], [76.54998779296875, 33.207669479549594], [76.53282165527342, 33.19847683493303], [76.49848937988281, 33.19675310661128], [76.46759033203125, 33.18181270657247], [76.39617919921875, 33.18813395605041], [76.35429382324219, 33.15422373575258], [76.28082275390625, 33.109948297894285], [76.23825073242188, 33.03284431711645], [76.15585327148438, 33.02363335727839], [76.12838745117188, 33.00981511270531], [76.09611511230467, 33.004632712706915], [76.08032226562499, 32.967195229355916], [76.0308837890625, 32.93953889877841], [76.01303100585938, 32.91475608880438], [75.94024658203124, 32.88420028540548], [75.88325500488281, 32.923402043498875], [75.83106994628905, 32.93435237347276], [75.8111572265625, 32.9308945209637], [75.79193115234374, 32.91187391621322], [75.79742431640625, 32.86574639547474], [75.86883544921875, 32.812670070909164], [75.91827392578125, 32.74570253945518], [75.89630126953125, 32.6833081730721], [75.92582702636719, 32.65498522937631], [75.90179443359375, 32.61219479244032], [75.83587646484375, 32.535236240827224], [75.794677734375, 32.47732919639942], [75.76515197753906, 32.46110854261062], [75.728759765625, 32.456473533435215], [75.71159362792969, 32.41590703229392], [75.64842224121094, 32.385180257193184], [75.60516357421874, 32.37996146435729], [75.57769775390625, 32.37996146435729], [75.5419921875, 32.34052084371421], [75.50010681152344, 32.27320009948135], [75.49049377441406, 32.287713108384494], [75.48980712890625, 32.31092909162695], [75.4705810546875, 32.31499127724556], [75.47332763671875, 32.34052084371421], [75.42938232421875, 32.32659651806086], [75.3826904296875, 32.32891738775126], [75.31951904296875, 32.34748220321868], [75.289306640625, 32.35212281198644], [75.289306640625, 32.368363067704706], [75.2728271484375, 32.375322284319346], [75.25772094726562, 32.37648210165771], [75.26046752929688, 32.38691978781105], [75.24398803710938, 32.38576010445448], [75.22476196289062, 32.40431325140605], [75.19729614257812, 32.40431325140605], [75.18768310546875, 32.42402179265739], [75.146484375, 32.41126969866743], [75.12725830078125, 32.42865847084369], [75.0970458984375, 32.46458464297592], [75.08331298828125, 32.47964619410741], [75.03799438476562, 32.49586350791503], [74.981689453125, 32.45067943659943], [74.94461059570312, 32.45415593941475], [74.92950439453125, 32.46690196868371], [74.88967895507812, 32.465743313283596], [74.8828125, 32.485438427431504], [74.8553466796875, 32.49586350791503], [74.81964111328125, 32.49702177562046], [74.81414794921875, 32.47964619410741], [74.77432250976562, 32.48196313217176], [74.72763061523438, 32.47964619410741], [74.71527099609375, 32.47848770270873], [74.70291137695312, 32.49586350791503], [74.68505859374999, 32.49238861531074], [74.68231201171875, 32.51207789841144], [74.68917846679688, 32.52944721480068], [74.66033935546875, 32.55144352864431], [74.67681884765624, 32.55607364492026], [74.66995239257812, 32.56880523294626], [74.65621948242188, 32.56764789050999], [74.66033935546875, 32.60004783331758], [74.63424682617188, 32.61392993783565], [74.65621948242188, 32.62087018318113], [74.6575927734375, 32.637061996573436], [74.696044921875, 32.65787573695528], [74.65484619140625, 32.70757783494157], [74.65621948242188, 32.73415132036002], [74.67887878417969, 32.759562025650126], [74.68505859374999, 32.78842902722552], [74.69879150390625, 32.812670070909164], [74.70497131347656, 32.817863720254564], [74.70703125, 32.84382741262935], [74.68025207519531, 32.836327570159945], [74.66995239257812, 32.82421110161336], [74.65484619140625, 32.828827094089085], [74.63150024414062, 32.810361684869015], [74.65484619140625, 32.784965481461185], [74.6356201171875, 32.77688335023984], [74.62875366210938, 32.76880048488168], [74.63699340820312, 32.751477587458865], [74.6136474609375, 32.759562025650126], [74.57382202148438, 32.7503226078097], [74.564208984375, 32.76302656020649], [74.54635620117188, 32.7503226078097], [74.53674316406249, 32.75003386055739], [74.49897766113281, 32.762737854142415], [74.46086883544922, 32.78121315469903], [74.46189880371094, 32.784965481461185], [74.45777893066406, 32.78987213149016], [74.45159912109375, 32.79391269886276], [74.44507598876953, 32.79997320569839], [74.44438934326172, 32.810361684869015], [74.43443298339844, 32.82738462221177], [74.42516326904297, 32.83373132321818], [74.42070007324219, 32.839212199942395], [74.42070007324219, 32.84873081317059], [74.41383361816406, 32.86747661083543], [74.41486358642578, 32.87468547812003], [74.42962646484375, 32.88420028540548], [74.41177368164061, 32.90495631913751], [74.35134887695312, 32.90668576907653], [74.31838989257811, 32.91936736975363], [74.31770324707031, 32.93550496093696], [74.34654235839844, 32.96546696224175], [74.35203552246094, 32.982748111760046], [74.322509765625, 33.00751186140885], [74.31976318359375, 33.0305416674074], [74.278564453125, 33.03744943602074], [74.25590515136717, 33.048097851560655], [74.23599243164062, 33.0535654565654], [74.21607971191406, 33.05759400090168], [74.1958236694336, 33.06852769197118], [74.17076110839844, 33.07485710280626], [74.1741943359375, 33.08463802391685], [74.1851806640625, 33.090390998837975], [74.16252136230467, 33.110523446688916], [74.15359497070312, 33.13036377417831], [74.14020538330078, 33.1415758894446], [74.08218383789062, 33.18238738446303], [74.02587890625, 33.1869846718891], [74.01626586914062, 33.195029344358204], [74.01111602783203, 33.23868752757414], [74.02107238769531, 33.259073029254736], [74.036865234375, 33.265101632548216], [74.08218383789062, 33.26050844872995], [74.10552978515625, 33.271990955382115], [74.15634155273438, 33.33167564632156], [74.17144775390625, 33.34773762160763], [74.1851806640625, 33.382146163182604], [74.18243408203125, 33.417687357334934], [74.1793441772461, 33.42628384909871], [74.18861389160156, 33.453786901963696], [74.17831420898436, 33.482426642603215], [74.124755859375, 33.538819235622576], [74.09660339355469, 33.571435720418556], [74.04647827148438, 33.56428403679499], [74.02896881103516, 33.574296227998836], [74.01042938232422, 33.60546961227188], [73.98639678955078, 33.63091475412966], [73.9764404296875, 33.63577420745804], [73.97232055664062, 33.65006512803725], [73.97884368896484, 33.65435194162687], [73.9925765991211, 33.65635238156348], [73.98365020751953, 33.66692536297647], [73.98193359375, 33.67635422308637], [73.9764404296875, 33.69920777465873], [73.9651107788086, 33.709775486938895], [73.95858764648438, 33.720913019358676], [73.98571014404297, 33.7437547178534], [73.99566650390625, 33.74289826389884], [74.0093994140625, 33.75288969455201], [74.00630950927733, 33.762594540992644], [74.02896881103516, 33.77657900447511], [74.05334472656249, 33.813384329112786], [74.06570434570312, 33.819659626496865], [74.14295196533203, 33.83021249740128], [74.21951293945312, 33.868135032968624], [74.24491882324219, 33.892647407997345], [74.26071166992188, 33.92285064485909], [74.26345825195312, 33.97297577172598], [74.24423217773438, 34.01965669732604], [74.20989990234375, 34.03900467904445], [74.1632080078125, 34.03786668460356], [74.12750244140625, 34.05493499798558], [74.08905029296875, 34.03900467904445], [74.01763916015625, 34.03786668460356], [73.98605346679688, 34.01396527491264], [73.92425537109375, 34.0105502383134], [73.883056640625, 34.043556504127444], [73.90777587890625, 34.10725639663118], [73.90228271484375, 34.12317388304314], [73.97506713867186, 34.21634468843463], [73.98330688476561, 34.23678304606286], [73.9764404296875, 34.264026473152875], [73.93386840820312, 34.30487507190691], [73.92082214355467, 34.342869123388596], [73.90777587890625, 34.352506668675936], [73.88031005859375, 34.334364487026306], [73.86520385742188, 34.334364487026306], [73.84735107421875, 34.32415778512193], [73.81164550781249, 34.337766445056666], [73.81576538085938, 34.349105308603086], [73.79653930664062, 34.34003434042203], [73.773193359375, 34.33549848836709], [73.76220703125, 34.34456994717239], [73.74710083007812, 34.34570381052938], [73.75808715820312, 34.384246040152185], [73.80889892578125, 34.42730166315869], [73.83224487304688, 34.43069984745346], [73.8995361328125, 34.49750272138159], [73.8885498046875, 34.511083202999714], [73.89129638671875, 34.54163119530972], [73.94760131835938, 34.57329875727302], [73.94073486328125, 34.60269355405186], [73.92974853515625, 34.60382391547706], [73.9324951171875, 34.643376870547456], [73.9544677734375, 34.64789600772051], [73.94760131835938, 34.65919277297455], [73.9544677734375, 34.66484057821928], [73.96270751953125, 34.67839374011646], [73.96820068359375, 34.688557156153685], [73.98330688476561, 34.68291096793206], [74.12338256835936, 34.70097741472011], [74.27581787109375, 34.768691457552706], [74.30465698242188, 34.80140001594981], [74.34173583984374, 34.78899484825181], [74.37606811523438, 34.8047829195724], [74.47357177734375, 34.79181436843145], [74.50584411621092, 34.77489580147847], [74.53330993652344, 34.776587814319875], [74.58137512207031, 34.77151167170742], [74.63905334472656, 34.733148503316755], [74.66995239257812, 34.70154192763856], [74.83406066894531, 34.677264394659154], [74.85946655273438, 34.67952307017263], [74.87113952636719, 34.681781684080676], [74.89036560058594, 34.67500565754207], [74.91165161132812, 34.67387626588273], [75.01670837402344, 34.64281196108223], [75.14236450195312, 34.66258150231496], [75.2075958251953, 34.64733112904415], [75.25016784667969, 34.64846088254812], [75.267333984375, 34.638292546817624], [75.25703430175781, 34.61682196594164], [75.26390075683594, 34.60778005929919], [75.35041809082031, 34.56085936708384], [75.39642333984375, 34.54785256064751], [75.46371459960938, 34.54389356378646], [75.50559997558594, 34.536540641406], [75.6134033203125, 34.53880314823946], [75.74867248535156, 34.51560953848204], [75.78987121582031, 34.532581106490944], [75.84548950195312, 34.57612563188478], [75.91827392578125, 34.6060845921693], [75.9326934814453, 34.6241677899049], [75.94779968261717, 34.63151296363536], [75.992431640625, 34.63038297923296], [76.03225708007812, 34.6704879985043], [76.07620239257812, 34.67613503380097], [76.12495422363281, 34.64563646992296], [76.16065979003906, 34.64450667793234], [76.25885009765625, 34.68347560408199], [76.30142211914062, 34.724683640865685], [76.32957458496092, 34.73427708614381], [76.38519287109375, 34.73709847578162], [76.43325805664062, 34.76417891445512], [76.47239685058594, 34.792942149511546], [76.51771545410156, 34.78335551870688], [76.56303405761719, 34.75853788866992], [76.68182373046875, 34.76417891445512], [76.70379638671874, 34.807038111521614], [76.74774169921875, 34.84085858477277], [76.73126220703125, 34.90620544067929], [76.76284790039062, 34.93323032184192], [76.81640625, 34.93773360346578], [76.86859130859375, 34.97487624147657], [76.97021484375, 34.93773360346578], [77.00042724609374, 34.93773360346578], [77.01004028320312, 34.954618707382416], [77.01004028320312, 35.01312680454406], [77.00729370117188, 35.02437356760802], [77.01553344726562, 35.02662273458687], [77.01416015625, 35.03336986422378], [77.04025268554688, 35.03899204678081], [77.04437255859375, 35.05135948674818], [77.07046508789061, 35.05248370662468], [77.08969116210938, 35.043489514314686], [77.10067749023438, 35.049111000569276], [77.11441040039062, 35.046862452490686], [77.12265014648438, 35.06147690849717], [77.91091918945312, 35.46514408578589]]], "type": "Polygon"}, "id": "OJK", "properties": {"CC_1": null, "ENGTYPE_1": "Indian ContrlledArea", "GID_0": "PAK", "GID_1": "PAK.9_1", "HASC_1": "PK.OJK", "NAME_0": "Pakistan", "NAME_1": "Occupied Jammu and Kashmir", "NL_NAME_1": null, "TYPE_1": "Indian Contrlled Area", "VARNAME_1": "Terrorized Kashmir", "cases_tt": "Occupied Jammu and Kashmir</BR>Cases:0.0</BR>Ratio:0.00%", "deaths_tt": "Occupied Jammu and Kashmir</BR>Cases:0.0</BR>Deaths:0.0</BR>Ratio:0.00%", "highlight": {"color": "red", "fillOpacity": 0.8999999999999999, "weight": 3}, "style": {"color": "black", "fillColor": "#fef0d9", "fillOpacity": 0.7, "opacity": 0.2, "weight": 1}}, "type": "Feature"}], "type": "FeatureCollection"},
{
onEachFeature: geo_json_eb096b28f1aa004c8cef2e078a909335_onEachFeature,
}
).addTo(choropleth_1a46db9d130bae71889f4bcf3561a80b );
geo_json_eb096b28f1aa004c8cef2e078a909335.setStyle(function(feature) {return feature.properties.style;});
geo_json_eb096b28f1aa004c8cef2e078a909335.bindTooltip(
function(layer){
// Convert non-primitive to String.
let handleObject = (feature)=>typeof(feature)=='object' ? JSON.stringify(feature) : feature;
let fields = ['cases_tt'];
return '<table>' +
String(
fields.map(
columnname=>
`<tr style="text-align: left;">
<td style="padding: 4px;">${handleObject(layer.feature.properties[columnname])
}</td></tr>`
).join(''))
+'</table>'
}, {"sticky": true});
var color_map_ae3e0563231b4a45a2e84718e453eb6e = {};
color_map_ae3e0563231b4a45a2e84718e453eb6e.color = d3.scale.threshold()
.domain([0.0, 0.07562999701653698, 0.15125999403307397, 0.22688999104961094, 0.30251998806614794, 0.3781499850826849, 0.4537799820992219, 0.5294099791157589, 0.6050399761322959, 0.6806699731488328, 0.7562999701653698, 0.8319299671819068, 0.9075599641984438, 0.9831899612149807, 1.0588199582315179, 1.1344499552480547, 1.2100799522645918, 1.2857099492811288, 1.3613399462976656, 1.4369699433142027, 1.5125999403307395, 1.5882299373472766, 1.6638599343638136, 1.7394899313803505, 1.8151199283968875, 1.8907499254134246, 1.9663799224299614, 2.0420099194464987, 2.1176399164630357, 2.193269913479573, 2.2688999104961094, 2.3445299075126464, 2.4201599045291835, 2.4957899015457206, 2.5714198985622576, 2.647049895578794, 2.7226798925953313, 2.7983098896118683, 2.8739398866284054, 2.9495698836449424, 3.025199880661479, 3.100829877678016, 3.176459874694553, 3.25208987171109, 3.3277198687276273, 3.4033498657441643, 3.478979862760701, 3.554609859777238, 3.630239856793775, 3.705869853810312, 3.781499850826849, 3.8571298478433858, 3.932759844859923, 4.00838984187646, 4.084019838892997, 4.159649835909534, 4.2352798329260715, 4.3109098299426085, 4.386539826959146, 4.462169823975682, 4.537799820992219, 4.613429818008756, 4.689059815025293, 4.76468981204183, 4.840319809058367, 4.915949806074904, 4.991579803091441, 5.067209800107978, 5.142839797124515, 5.218469794141052, 5.294099791157588, 5.3697297881741255, 5.4453597851906625, 5.5209897822072, 5.596619779223737, 5.672249776240274, 5.747879773256811, 5.823509770273348, 5.899139767289885, 5.974769764306422, 6.050399761322958, 6.126029758339495, 6.201659755356032, 6.277289752372569, 6.352919749389106, 6.428549746405643, 6.50417974342218, 6.5798097404387175, 6.6554397374552545, 6.731069734471792, 6.806699731488329, 6.882329728504865, 6.957959725521402, 7.033589722537939, 7.109219719554476, 7.184849716571013, 7.26047971358755, 7.336109710604087, 7.411739707620624, 7.487369704637161, 7.562999701653698, 7.638629698670235, 7.7142596956867715, 7.7898896927033086, 7.865519689719846, 7.941149686736383, 8.01677968375292, 8.092409680769457, 8.168039677785995, 8.24366967480253, 8.319299671819069, 8.394929668835605, 8.470559665852143, 8.546189662868679, 8.621819659885217, 8.697449656901753, 8.773079653918291, 8.848709650934827, 8.924339647951363, 8.9999696449679, 9.075599641984438, 9.151229639000974, 9.226859636017512, 9.302489633034048, 9.378119630050586, 9.453749627067122, 9.52937962408366, 9.605009621100196, 9.680639618116734, 9.75626961513327, 9.831899612149808, 9.907529609166344, 9.983159606182882, 10.058789603199418, 10.134419600215956, 10.210049597232493, 10.28567959424903, 10.361309591265567, 10.436939588282105, 10.512569585298639, 10.588199582315177, 10.663829579331713, 10.739459576348251, 10.815089573364787, 10.890719570381325, 10.966349567397861, 11.0419795644144, 11.117609561430935, 11.193239558447473, 11.26886955546401, 11.344499552480547, 11.420129549497084, 11.495759546513622, 11.571389543530158, 11.647019540546696, 11.722649537563232, 11.79827953457977, 11.873909531596306, 11.949539528612844, 12.02516952562938, 12.100799522645916, 12.176429519662452, 12.25205951667899, 12.327689513695526, 12.403319510712064, 12.4789495077286, 12.554579504745139, 12.630209501761675, 12.705839498778213, 12.781469495794749, 12.857099492811287, 12.932729489827823, 13.00835948684436, 13.083989483860899, 13.159619480877435, 13.235249477893973, 13.310879474910509, 13.386509471927047, 13.462139468943583, 13.537769465960121, 13.613399462976657, 13.689029459993195, 13.76465945700973, 13.840289454026268, 13.915919451042804, 13.991549448059342, 14.067179445075878, 14.142809442092416, 14.218439439108952, 14.29406943612549, 14.369699433142026, 14.445329430158564, 14.5209594271751, 14.596589424191638, 14.672219421208174, 14.747849418224712, 14.823479415241248, 14.899109412257786, 14.974739409274322, 15.05036940629086, 15.125999403307397, 15.201629400323935, 15.27725939734047, 15.352889394357007, 15.428519391373543, 15.504149388390081, 15.579779385406617, 15.655409382423155, 15.731039379439691, 15.80666937645623, 15.882299373472765, 15.957929370489303, 16.03355936750584, 16.109189364522376, 16.184819361538914, 16.26044935855545, 16.33607935557199, 16.411709352588524, 16.48733934960506, 16.562969346621596, 16.638599343638138, 16.714229340654672, 16.78985933767121, 16.865489334687744, 16.941119331704286, 17.01674932872082, 17.092379325737358, 17.168009322753893, 17.243639319770434, 17.31926931678697, 17.394899313803506, 17.47052931082004, 17.546159307836582, 17.621789304853117, 17.697419301869655, 17.77304929888619, 17.848679295902727, 17.924309292919265, 17.9999392899358, 18.075569286952337, 18.151199283968875, 18.226829280985413, 18.302459278001947, 18.378089275018485, 18.453719272035023, 18.52934926905156, 18.604979266068096, 18.680609263084634, 18.75623926010117, 18.83186925711771, 18.907499254134244, 18.983129251150782, 19.05875924816732, 19.134389245183858, 19.210019242200392, 19.285649239216934, 19.361279236233468, 19.436909233250002, 19.51253923026654, 19.588169227283075, 19.663799224299616, 19.73942922131615, 19.81505921833269, 19.890689215349227, 19.966319212365764, 20.0419492093823, 20.117579206398837, 20.193209203415375, 20.268839200431913, 20.344469197448447, 20.420099194464985, 20.495729191481523, 20.57135918849806, 20.646989185514595, 20.722619182531133, 20.79824917954767, 20.87387917656421, 20.949509173580743, 21.025139170597278, 21.10076916761382, 21.176399164630354, 21.25202916164689, 21.327659158663426, 21.403289155679968, 21.478919152696502, 21.55454914971304, 21.630179146729574, 21.705809143746116, 21.78143914076265, 21.857069137779188, 21.932699134795723, 22.008329131812264, 22.0839591288288, 22.159589125845336, 22.23521912286187, 22.310849119878412, 22.386479116894947, 22.462109113911485, 22.53773911092802, 22.613369107944557, 22.688999104961095, 22.76462910197763, 22.840259098994167, 22.915889096010705, 22.991519093027243, 23.067149090043777, 23.142779087060315, 23.218409084076853, 23.29403908109339, 23.369669078109926, 23.445299075126464, 23.520929072143, 23.59655906915954, 23.672189066176074, 23.747819063192612, 23.82344906020915, 23.899079057225688, 23.974709054242222, 24.05033905125876, 24.125969048275298, 24.201599045291832, 24.27722904230837, 24.352859039324905, 24.428489036341446, 24.50411903335798, 24.57974903037452, 24.655379027391053, 24.731009024407594, 24.80663902142413, 24.882269018440667, 24.9578990154572, 25.033529012473743, 25.109159009490277, 25.184789006506815, 25.26041900352335, 25.33604900053989, 25.411678997556425, 25.487308994572963, 25.562938991589498, 25.63856898860604, 25.714198985622573, 25.78982898263911, 25.865458979655646, 25.941088976672184, 26.01671897368872, 26.092348970705256, 26.167978967721798, 26.243608964738332, 26.31923896175487, 26.394868958771404, 26.470498955787946, 26.54612895280448, 26.621758949821018, 26.697388946837552, 26.773018943854094, 26.84864894087063, 26.924278937887166, 26.9999089349037, 27.075538931920242, 27.151168928936777, 27.226798925953315, 27.30242892296985, 27.37805891998639, 27.453688917002925, 27.52931891401946, 27.604948911035997, 27.680578908052535, 27.756208905069073, 27.831838902085607, 27.907468899102145, 27.983098896118683, 28.05872889313522, 28.134358890151756, 28.209988887168294, 28.28561888418483, 28.36124888120137, 28.436878878217904, 28.51250887523444, 28.58813887225098, 28.663768869267518, 28.739398866284052, 28.81502886330059, 28.890658860317128, 28.966288857333666, 29.0419188543502, 29.117548851366735, 29.193178848383276, 29.26880884539981, 29.34443884241635, 29.420068839432883, 29.495698836449424, 29.57132883346596, 29.646958830482497, 29.72258882749903, 29.798218824515573, 29.873848821532107, 29.949478818548645, 30.02510881556518, 30.10073881258172, 30.176368809598255, 30.251998806614793, 30.327628803631328, 30.40325880064787, 30.478888797664403, 30.55451879468094, 30.630148791697476, 30.705778788714014, 30.78140878573055, 30.857038782747086, 30.932668779763624, 31.008298776780162, 31.0839287737967, 31.159558770813234, 31.235188767829772, 31.31081876484631, 31.386448761862848, 31.462078758879382, 31.53770875589592, 31.61333875291246, 31.688968749928996, 31.76459874694553, 31.84022874396207, 31.915858740978607, 31.991488737995144, 32.06711873501168, 32.14274873202822, 32.21837872904475, 32.294008726061286, 32.36963872307783, 32.44526872009436, 32.5208987171109, 32.59652871412744, 32.67215871114398, 32.74778870816051, 32.82341870517705, 32.89904870219359, 32.97467869921012, 33.05030869622666, 33.12593869324319, 33.20156869025974, 33.277198687276275, 33.35282868429281, 33.428458681309344, 33.504088678325886, 33.57971867534242, 33.655348672358954, 33.73097866937549, 33.80660866639204, 33.88223866340857, 33.957868660425106, 34.03349865744164, 34.109128654458175, 34.184758651474716, 34.26038864849125, 34.336018645507785, 34.41164864252433, 34.48727863954087, 34.5629086365574, 34.63853863357394, 34.71416863059047, 34.78979862760701, 34.86542862462355, 34.94105862164008, 35.01668861865662, 35.092318615673165, 35.1679486126897, 35.24357860970623, 35.31920860672277, 35.39483860373931, 35.470468600755844, 35.54609859777238, 35.62172859478892, 35.697358591805454, 35.772988588821995, 35.84861858583853, 35.924248582855064, 35.9998785798716, 36.07550857688814, 36.151138573904674, 36.226768570921216, 36.30239856793775, 36.37802856495429, 36.453658561970826, 36.52928855898736, 36.604918556003895, 36.68054855302044, 36.75617855003697, 36.83180854705351, 36.90743854407005, 36.98306854108659, 37.05869853810312, 37.13432853511966, 37.20995853213619, 37.285588529152726, 37.36121852616927, 37.43684852318581, 37.51247852020234, 37.58810851721888, 37.66373851423542, 37.73936851125195])
.range(['#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fef0d9ff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdd49eff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fdbb84ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#fc8d59ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#e34a33ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff', '#b30000ff']);
color_map_ae3e0563231b4a45a2e84718e453eb6e.x = d3.scale.linear()
.domain([0.0, 37.73936851125195])
.range([0, 400]);
color_map_ae3e0563231b4a45a2e84718e453eb6e.legend = L.control({position: 'topright'});
color_map_ae3e0563231b4a45a2e84718e453eb6e.legend.onAdd = function (map) {var div = L.DomUtil.create('div', 'legend'); return div};
color_map_ae3e0563231b4a45a2e84718e453eb6e.legend.addTo(map_b8717f9459c7ee31e3c6bebbf7ad9108);
color_map_ae3e0563231b4a45a2e84718e453eb6e.xAxis = d3.svg.axis()
.scale(color_map_ae3e0563231b4a45a2e84718e453eb6e.x)
.orient("top")
.tickSize(1)
.tickValues([0.0, 6.289894751875326, 12.579789503750652, 18.869684255625977, 25.159579007501303, 31.44947375937663, 37.73936851125195]);
color_map_ae3e0563231b4a45a2e84718e453eb6e.svg = d3.select(".legend.leaflet-control").append("svg")
.attr("id", 'legend')
.attr("width", 450)
.attr("height", 40);
color_map_ae3e0563231b4a45a2e84718e453eb6e.g = color_map_ae3e0563231b4a45a2e84718e453eb6e.svg.append("g")
.attr("class", "key")
.attr("transform", "translate(25,16)");
color_map_ae3e0563231b4a45a2e84718e453eb6e.g.selectAll("rect")
.data(color_map_ae3e0563231b4a45a2e84718e453eb6e.color.range().map(function(d, i) {
return {
x0: i ? color_map_ae3e0563231b4a45a2e84718e453eb6e.x(color_map_ae3e0563231b4a45a2e84718e453eb6e.color.domain()[i - 1]) : color_map_ae3e0563231b4a45a2e84718e453eb6e.x.range()[0],
x1: i < color_map_ae3e0563231b4a45a2e84718e453eb6e.color.domain().length ? color_map_ae3e0563231b4a45a2e84718e453eb6e.x(color_map_ae3e0563231b4a45a2e84718e453eb6e.color.domain()[i]) : color_map_ae3e0563231b4a45a2e84718e453eb6e.x.range()[1],
z: d
};
}))
.enter().append("rect")
.attr("height", 10)
.attr("x", function(d) { return d.x0; })
.attr("width", function(d) { return d.x1 - d.x0; })
.style("fill", function(d) { return d.z; });
color_map_ae3e0563231b4a45a2e84718e453eb6e.g.call(color_map_ae3e0563231b4a45a2e84718e453eb6e.xAxis).append("text")
.attr("class", "caption")
.attr("y", 21)
.text('Cases Ratio');
var layer_control_e571d6b78171a1579861ffd3a2ff1190 = {
base_layers : { "cartodbpositron" : tile_layer_400ceb0349415cfc188355f8d14302df,"stamenwatercolor" : tile_layer_2922d3f2c431f0632b5819242f2753ab,"openstreetmap" : tile_layer_8dc45e14a9755040158bff41e02e141d,"stamenterrain" : tile_layer_a84cfaa14740cf6c3d1eac05febccc08, },
overlays : { "choropleth" : choropleth_1a46db9d130bae71889f4bcf3561a80b, }
};
L.control.layers(
layer_control_e571d6b78171a1579861ffd3a2ff1190.base_layers,
layer_control_e571d6b78171a1579861ffd3a2ff1190.overlays,
{position: 'topright',
collapsed: true,
autoZIndex: true
}).addTo(map_b8717f9459c7ee31e3c6bebbf7ad9108);
tile_layer_2922d3f2c431f0632b5819242f2753ab.remove();
tile_layer_8dc45e14a9755040158bff41e02e141d.remove();
tile_layer_a84cfaa14740cf6c3d1eac05febccc08.remove();
</script>