01 |
<?xml version="1.0" encoding="UTF-8"?> |
02 |
< anychart > |
03 |
< settings > |
04 |
< animation enabled = "True" /> |
05 |
</ settings > |
06 |
< charts > |
07 |
< chart plot_type = "TreeMap" > |
08 |
< chart_settings > |
09 |
< title > |
10 |
< text > <![CDATA[ World Countries Area TreeMap ]]> </ text > |
11 |
</ title > |
12 |
< legend enabled = "True" position = "Right" align = "Near" ignore_auto_item = "True" rows_padding = "2" inside_dataplot = "False" > |
13 |
< format > <![CDATA[ {%Icon} {%RangeMin}{numDecimals:0,scale:(1000)(1000)|(K)(M)} - {%RangeMax}{numDecimals:0,scale:(1000)(1000)|(K)(M)} ]]> </ format > |
14 |
< title enabled = "true" > |
15 |
< text > <![CDATA[ Population ]]> </ text > |
16 |
</ title > |
17 |
< title_separator enabled = "true" type = "Solid" color = "#494949" opacity = "0.4" /> |
18 |
< items > |
19 |
< item source = "Thresholds" /> |
20 |
</ items > |
21 |
</ legend > |
22 |
</ chart_settings > |
23 |
< data_plot_settings > |
24 |
< tree_map > |
25 |
< tree_map_style > |
26 |
< border color = "Rgb(90,90,90)" /> |
27 |
</ tree_map_style > |
28 |
< marker_settings enabled = "true" > |
29 |
< marker type = "Star5" anchor = "Center" v_align = "Bottom" h_align = "Center" padding = "7" size = "15" /> |
30 |
< fill color = "Yellow" /> |
31 |
< states > |
32 |
< normal > |
33 |
< marker type = "None" /> |
34 |
</ normal > |
35 |
</ states > |
36 |
</ marker_settings > |
37 |
< label_settings enabled = "true" > |
38 |
< position anchor = "center" valign = "center" halign = "center" padding = "0" /> |
39 |
< format > <![CDATA[ {%Name} ]]> </ format > |
40 |
< font bold = "false" /> |
41 |
< states > |
42 |
< hover > |
43 |
< font color = "White" > |
44 |
< effects enabled = "true" > |
45 |
< drop_shadow enabled = "true" color = "#252525" distance = "1" blur_x = "2" blur_y = "2" opacity = "1" /> |
46 |
</ effects > |
47 |
</ font > |
48 |
</ hover > |
49 |
< selected_normal > |
50 |
< font color = "White" > |
51 |
< effects enabled = "true" > |
52 |
< drop_shadow enabled = "true" color = "#252525" distance = "1" blur_x = "2" blur_y = "2" opacity = "1" /> |
53 |
</ effects > |
54 |
</ font > |
55 |
</ selected_normal > |
56 |
< selected_hover > |
57 |
< font color = "White" > |
58 |
< effects enabled = "true" > |
59 |
< drop_shadow enabled = "true" color = "#252525" distance = "1" blur_x = "2" blur_y = "2" opacity = "1" /> |
60 |
</ effects > |
61 |
</ font > |
62 |
</ selected_hover > |
63 |
</ states > |
64 |
</ label_settings > |
65 |
< tooltip_settings enabled = "true" > |
66 |
< position anchor = "Float" halign = "Right" /> |
67 |
< format > <![CDATA[ {%Name} |
68 |
------------------------------- |
69 |
Area: {%YValue}{numDecimals:0} |
70 |
Continent: {%Cnt} |
71 |
Region: {%Rg} |
72 |
Population: {%Pop}{numDecimals:0} |
73 |
Pop. Growth: {%Pg} |
74 |
Infant Mortality:{%Im}{numDecimals:1} |
75 |
Gdp Total: {%Gdp}{numDecimals:0} |
76 |
Inflation: {%Inf}{numDecimals:1} |
77 |
Code: {%Cd} ]]> </ format > |
78 |
< background > |
79 |
< corners type = "Rounded" all = "3" /> |
80 |
</ background > |
81 |
< font bold = "false" /> |
82 |
</ tooltip_settings > |
83 |
</ tree_map > |
84 |
</ data_plot_settings > |
85 |
< palettes > |
86 |
< palette name = "myPalette" type = "ColorRange" color_count = "10" > |
87 |
< gradient > |
88 |
< key color = "Green" /> |
89 |
< key color = "Gold" /> |
90 |
< key color = "HSB(0,100,80)" /> |
91 |
</ gradient > |
92 |
</ palette > |
93 |
</ palettes > |
94 |
< thresholds > |
95 |
< threshold name = "autoTr" type = "AbsoluteDeviation" auto_value = "{%Pop}" range_count = "10" palette = "myPalette" /> |
96 |
</ thresholds > |
97 |
< data input_mode = "ByTree" > |
98 |
< point name = "Europe" threshold = "autoTr" > |
99 |
< point name = "Albania" y = "28750" > |
100 |
< attributes > |
101 |
< attribute name = "Cd" > <![CDATA[ AL ]]> </ attribute > |
102 |
< attribute name = "Cnt" > <![CDATA[ Europe ]]> </ attribute > |
103 |
< attribute name = "Rg" > <![CDATA[ Southern Europe ]]> </ attribute > |
104 |
< attribute name = "Pop" > <![CDATA[ 3249136 ]]> </ attribute > |
105 |
< attribute name = "Pg" > <![CDATA[ 1.34 ]]> </ attribute > |
106 |
< attribute name = "Im" > <![CDATA[ 49.2 ]]> </ attribute > |
107 |
< attribute name = "Gdp" > <![CDATA[ 4100 ]]> </ attribute > |
108 |
< attribute name = "Inf" > <![CDATA[ 16 ]]> </ attribute > |
109 |
</ attributes > |
110 |
</ point > |
111 |
< point name = "Greece" y = "131940" > |
112 |
< attributes > |
113 |
< attribute name = "Cd" > <![CDATA[ GR ]]> </ attribute > |
114 |
< attribute name = "Cnt" > <![CDATA[ Europe ]]> </ attribute > |
115 |
< attribute name = "Rg" > <![CDATA[ Southern Europe ]]> </ attribute > |
116 |
< attribute name = "Pop" > <![CDATA[ 10538594 ]]> </ attribute > |
117 |
< attribute name = "Pg" > <![CDATA[ 0.42 ]]> </ attribute > |
118 |
< attribute name = "Im" > <![CDATA[ 7.4 ]]> </ attribute > |
119 |
< attribute name = "Gdp" > <![CDATA[ 101700 ]]> </ attribute > |
120 |
< attribute name = "Inf" > <![CDATA[ 8.1 ]]> </ attribute > |
121 |
</ attributes > |
122 |
</ point > |
123 |
< point name = "Macedonia" y = "25333" > |
124 |
< attributes > |
125 |
< attribute name = "Cd" > <![CDATA[ MK ]]> </ attribute > |
126 |
< attribute name = "Cnt" > <![CDATA[ Europe ]]> </ attribute > |
127 |
< attribute name = "Rg" > <![CDATA[ Southern Europe ]]> </ attribute > |
128 |
< attribute name = "Pop" > <![CDATA[ 2104035 ]]> </ attribute > |
129 |
< attribute name = "Pg" > <![CDATA[ 0.46 ]]> </ attribute > |
130 |
< attribute name = "Im" > <![CDATA[ 29.7 ]]> </ attribute > |
131 |
< attribute name = "Gdp" > <![CDATA[ 1900 ]]> </ attribute > |
132 |
< attribute name = "Inf" > <![CDATA[ 14.8 ]]> </ attribute > |
133 |
</ attributes > |
134 |
</ point > |
135 |
< point name = "Serbia and Montenegro" y = "102350" > |
136 |
< attributes > |
137 |
< attribute name = "Cd" > <![CDATA[ YU ]]> </ attribute > |
138 |
< attribute name = "Cnt" > <![CDATA[ Europe ]]> </ attribute > |
139 |
< attribute name = "Rg" > <![CDATA[ Southern Europe ]]> </ attribute > |
140 |
< attribute name = "Pop" > <![CDATA[ 10614558 ]]> </ attribute > |
141 |
< attribute name = "Pg" > <![CDATA[ 0.08 ]]> </ attribute > |
142 |
< attribute name = "Im" > <![CDATA[ 6.03 ]]> </ attribute > |
143 |
< attribute name = "Gdp" > <![CDATA[ 20600 ]]> </ attribute > |
144 |
< attribute name = "Inf" > <![CDATA[ 20 ]]> </ attribute > |
145 |
</ attributes > |
146 |
</ point > |
147 |
< point name = "Andorra" y = "450" > |
148 |
< attributes > |
149 |
< attribute name = "Cd" > <![CDATA[ AND ]]> </ attribute > |
150 |
< attribute name = "Cnt" > <![CDATA[ Europe ]]> </ attribute > |
151 |
< attribute name = "Rg" > <![CDATA[ Southern Europe ]]> </ attribute > |
152 |
< attribute name = "Pop" > <![CDATA[ 72766 ]]> </ attribute > |
153 |
< attribute name = "Pg" > <![CDATA[ 2.96 ]]> </ attribute > |
154 |
< attribute name = "Im" > <![CDATA[ 2.2 ]]> </ attribute > |
155 |
< attribute name = "Gdp" > <![CDATA[ 1000 ]]> </ attribute > |
156 |
< attribute name = "Inf" > <![CDATA[ 3.2 ]]> </ attribute > |
157 |
</ attributes > |
158 |
</ point > |
159 |
< point name = "France" y = "547030" > |
160 |
< attributes > |
161 |
< attribute name = "Cd" > <![CDATA[ F ]]> </ attribute > |
162 |
< attribute name = "Cnt" > <![CDATA[ Europe ]]> </ attribute > |
163 |
< attribute name = "Rg" > <![CDATA[ Western Europe ]]> </ attribute > |
164 |
< attribute name = "Pop" > <![CDATA[ 58317450 ]]> </ attribute > |
165 |
< attribute name = "Pg" > <![CDATA[ 0.34 ]]> </ attribute > |
166 |
< attribute name = "Im" > <![CDATA[ 5.3 ]]> </ attribute > |
167 |
< attribute name = "Gdp" > <![CDATA[ 1173000 ]]> </ attribute > |
168 |
< attribute name = "Inf" > <![CDATA[ 1.7 ]]> </ attribute > |
169 |
</ attributes > |
170 |
</ point > |
171 |
< point name = "Spain" y = "504750" > |
172 |
< attributes > |
173 |
< attribute name = "Cd" > <![CDATA[ E ]]> </ attribute > |
174 |
< attribute name = "Cnt" > <![CDATA[ Europe ]]> </ attribute > |
175 |
< attribute name = "Rg" > <![CDATA[ Southern Europe ]]> </ attribute > |
176 |
< attribute name = "Pop" > <![CDATA[ 39181114 ]]> </ attribute > |
177 |
< attribute name = "Pg" > <![CDATA[ 0.16 ]]> </ attribute > |
178 |
< attribute name = "Im" > <![CDATA[ 6.3 ]]> </ attribute > |
179 |
< attribute name = "Gdp" > <![CDATA[ 565000 ]]> </ attribute > |
180 |
< attribute name = "Inf" > <![CDATA[ 4.3 ]]> </ attribute > |
181 |
</ attributes > |
182 |
</ point > |
183 |
< point name = "Austria" y = "83850" > |
184 |
< attributes > |
185 |
< attribute name = "Cd" > <![CDATA[ A ]]> </ attribute > |
186 |
< attribute name = "Cnt" > <![CDATA[ Europe ]]> </ attribute > |
187 |
< attribute name = "Rg" > <![CDATA[ Western Europe ]]> </ attribute > |
188 |
< attribute name = "Pop" > <![CDATA[ 8023244 ]]> </ attribute > |
189 |
< attribute name = "Pg" > <![CDATA[ 0.41 ]]> </ attribute > |
190 |
< attribute name = "Im" > <![CDATA[ 6.2 ]]> </ attribute > |
191 |
< attribute name = "Gdp" > <![CDATA[ 152000 ]]> </ attribute > |
192 |
< attribute name = "Inf" > <![CDATA[ 2.3 ]]> </ attribute > |
193 |
</ attributes > |
194 |
</ point > |
195 |
< point name = "Czech Republic" y = "78703" > |
196 |
< attributes > |
197 |
< attribute name = "Cd" > <![CDATA[ CZ ]]> </ attribute > |
198 |
< attribute name = "Cnt" > <![CDATA[ Europe ]]> </ attribute > |
199 |
< attribute name = "Rg" > <![CDATA[ Eastern Europe ]]> </ attribute > |
200 |
< attribute name = "Pop" > <![CDATA[ 10321120 ]]> </ attribute > |
201 |
< attribute name = "Pg" > <![CDATA[ -0.03 ]]> </ attribute > |
202 |
< attribute name = "Im" > <![CDATA[ 8.4 ]]> </ attribute > |
203 |
< attribute name = "Gdp" > <![CDATA[ 106200 ]]> </ attribute > |
204 |
< attribute name = "Inf" > <![CDATA[ 9.1 ]]> </ attribute > |
205 |
</ attributes > |
206 |
</ point > |
207 |
< point name = "Germany" y = "356910" > |
208 |
< attributes > |
209 |
< attribute name = "Cd" > <![CDATA[ D ]]> </ attribute > |
210 |
< attribute name = "Cnt" > <![CDATA[ Europe ]]> </ attribute > |
211 |
< attribute name = "Rg" > <![CDATA[ Western Europe ]]> </ attribute > |
212 |
< attribute name = "Pop" > <![CDATA[ 83536115 ]]> </ attribute > |
213 |
< attribute name = "Pg" > <![CDATA[ 0.67 ]]> </ attribute > |
214 |
< attribute name = "Im" > <![CDATA[ 6 ]]> </ attribute > |
215 |
< attribute name = "Gdp" > <![CDATA[ 1452200 ]]> </ attribute > |
216 |
< attribute name = "Inf" > <![CDATA[ 2.3 ]]> </ attribute > |
217 |
</ attributes > |
218 |
</ point > |
219 |
< point name = "Hungary" y = "93030" > |
220 |
< attributes > |
221 |
< attribute name = "Cd" > <![CDATA[ H ]]> </ attribute > |
222 |
< attribute name = "Cnt" > <![CDATA[ Europe ]]> </ attribute > |
223 |
< attribute name = "Rg" > <![CDATA[ Eastern Europe ]]> </ attribute > |
224 |
< attribute name = "Pop" > <![CDATA[ 10002541 ]]> </ attribute > |
225 |
< attribute name = "Pg" > <![CDATA[ -0.68 ]]> </ attribute > |
226 |
< attribute name = "Im" > <![CDATA[ 12.3 ]]> </ attribute > |
227 |
< attribute name = "Gdp" > <![CDATA[ 72500 ]]> </ attribute > |
228 |
< attribute name = "Inf" > <![CDATA[ 28.3 ]]> </ attribute > |
229 |
</ attributes > |
230 |
</ point > |
231 |
< point name = "Italy" y = "301230" > |
232 |
< attributes > |
233 |
< attribute name = "Cd" > <![CDATA[ I ]]> </ attribute > |
234 |
< attribute name = "Cnt" > <![CDATA[ Europe ]]> </ attribute > |
235 |
< attribute name = "Rg" > <![CDATA[ Southern Europe ]]> </ attribute > |
236 |
< attribute name = "Pop" > <![CDATA[ 57460274 ]]> </ attribute > |
237 |
< attribute name = "Pg" > <![CDATA[ 0.13 ]]> </ attribute > |
238 |
< attribute name = "Im" > <![CDATA[ 6.9 ]]> </ attribute > |
239 |
< attribute name = "Gdp" > <![CDATA[ 1088600 ]]> </ attribute > |
240 |
< attribute name = "Inf" > <![CDATA[ 5.4 ]]> </ attribute > |
241 |
</ attributes > |
242 |
</ point > |
243 |
< point name = "Liechtenstein" y = "160" > |
244 |
< attributes > |
245 |
< attribute name = "Cd" > <![CDATA[ FL ]]> </ attribute > |
246 |
< attribute name = "Cnt" > <![CDATA[ Europe ]]> </ attribute > |
247 |
< attribute name = "Rg" > <![CDATA[ Western Europe ]]> </ attribute > |
248 |
< attribute name = "Pop" > <![CDATA[ 31122 ]]> </ attribute > |
249 |
< attribute name = "Pg" > <![CDATA[ 1.08 ]]> </ attribute > |
250 |
< attribute name = "Im" > <![CDATA[ 5.3 ]]> </ attribute > |
251 |
< attribute name = "Gdp" > <![CDATA[ 630 ]]> </ attribute > |
252 |
< attribute name = "Inf" > <![CDATA[ 5.4 ]]> </ attribute > |
253 |
</ attributes > |
254 |
</ point > |
255 |
< point name = "Slovakia" y = "48845" > |
256 |
< attributes > |
257 |
< attribute name = "Cd" > <![CDATA[ SK ]]> </ attribute > |
258 |
< attribute name = "Cnt" > <![CDATA[ Europe ]]> </ attribute > |
259 |
< attribute name = "Rg" > <![CDATA[ Eastern Europe ]]> </ attribute > |
260 |
< attribute name = "Pop" > <![CDATA[ 5374362 ]]> </ attribute > |
261 |
< attribute name = "Pg" > <![CDATA[ 0.34 ]]> </ attribute > |
262 |
< attribute name = "Im" > <![CDATA[ 10.7 ]]> </ attribute > |
263 |
< attribute name = "Gdp" > <![CDATA[ 39000 ]]> </ attribute > |
264 |
< attribute name = "Inf" > <![CDATA[ 7.5 ]]> </ attribute > |
265 |
</ attributes > |
266 |
</ point > |
267 |
< point name = "Slovenia" y = "20256" > |
268 |
< attributes > |
269 |
< attribute name = "Cd" > <![CDATA[ SLO ]]> </ attribute > |
270 |
< attribute name = "Cnt" > <![CDATA[ Europe ]]> </ attribute > |
271 |
< attribute name = "Rg" > <![CDATA[ Southern Europe ]]> </ attribute > |
272 |
< attribute name = "Pop" > <![CDATA[ 1951443 ]]> </ attribute > |
273 |
< attribute name = "Pg" > <![CDATA[ -0.27 ]]> </ attribute > |
274 |
< attribute name = "Im" > <![CDATA[ 7.3 ]]> </ attribute > |
275 |
< attribute name = "Gdp" > <![CDATA[ 22600 ]]> </ attribute > |
276 |
< attribute name = "Inf" > <![CDATA[ 8 ]]> </ attribute > |
277 |
</ attributes > |
278 |
</ point > |
279 |
< point name = "Switzerland" y = "41290" > |
280 |
< attributes > |
281 |
< attribute name = "Cd" > <![CDATA[ CH ]]> </ attribute > |
282 |
< attribute name = "Cnt" > <![CDATA[ Europe ]]> </ attribute > |
283 |
< attribute name = "Rg" > <![CDATA[ Western Europe ]]> </ attribute > |
284 |
< attribute name = "Pop" > <![CDATA[ 7207060 ]]> </ attribute > |
285 |
< attribute name = "Pg" > <![CDATA[ 0.59 ]]> </ attribute > |
286 |
< attribute name = "Im" > <![CDATA[ 5.4 ]]> </ attribute > |
287 |
< attribute name = "Gdp" > <![CDATA[ 158500 ]]> </ attribute > |
288 |
< attribute name = "Inf" > <![CDATA[ 1.8 ]]> </ attribute > |
289 |
</ attributes > |
290 |
</ point > |
291 |
< point name = "Belarus" y = "207600" > |
292 |
< attributes > |
293 |
< attribute name = "Cd" > <![CDATA[ BY ]]> </ attribute > |
294 |
< attribute name = "Cnt" > <![CDATA[ Europe ]]> </ attribute > |
295 |
< attribute name = "Rg" > <![CDATA[ Eastern Europe ]]> </ attribute > |
296 |
< attribute name = "Pop" > <![CDATA[ 10415973 ]]> </ attribute > |
297 |
< attribute name = "Pg" > <![CDATA[ 0.2 ]]> </ attribute > |
298 |
< attribute name = "Im" > <![CDATA[ 13.4 ]]> </ attribute > |
299 |
< attribute name = "Gdp" > <![CDATA[ 49200 ]]> </ attribute > |
300 |
< attribute name = "Inf" > <![CDATA[ 244 ]]> </ attribute > |
301 |
</ attributes > |
302 |
</ point > |
303 |
< point name = "Latvia" y = "64100" > |
304 |
< attributes > |
305 |
< attribute name = "Cd" > <![CDATA[ LV ]]> </ attribute > |
306 |
< attribute name = "Cnt" > <![CDATA[ Europe ]]> </ attribute > |
307 |
< attribute name = "Rg" > <![CDATA[ Northern Europe ]]> </ attribute > |
308 |
< attribute name = "Pop" > <![CDATA[ 2468982 ]]> </ attribute > |
309 |
< attribute name = "Pg" > <![CDATA[ -1.39 ]]> </ attribute > |
310 |
< attribute name = "Im" > <![CDATA[ 21.2 ]]> </ attribute > |
311 |
< attribute name = "Gdp" > <![CDATA[ 14700 ]]> </ attribute > |
312 |
< attribute name = "Inf" > <![CDATA[ 20 ]]> </ attribute > |
313 |
</ attributes > |
314 |
</ point > |
315 |
< point name = "Lithuania" y = "65200" > |
316 |
< attributes > |
317 |
< attribute name = "Cd" > <![CDATA[ LT ]]> </ attribute > |
318 |
< attribute name = "Cnt" > <![CDATA[ Europe ]]> </ attribute > |
319 |
< attribute name = "Rg" > <![CDATA[ Northern Europe ]]> </ attribute > |
320 |
< attribute name = "Pop" > <![CDATA[ 3646041 ]]> </ attribute > |
321 |
< attribute name = "Pg" > <![CDATA[ -0.35 ]]> </ attribute > |
322 |
< attribute name = "Im" > <![CDATA[ 17 ]]> </ attribute > |
323 |
< attribute name = "Gdp" > <![CDATA[ 13300 ]]> </ attribute > |
324 |
< attribute name = "Inf" > <![CDATA[ 35 ]]> </ attribute > |
325 |
</ attributes > |
326 |
</ point > |
327 |
< point name = "Poland" y = "312683" > |
328 |
< attributes > |
329 |
< attribute name = "Cd" > <![CDATA[ PL ]]> </ attribute > |
330 |
< attribute name = "Cnt" > <![CDATA[ Europe ]]> </ attribute > |
331 |
< attribute name = "Rg" > <![CDATA[ Eastern Europe ]]> </ attribute > |
332 |
< attribute name = "Pop" > <![CDATA[ 38642565 ]]> </ attribute > |
333 |
< attribute name = "Pg" > <![CDATA[ 0.14 ]]> </ attribute > |
334 |
< attribute name = "Im" > <![CDATA[ 12.4 ]]> </ attribute > |
335 |
< attribute name = "Gdp" > <![CDATA[ 226700 ]]> </ attribute > |
336 |
< attribute name = "Inf" > <![CDATA[ 21.6 ]]> </ attribute > |
337 |
</ attributes > |
338 |
</ point > |
339 |
< point name = "Ukraine" y = "603700" > |
340 |
< attributes > |
341 |
< attribute name = "Cd" > <![CDATA[ UA ]]> </ attribute > |
342 |
< attribute name = "Cnt" > <![CDATA[ Europe ]]> </ attribute > |
343 |
< attribute name = "Rg" > <![CDATA[ Eastern Europe ]]> </ attribute > |
344 |
< attribute name = "Pop" > <![CDATA[ 50864009 ]]> </ attribute > |
345 |
< attribute name = "Pg" > <![CDATA[ -0.4 ]]> </ attribute > |
346 |
< attribute name = "Im" > <![CDATA[ 22.5 ]]> </ attribute > |
347 |
< attribute name = "Gdp" > <![CDATA[ 174600 ]]> </ attribute > |
348 |
< attribute name = "Inf" > <![CDATA[ 9 ]]> </ attribute > |
349 |
</ attributes > |
350 |
</ point > |
351 |
< point name = "Russia" y = "17075200" > |
352 |
< attributes > |
353 |
< attribute name = "Cd" > <![CDATA[ R ]]> </ attribute > |
354 |
< attribute name = "Cnt" > <![CDATA[ Europe ]]> </ attribute > |
355 |
< attribute name = "Rg" > <![CDATA[ Eastern Europe ]]> </ attribute > |
356 |
< attribute name = "Pop" > <![CDATA[ 148178487 ]]> </ attribute > |
357 |
< attribute name = "Pg" > <![CDATA[ -0.07 ]]> </ attribute > |
358 |
< attribute name = "Im" > <![CDATA[ 24.7 ]]> </ attribute > |
359 |
< attribute name = "Gdp" > <![CDATA[ 796000 ]]> </ attribute > |
360 |
< attribute name = "Inf" > <![CDATA[ 7 ]]> </ attribute > |
361 |
</ attributes > |
362 |
</ point > |
363 |
< point name = "Belgium" y = "30510" > |
364 |
< attributes > |
365 |
< attribute name = "Cd" > <![CDATA[ B ]]> </ attribute > |
366 |
< attribute name = "Cnt" > <![CDATA[ Europe ]]> </ attribute > |
367 |
< attribute name = "Rg" > <![CDATA[ Western Europe ]]> </ attribute > |
368 |
< attribute name = "Pop" > <![CDATA[ 10170241 ]]> </ attribute > |
369 |
< attribute name = "Pg" > <![CDATA[ 0.33 ]]> </ attribute > |
370 |
< attribute name = "Im" > <![CDATA[ 6.4 ]]> </ attribute > |
371 |
< attribute name = "Gdp" > <![CDATA[ 197000 ]]> </ attribute > |
372 |
< attribute name = "Inf" > <![CDATA[ 1.6 ]]> </ attribute > |
373 |
</ attributes > |
374 |
</ point > |
375 |
< point name = "Luxembourg" y = "2586" > |
376 |
< attributes > |
377 |
< attribute name = "Cd" > <![CDATA[ L ]]> </ attribute > |
378 |
< attribute name = "Cnt" > <![CDATA[ Europe ]]> </ attribute > |
379 |
< attribute name = "Rg" > <![CDATA[ Western Europe ]]> </ attribute > |
380 |
< attribute name = "Pop" > <![CDATA[ 415870 ]]> </ attribute > |
381 |
< attribute name = "Pg" > <![CDATA[ 1.57 ]]> </ attribute > |
382 |
< attribute name = "Im" > <![CDATA[ 4.7 ]]> </ attribute > |
383 |
< attribute name = "Gdp" > <![CDATA[ 10000 ]]> </ attribute > |
384 |
< attribute name = "Inf" > <![CDATA[ 3.6 ]]> </ attribute > |
385 |
</ attributes > |
386 |
</ point > |
387 |
< point name = "Netherlands" y = "37330" > |
388 |
< attributes > |
389 |
< attribute name = "Cd" > <![CDATA[ NL ]]> </ attribute > |
390 |
< attribute name = "Cnt" > <![CDATA[ Europe ]]> </ attribute > |
391 |
< attribute name = "Rg" > <![CDATA[ Western Europe ]]> </ attribute > |
392 |
< attribute name = "Pop" > <![CDATA[ 15568034 ]]> </ attribute > |
393 |
< attribute name = "Pg" > <![CDATA[ 0.56 ]]> </ attribute > |
394 |
< attribute name = "Im" > <![CDATA[ 4.9 ]]> </ attribute > |
395 |
< attribute name = "Gdp" > <![CDATA[ 301900 ]]> </ attribute > |
396 |
< attribute name = "Inf" > <![CDATA[ 2.25 ]]> </ attribute > |
397 |
</ attributes > |
398 |
</ point > |
399 |
< point name = "Bosnia and Herzegovina" y = "51233" > |
400 |
< attributes > |
401 |
< attribute name = "Cd" > <![CDATA[ BIH ]]> </ attribute > |
402 |
< attribute name = "Cnt" > <![CDATA[ Europe ]]> </ attribute > |
403 |
< attribute name = "Rg" > <![CDATA[ Southern Europe ]]> </ attribute > |
404 |
< attribute name = "Pop" > <![CDATA[ 2656240 ]]> </ attribute > |
405 |
< attribute name = "Pg" > <![CDATA[ -2.84 ]]> </ attribute > |
406 |
< attribute name = "Im" > <![CDATA[ 43.2 ]]> </ attribute > |
407 |
< attribute name = "Gdp" > <![CDATA[ 1000 ]]> </ attribute > |
408 |
< attribute name = "Inf" > <![CDATA[ 1.3 ]]> </ attribute > |
409 |
</ attributes > |
410 |
</ point > |
411 |
< point name = "Croatia" y = "56538" > |
412 |
< attributes > |
413 |
< attribute name = "Cd" > <![CDATA[ HR ]]> </ attribute > |
414 |
< attribute name = "Cnt" > <![CDATA[ Europe ]]> </ attribute > |
415 |
< attribute name = "Rg" > <![CDATA[ Southern Europe ]]> </ attribute > |
416 |
< attribute name = "Pop" > <![CDATA[ 5004112 ]]> </ attribute > |
417 |
< attribute name = "Pg" > <![CDATA[ 0.58 ]]> </ attribute > |
418 |
< attribute name = "Im" > <![CDATA[ 10.2 ]]> </ attribute > |
419 |
< attribute name = "Gdp" > <![CDATA[ 20100 ]]> </ attribute > |
420 |
< attribute name = "Inf" > <![CDATA[ 3.7 ]]> </ attribute > |
421 |
</ attributes > |
422 |
</ point > |
423 |
< point name = "Bulgaria" y = "110910" > |
424 |
< attributes > |
425 |
< attribute name = "Cd" > <![CDATA[ BG ]]> </ attribute > |
426 |
< attribute name = "Cnt" > <![CDATA[ Europe ]]> </ attribute > |
427 |
< attribute name = "Rg" > <![CDATA[ Eastern Europe ]]> </ attribute > |
428 |
< attribute name = "Pop" > <![CDATA[ 8612757 ]]> </ attribute > |
429 |
< attribute name = "Pg" > <![CDATA[ 0.46 ]]> </ attribute > |
430 |
< attribute name = "Im" > <![CDATA[ 15.7 ]]> </ attribute > |
431 |
< attribute name = "Gdp" > <![CDATA[ 43200 ]]> </ attribute > |
432 |
< attribute name = "Inf" > <![CDATA[ 35 ]]> </ attribute > |
433 |
</ attributes > |
434 |
</ point > |
435 |
< point name = "Romania" y = "237500" > |
436 |
< attributes > |
437 |
< attribute name = "Cd" > <![CDATA[ RO ]]> </ attribute > |
438 |
< attribute name = "Cnt" > <![CDATA[ Europe ]]> </ attribute > |
439 |
< attribute name = "Rg" > <![CDATA[ Eastern Europe ]]> </ attribute > |
440 |
< attribute name = "Pop" > <![CDATA[ 21657162 ]]> </ attribute > |
441 |
< attribute name = "Pg" > <![CDATA[ -1.21 ]]> </ attribute > |
442 |
< attribute name = "Im" > <![CDATA[ 23.2 ]]> </ attribute > |
443 |
< attribute name = "Gdp" > <![CDATA[ 105700 ]]> </ attribute > |
444 |
< attribute name = "Inf" > <![CDATA[ 25 ]]> </ attribute > |
445 |
</ attributes > |
446 |
</ point > |
447 |
< point name = "Denmark" y = "43070" > |
448 |
< attributes > |
449 |
< attribute name = "Cd" > <![CDATA[ DK ]]> </ attribute > |
450 |
< attribute name = "Cnt" > <![CDATA[ Europe ]]> </ attribute > |
451 |
< attribute name = "Rg" > <![CDATA[ Northern Europe ]]> </ attribute > |
452 |
< attribute name = "Pop" > <![CDATA[ 5249632 ]]> </ attribute > |
453 |
< attribute name = "Pg" > <![CDATA[ 0.38 ]]> </ attribute > |
454 |
< attribute name = "Im" > <![CDATA[ 4.8 ]]> </ attribute > |
455 |
< attribute name = "Gdp" > <![CDATA[ 112800 ]]> </ attribute > |
456 |
< attribute name = "Inf" > <![CDATA[ 2.4 ]]> </ attribute > |
457 |
</ attributes > |
458 |
</ point > |
459 |
< point name = "Estonia" y = "45100" > |
460 |
< attributes > |
461 |
< attribute name = "Cd" > <![CDATA[ EW ]]> </ attribute > |
462 |
< attribute name = "Cnt" > <![CDATA[ Europe ]]> </ attribute > |
463 |
< attribute name = "Rg" > <![CDATA[ Northern Europe ]]> </ attribute > |
464 |
< attribute name = "Pop" > <![CDATA[ 1459428 ]]> </ attribute > |
465 |
< attribute name = "Pg" > <![CDATA[ -1.13 ]]> </ attribute > |
466 |
< attribute name = "Im" > <![CDATA[ 17.4 ]]> </ attribute > |
467 |
< attribute name = "Gdp" > <![CDATA[ 12300 ]]> </ attribute > |
468 |
< attribute name = "Inf" > <![CDATA[ 29 ]]> </ attribute > |
469 |
</ attributes > |
470 |
</ point > |
471 |
< point name = "Faroe Islands" y = "1400" > |
472 |
< attributes > |
473 |
< attribute name = "Cd" > <![CDATA[ cid-cia-Faroe-Islands ]]> </ attribute > |
474 |
< attribute name = "Cnt" > <![CDATA[ Europe ]]> </ attribute > |
475 |
< attribute name = "Rg" > <![CDATA[ Northern Europe ]]> </ attribute > |
476 |
< attribute name = "Pop" > <![CDATA[ 43857 ]]> </ attribute > |
477 |
< attribute name = "Pg" > <![CDATA[ -1.8 ]]> </ attribute > |
478 |
< attribute name = "Im" > <![CDATA[ 7.2 ]]> </ attribute > |
479 |
< attribute name = "Gdp" > <![CDATA[ 733 ]]> </ attribute > |
480 |
< attribute name = "Inf" > <![CDATA[ 6.8 ]]> </ attribute > |
481 |
</ attributes > |
482 |
</ point > |
483 |
< point name = "Finland" y = "337030" > |
484 |
< attributes > |
485 |
< attribute name = "Cd" > <![CDATA[ SF ]]> </ attribute > |
486 |
< attribute name = "Cnt" > <![CDATA[ Europe ]]> </ attribute > |
487 |
< attribute name = "Rg" > <![CDATA[ Northern Europe ]]> </ attribute > |
488 |
< attribute name = "Pop" > <![CDATA[ 5105230 ]]> </ attribute > |
489 |
< attribute name = "Pg" > <![CDATA[ 0.1 ]]> </ attribute > |
490 |
< attribute name = "Im" > <![CDATA[ 4.9 ]]> </ attribute > |
491 |
< attribute name = "Gdp" > <![CDATA[ 92400 ]]> </ attribute > |
492 |
< attribute name = "Inf" > <![CDATA[ 2 ]]> </ attribute > |
493 |
</ attributes > |
494 |
</ point > |
495 |
< point name = "Norway" y = "324220" > |
496 |
< attributes > |
497 |
< attribute name = "Cd" > <![CDATA[ N ]]> </ attribute > |
498 |
< attribute name = "Cnt" > <![CDATA[ Europe ]]> </ attribute > |
499 |
< attribute name = "Rg" > <![CDATA[ Northern Europe ]]> </ attribute > |
500 |
< attribute name = "Pop" > <![CDATA[ 4383807 ]]> </ attribute > |
501 |
< attribute name = "Pg" > <![CDATA[ 0.48 ]]> </ attribute > |
502 |
< attribute name = "Im" > <![CDATA[ 4.9 ]]> </ attribute > |
503 |
< attribute name = "Gdp" > <![CDATA[ 106200 ]]> </ attribute > |
504 |
< attribute name = "Inf" > <![CDATA[ 2.5 ]]> </ attribute > |
505 |
</ attributes > |
506 |
</ point > |
507 |
< point name = "Sweden" y = "449964" > |
508 |
< attributes > |
509 |
< attribute name = "Cd" > <![CDATA[ S ]]> </ attribute > |
510 |
< attribute name = "Cnt" > <![CDATA[ Europe ]]> </ attribute > |
511 |
< attribute name = "Rg" > <![CDATA[ Northern Europe ]]> </ attribute > |
512 |
< attribute name = "Pop" > <![CDATA[ 8900954 ]]> </ attribute > |
513 |
< attribute name = "Pg" > <![CDATA[ 0.56 ]]> </ attribute > |
514 |
< attribute name = "Im" > <![CDATA[ 4.5 ]]> </ attribute > |
515 |
< attribute name = "Gdp" > <![CDATA[ 177300 ]]> </ attribute > |
516 |
< attribute name = "Inf" > <![CDATA[ 2.6 ]]> </ attribute > |
517 |
</ attributes > |
518 |
</ point > |
519 |
< point name = "Monaco" y = "1.9" > |
520 |
< attributes > |
521 |
< attribute name = "Cd" > <![CDATA[ MC ]]> </ attribute > |
522 |
< attribute name = "Cnt" > <![CDATA[ Europe ]]> </ attribute > |
523 |
< attribute name = "Rg" > <![CDATA[ Western Europe ]]> </ attribute > |
524 |
< attribute name = "Pop" > <![CDATA[ 31719 ]]> </ attribute > |
525 |
< attribute name = "Pg" > <![CDATA[ 0.59 ]]> </ attribute > |
526 |
< attribute name = "Im" > <![CDATA[ 6.9 ]]> </ attribute > |
527 |
< attribute name = "Gdp" > <![CDATA[ 788 ]]> </ attribute > |
528 |
< attribute name = "Inf" > <![CDATA[ 1.9 ]]> </ attribute > |
529 |
</ attributes > |
530 |
</ point > |
531 |
< point name = "Gibraltar" y = "6.5" > |
532 |
< attributes > |
533 |
< attribute name = "Cd" > <![CDATA[ cid-cia-Gibraltar ]]> </ attribute > |
534 |
< attribute name = "Cnt" > <![CDATA[ Europe ]]> </ attribute > |
535 |
< attribute name = "Rg" > <![CDATA[ Southern Europe ]]> </ attribute > |
536 |
< attribute name = "Pop" > <![CDATA[ 28765 ]]> </ attribute > |
537 |
< attribute name = "Pg" > <![CDATA[ 0.54 ]]> </ attribute > |
538 |
< attribute name = "Im" > <![CDATA[ 6.9 ]]> </ attribute > |
539 |
< attribute name = "Gdp" > <![CDATA[ 205 ]]> </ attribute > |
540 |
< attribute name = "Inf" > <![CDATA[ 2.9 ]]> </ attribute > |
541 |
</ attributes > |
542 |
</ point > |
543 |
< point name = "Guernsey" y = "194" > |
544 |
< attributes > |
545 |
< attribute name = "Cd" > <![CDATA[ cid-cia-Guernsey ]]> </ attribute > |
546 |
< attribute name = "Cnt" > <![CDATA[ Europe ]]> </ attribute > |
547 |
< attribute name = "Rg" > <![CDATA[ Northern Europe ]]> </ attribute > |
548 |
< attribute name = "Pop" > <![CDATA[ 62920 ]]> </ attribute > |
549 |
< attribute name = "Pg" > <![CDATA[ 1.28 ]]> </ attribute > |
550 |
< attribute name = "Im" > <![CDATA[ 9.2 ]]> </ attribute > |
551 |
< attribute name = "Gdp" > <![CDATA[ 2742 ]]> </ attribute > |
552 |
< attribute name = "Inf" > <![CDATA[ 7 ]]> </ attribute > |
553 |
</ attributes > |
554 |
</ point > |
555 |
< point name = "Iceland" y = "103000" > |
556 |
< attributes > |
557 |
< attribute name = "Cd" > <![CDATA[ IS ]]> </ attribute > |
558 |
< attribute name = "Cnt" > <![CDATA[ Europe ]]> </ attribute > |
559 |
< attribute name = "Rg" > <![CDATA[ Northern Europe ]]> </ attribute > |
560 |
< attribute name = "Pop" > <![CDATA[ 270292 ]]> </ attribute > |
561 |
< attribute name = "Pg" > <![CDATA[ 0.83 ]]> </ attribute > |
562 |
< attribute name = "Im" > <![CDATA[ 4.3 ]]> </ attribute > |
563 |
< attribute name = "Gdp" > <![CDATA[ 5000 ]]> </ attribute > |
564 |
< attribute name = "Inf" > <![CDATA[ 2.5 ]]> </ attribute > |
565 |
</ attributes > |
566 |
</ point > |
567 |
< point name = "Ireland" y = "70280" > |
568 |
< attributes > |
569 |
< attribute name = "Cd" > <![CDATA[ IRL ]]> </ attribute > |
570 |
< attribute name = "Cnt" > <![CDATA[ Europe ]]> </ attribute > |
571 |
< attribute name = "Rg" > <![CDATA[ Northern Europe ]]> </ attribute > |
572 |
< attribute name = "Pop" > <![CDATA[ 3566833 ]]> </ attribute > |
573 |
< attribute name = "Pg" > <![CDATA[ -0.22 ]]> </ attribute > |
574 |
< attribute name = "Im" > <![CDATA[ 6.4 ]]> </ attribute > |
575 |
< attribute name = "Gdp" > <![CDATA[ 54600 ]]> </ attribute > |
576 |
< attribute name = "Inf" > <![CDATA[ 2.8 ]]> </ attribute > |
577 |
</ attributes > |
578 |
</ point > |
579 |
< point name = "San Marino" y = "60" > |
580 |
< attributes > |
581 |
< attribute name = "Cd" > <![CDATA[ RSM ]]> </ attribute > |
582 |
< attribute name = "Cnt" > <![CDATA[ Europe ]]> </ attribute > |
583 |
< attribute name = "Rg" > <![CDATA[ Southern Europe ]]> </ attribute > |
584 |
< attribute name = "Pop" > <![CDATA[ 24521 ]]> </ attribute > |
585 |
< attribute name = "Pg" > <![CDATA[ 0.82 ]]> </ attribute > |
586 |
< attribute name = "Im" > <![CDATA[ 5.5 ]]> </ attribute > |
587 |
< attribute name = "Gdp" > <![CDATA[ 380 ]]> </ attribute > |
588 |
< attribute name = "Inf" > <![CDATA[ 5.5 ]]> </ attribute > |
589 |
</ attributes > |
590 |
</ point > |
591 |
< point name = "Jersey" y = "117" > |
592 |
< attributes > |
593 |
< attribute name = "Cd" > <![CDATA[ cid-cia-Jersey ]]> </ attribute > |
594 |
< attribute name = "Cnt" > <![CDATA[ Europe ]]> </ attribute > |
595 |
< attribute name = "Rg" > <![CDATA[ Northern Europe ]]> </ attribute > |
596 |
< attribute name = "Pop" > <![CDATA[ 87848 ]]> </ attribute > |
597 |
< attribute name = "Pg" > <![CDATA[ 0.77 ]]> </ attribute > |
598 |
< attribute name = "Im" > <![CDATA[ 2.7 ]]> </ attribute > |
599 |
< attribute name = "Gdp" > <![CDATA[ 5100 ]]> </ attribute > |
600 |
< attribute name = "Inf" > <![CDATA[ 3.7 ]]> </ attribute > |
601 |
</ attributes > |
602 |
</ point > |
603 |
< point name = "Malta" y = "320" > |
604 |
< attributes > |
605 |
< attribute name = "Cd" > <![CDATA[ M ]]> </ attribute > |
606 |
< attribute name = "Cnt" > <![CDATA[ Europe ]]> </ attribute > |
607 |
< attribute name = "Rg" > <![CDATA[ Southern Europe ]]> </ attribute > |
608 |
< attribute name = "Pop" > <![CDATA[ 375576 ]]> </ attribute > |
609 |
< attribute name = "Pg" > <![CDATA[ 1.01 ]]> </ attribute > |
610 |
< attribute name = "Im" > <![CDATA[ 6.9 ]]> </ attribute > |
611 |
< attribute name = "Gdp" > <![CDATA[ 4400 ]]> </ attribute > |
612 |
< attribute name = "Inf" > <![CDATA[ 5 ]]> </ attribute > |
613 |
</ attributes > |
614 |
</ point > |
615 |
< point name = "Moldova" y = "33700" > |
616 |
< attributes > |
617 |
< attribute name = "Cd" > <![CDATA[ MD ]]> </ attribute > |
618 |
< attribute name = "Cnt" > <![CDATA[ Europe ]]> </ attribute > |
619 |
< attribute name = "Rg" > <![CDATA[ Eastern Europe ]]> </ attribute > |
620 |
< attribute name = "Pop" > <![CDATA[ 4463847 ]]> </ attribute > |
621 |
< attribute name = "Pg" > <![CDATA[ 0.18 ]]> </ attribute > |
622 |
< attribute name = "Im" > <![CDATA[ 47.6 ]]> </ attribute > |
623 |
< attribute name = "Gdp" > <![CDATA[ 10400 ]]> </ attribute > |
624 |
< attribute name = "Inf" > <![CDATA[ 24 ]]> </ attribute > |
625 |
</ attributes > |
626 |
</ point > |
627 |
< point name = "Portugal" y = "92080" > |
628 |
< attributes > |
629 |
< attribute name = "Cd" > <![CDATA[ P ]]> </ attribute > |
630 |
< attribute name = "Cnt" > <![CDATA[ Europe ]]> </ attribute > |
631 |
< attribute name = "Rg" > <![CDATA[ Southern Europe ]]> </ attribute > |
632 |
< attribute name = "Pop" > <![CDATA[ 9865114 ]]> </ attribute > |
633 |
< attribute name = "Pg" > <![CDATA[ 0.02 ]]> </ attribute > |
634 |
< attribute name = "Im" > <![CDATA[ 7.6 ]]> </ attribute > |
635 |
< attribute name = "Gdp" > <![CDATA[ 116200 ]]> </ attribute > |
636 |
< attribute name = "Inf" > <![CDATA[ 4.6 ]]> </ attribute > |
637 |
</ attributes > |
638 |
</ point > |
639 |
< point name = "United Kingdom" y = "244820" > |
640 |
< attributes > |
641 |
< attribute name = "Cd" > <![CDATA[ GB ]]> </ attribute > |
642 |
< attribute name = "Cnt" > <![CDATA[ Europe ]]> </ attribute > |
643 |
< attribute name = "Rg" > <![CDATA[ Northern Europe ]]> </ attribute > |
644 |
< attribute name = "Pop" > <![CDATA[ 58489975 ]]> </ attribute > |
645 |
< attribute name = "Pg" > <![CDATA[ 0.22 ]]> </ attribute > |
646 |
< attribute name = "Im" > <![CDATA[ 6.4 ]]> </ attribute > |
647 |
< attribute name = "Gdp" > <![CDATA[ 1138400 ]]> </ attribute > |
648 |
< attribute name = "Inf" > <![CDATA[ 3.1 ]]> </ attribute > |
649 |
</ attributes > |
650 |
</ point > |
651 |
</ point > |
652 |
< point name = "Asia" threshold = "autoTr" > |
653 |
< point name = "Turkey" y = "780580" > |
654 |
< attributes > |
655 |
< attribute name = "Cd" > <![CDATA[ TR ]]> </ attribute > |
656 |
< attribute name = "Cnt" > <![CDATA[ Asia ]]> </ attribute > |
657 |
< attribute name = "Rg" > <![CDATA[ Western Asia ]]> </ attribute > |
658 |
< attribute name = "Pop" > <![CDATA[ 62484478 ]]> </ attribute > |
659 |
< attribute name = "Pg" > <![CDATA[ 1.67 ]]> </ attribute > |
660 |
< attribute name = "Im" > <![CDATA[ 43.2 ]]> </ attribute > |
661 |
< attribute name = "Gdp" > <![CDATA[ 345700 ]]> </ attribute > |
662 |
< attribute name = "Inf" > <![CDATA[ 94 ]]> </ attribute > |
663 |
</ attributes > |
664 |
</ point > |
665 |
< point name = "Afghanistan" y = "647500" > |
666 |
< attributes > |
667 |
< attribute name = "Cd" > <![CDATA[ AFG ]]> </ attribute > |
668 |
< attribute name = "Cnt" > <![CDATA[ Asia ]]> </ attribute > |
669 |
< attribute name = "Rg" > <![CDATA[ South-central Asia ]]> </ attribute > |
670 |
< attribute name = "Pop" > <![CDATA[ 22664136 ]]> </ attribute > |
671 |
< attribute name = "Pg" > <![CDATA[ 4.78 ]]> </ attribute > |
672 |
< attribute name = "Im" > <![CDATA[ 149.7 ]]> </ attribute > |
673 |
< attribute name = "Gdp" > <![CDATA[ 12800 ]]> </ attribute > |
674 |
< attribute name = "Inf" > <![CDATA[ 13 ]]> </ attribute > |
675 |
</ attributes > |
676 |
</ point > |
677 |
< point name = "China" y = "9596960" > |
678 |
< attributes > |
679 |
< attribute name = "Cd" > <![CDATA[ TJ ]]> </ attribute > |
680 |
< attribute name = "Cnt" > <![CDATA[ Asia ]]> </ attribute > |
681 |
< attribute name = "Rg" > <![CDATA[ Eastern Asia ]]> </ attribute > |
682 |
< attribute name = "Pop" > <![CDATA[ 1210004956 ]]> </ attribute > |
683 |
< attribute name = "Pg" > <![CDATA[ 0.98 ]]> </ attribute > |
684 |
< attribute name = "Im" > <![CDATA[ 39.6 ]]> </ attribute > |
685 |
< attribute name = "Gdp" > <![CDATA[ 3500000 ]]> </ attribute > |
686 |
< attribute name = "Inf" > <![CDATA[ 10.1 ]]> </ attribute > |
687 |
</ attributes > |
688 |
</ point > |
689 |
< point name = "Iran" y = "1648000" > |
690 |
< attributes > |
691 |
< attribute name = "Cd" > <![CDATA[ IR ]]> </ attribute > |
692 |
< attribute name = "Cnt" > <![CDATA[ Asia ]]> </ attribute > |
693 |
< attribute name = "Rg" > <![CDATA[ South-central Asia ]]> </ attribute > |
694 |
< attribute name = "Pop" > <![CDATA[ 66094264 ]]> </ attribute > |
695 |
< attribute name = "Pg" > <![CDATA[ 2.21 ]]> </ attribute > |
696 |
< attribute name = "Im" > <![CDATA[ 52.7 ]]> </ attribute > |
697 |
< attribute name = "Gdp" > <![CDATA[ 323500 ]]> </ attribute > |
698 |
< attribute name = "Inf" > <![CDATA[ 60 ]]> </ attribute > |
699 |
</ attributes > |
700 |
</ point > |
701 |
< point name = "Pakistan" y = "803940" > |
702 |
< attributes > |
703 |
< attribute name = "Cd" > <![CDATA[ PK ]]> </ attribute > |
704 |
< attribute name = "Cnt" > <![CDATA[ Asia ]]> </ attribute > |
705 |
< attribute name = "Rg" > <![CDATA[ South-central Asia ]]> </ attribute > |
706 |
< attribute name = "Pop" > <![CDATA[ 129275660 ]]> </ attribute > |
707 |
< attribute name = "Pg" > <![CDATA[ 2.24 ]]> </ attribute > |
708 |
< attribute name = "Im" > <![CDATA[ 96.8 ]]> </ attribute > |
709 |
< attribute name = "Gdp" > <![CDATA[ 274200 ]]> </ attribute > |
710 |
< attribute name = "Inf" > <![CDATA[ 13 ]]> </ attribute > |
711 |
</ attributes > |
712 |
</ point > |
713 |
< point name = "Tajikistan" y = "143100" > |
714 |
< attributes > |
715 |
< attribute name = "Cd" > <![CDATA[ TAD ]]> </ attribute > |
716 |
< attribute name = "Cnt" > <![CDATA[ Asia ]]> </ attribute > |
717 |
< attribute name = "Rg" > <![CDATA[ South-central Asia ]]> </ attribute > |
718 |
< attribute name = "Pop" > <![CDATA[ 5916373 ]]> </ attribute > |
719 |
< attribute name = "Pg" > <![CDATA[ 1.54 ]]> </ attribute > |
720 |
< attribute name = "Im" > <![CDATA[ 113.1 ]]> </ attribute > |
721 |
< attribute name = "Gdp" > <![CDATA[ 6400 ]]> </ attribute > |
722 |
< attribute name = "Inf" > <![CDATA[ 28 ]]> </ attribute > |
723 |
</ attributes > |
724 |
</ point > |
725 |
< point name = "Turkmenistan" y = "488100" > |
726 |
< attributes > |
727 |
< attribute name = "Cd" > <![CDATA[ TM ]]> </ attribute > |
728 |
< attribute name = "Cnt" > <![CDATA[ Asia ]]> </ attribute > |
729 |
< attribute name = "Rg" > <![CDATA[ South-central Asia ]]> </ attribute > |
730 |
< attribute name = "Pop" > <![CDATA[ 4149283 ]]> </ attribute > |
731 |
< attribute name = "Pg" > <![CDATA[ 1.82 ]]> </ attribute > |
732 |
< attribute name = "Im" > <![CDATA[ 81.6 ]]> </ attribute > |
733 |
< attribute name = "Gdp" > <![CDATA[ 11500 ]]> </ attribute > |
734 |
< attribute name = "Inf" > <![CDATA[ 25 ]]> </ attribute > |
735 |
</ attributes > |
736 |
</ point > |
737 |
< point name = "Uzbekistan" y = "447400" > |
738 |
< attributes > |
739 |
< attribute name = "Cd" > <![CDATA[ UZB ]]> </ attribute > |
740 |
< attribute name = "Cnt" > <![CDATA[ Asia ]]> </ attribute > |
741 |
< attribute name = "Rg" > <![CDATA[ South-central Asia ]]> </ attribute > |
742 |
< attribute name = "Pop" > <![CDATA[ 23418381 ]]> </ attribute > |
743 |
< attribute name = "Pg" > <![CDATA[ 1.87 ]]> </ attribute > |
744 |
< attribute name = "Im" > <![CDATA[ 79.6 ]]> </ attribute > |
745 |
< attribute name = "Gdp" > <![CDATA[ 54700 ]]> </ attribute > |
746 |
< attribute name = "Inf" > <![CDATA[ 7.7 ]]> </ attribute > |
747 |
</ attributes > |
748 |
</ point > |
749 |
< point name = "Armenia" y = "29800" > |
750 |
< attributes > |
751 |
< attribute name = "Cd" > <![CDATA[ ARM ]]> </ attribute > |
752 |
< attribute name = "Cnt" > <![CDATA[ Asia ]]> </ attribute > |
753 |
< attribute name = "Rg" > <![CDATA[ Western Asia ]]> </ attribute > |
754 |
< attribute name = "Pop" > <![CDATA[ 3463574 ]]> </ attribute > |
755 |
< attribute name = "Pg" > <![CDATA[ 0.02 ]]> </ attribute > |
756 |
< attribute name = "Im" > <![CDATA[ 38.9 ]]> </ attribute > |
757 |
< attribute name = "Gdp" > <![CDATA[ 9100 ]]> </ attribute > |
758 |
< attribute name = "Inf" > <![CDATA[ 32.2 ]]> </ attribute > |
759 |
</ attributes > |
760 |
</ point > |
761 |
< point name = "Georgia" y = "69700" > |
762 |
< attributes > |
763 |
< attribute name = "Cd" > <![CDATA[ GE ]]> </ attribute > |
764 |
< attribute name = "Cnt" > <![CDATA[ Asia ]]> </ attribute > |
765 |
< attribute name = "Rg" > <![CDATA[ Western Asia ]]> </ attribute > |
766 |
< attribute name = "Pop" > <![CDATA[ 5219810 ]]> </ attribute > |
767 |
< attribute name = "Pg" > <![CDATA[ -1.02 ]]> </ attribute > |
768 |
< attribute name = "Im" > <![CDATA[ 22.5 ]]> </ attribute > |
769 |
< attribute name = "Gdp" > <![CDATA[ 6200 ]]> </ attribute > |
770 |
< attribute name = "Inf" > <![CDATA[ 2.2 ]]> </ attribute > |
771 |
</ attributes > |
772 |
</ point > |
773 |
< point name = "Azerbaijan" y = "86600" > |
774 |
< attributes > |
775 |
< attribute name = "Cd" > <![CDATA[ AZ ]]> </ attribute > |
776 |
< attribute name = "Cnt" > <![CDATA[ Asia ]]> </ attribute > |
777 |
< attribute name = "Rg" > <![CDATA[ Western Asia ]]> </ attribute > |
778 |
< attribute name = "Pop" > <![CDATA[ 7676953 ]]> </ attribute > |
779 |
< attribute name = "Pg" > <![CDATA[ 0.78 ]]> </ attribute > |
780 |
< attribute name = "Im" > <![CDATA[ 74.5 ]]> </ attribute > |
781 |
< attribute name = "Gdp" > <![CDATA[ 11500 ]]> </ attribute > |
782 |
< attribute name = "Inf" > <![CDATA[ 85 ]]> </ attribute > |
783 |
</ attributes > |
784 |
</ point > |
785 |
< point name = "Bahrain" y = "620" > |
786 |
< attributes > |
787 |
< attribute name = "Cd" > <![CDATA[ BRN ]]> </ attribute > |
788 |
< attribute name = "Cnt" > <![CDATA[ Asia ]]> </ attribute > |
789 |
< attribute name = "Rg" > <![CDATA[ Western Asia ]]> </ attribute > |
790 |
< attribute name = "Pop" > <![CDATA[ 590042 ]]> </ attribute > |
791 |
< attribute name = "Pg" > <![CDATA[ 2.27 ]]> </ attribute > |
792 |
< attribute name = "Im" > <![CDATA[ 17.1 ]]> </ attribute > |
793 |
< attribute name = "Gdp" > <![CDATA[ 7300 ]]> </ attribute > |
794 |
< attribute name = "Inf" > <![CDATA[ 3 ]]> </ attribute > |
795 |
</ attributes > |
796 |
</ point > |
797 |
< point name = "Bangladesh" y = "144000" > |
798 |
< attributes > |
799 |
< attribute name = "Cd" > <![CDATA[ BD ]]> </ attribute > |
800 |
< attribute name = "Cnt" > <![CDATA[ Asia ]]> </ attribute > |
801 |
< attribute name = "Rg" > <![CDATA[ South-central Asia ]]> </ attribute > |
802 |
< attribute name = "Pop" > <![CDATA[ 123062800 ]]> </ attribute > |
803 |
< attribute name = "Pg" > <![CDATA[ 1.85 ]]> </ attribute > |
804 |
< attribute name = "Im" > <![CDATA[ 102.3 ]]> </ attribute > |
805 |
< attribute name = "Gdp" > <![CDATA[ 144500 ]]> </ attribute > |
806 |
< attribute name = "Inf" > <![CDATA[ 4.5 ]]> </ attribute > |
807 |
</ attributes > |
808 |
</ point > |
809 |
< point name = "India" y = "3287590" > |
810 |
< attributes > |
811 |
< attribute name = "Cd" > <![CDATA[ IND ]]> </ attribute > |
812 |
< attribute name = "Cnt" > <![CDATA[ Asia ]]> </ attribute > |
813 |
< attribute name = "Rg" > <![CDATA[ South-central Asia ]]> </ attribute > |
814 |
< attribute name = "Pop" > <![CDATA[ 952107694 ]]> </ attribute > |
815 |
< attribute name = "Pg" > <![CDATA[ 1.64 ]]> </ attribute > |
816 |
< attribute name = "Im" > <![CDATA[ 71.1 ]]> </ attribute > |
817 |
< attribute name = "Gdp" > <![CDATA[ 1408700 ]]> </ attribute > |
818 |
< attribute name = "Inf" > <![CDATA[ 9 ]]> </ attribute > |
819 |
</ attributes > |
820 |
</ point > |
821 |
< point name = "Bhutan" y = "47000" > |
822 |
< attributes > |
823 |
< attribute name = "Cd" > <![CDATA[ BHT ]]> </ attribute > |
824 |
< attribute name = "Cnt" > <![CDATA[ Asia ]]> </ attribute > |
825 |
< attribute name = "Rg" > <![CDATA[ South-central Asia ]]> </ attribute > |
826 |
< attribute name = "Pop" > <![CDATA[ 1822625 ]]> </ attribute > |
827 |
< attribute name = "Pg" > <![CDATA[ 2.32 ]]> </ attribute > |
828 |
< attribute name = "Im" > <![CDATA[ 116.3 ]]> </ attribute > |
829 |
< attribute name = "Gdp" > <![CDATA[ 1300 ]]> </ attribute > |
830 |
< attribute name = "Inf" > <![CDATA[ 8.6 ]]> </ attribute > |
831 |
</ attributes > |
832 |
</ point > |
833 |
< point name = "Brunei" y = "5770" > |
834 |
< attributes > |
835 |
< attribute name = "Cd" > <![CDATA[ BRU ]]> </ attribute > |
836 |
< attribute name = "Cnt" > <![CDATA[ Asia ]]> </ attribute > |
837 |
< attribute name = "Rg" > <![CDATA[ South-eastern Asia ]]> </ attribute > |
838 |
< attribute name = "Pop" > <![CDATA[ 299939 ]]> </ attribute > |
839 |
< attribute name = "Pg" > <![CDATA[ 2.56 ]]> </ attribute > |
840 |
< attribute name = "Im" > <![CDATA[ 24.2 ]]> </ attribute > |
841 |
< attribute name = "Gdp" > <![CDATA[ 4600 ]]> </ attribute > |
842 |
< attribute name = "Inf" > <![CDATA[ 2.4 ]]> </ attribute > |
843 |
</ attributes > |
844 |
</ point > |
845 |
< point name = "Malaysia" y = "329750" > |
846 |
< attributes > |
847 |
< attribute name = "Cd" > <![CDATA[ MAL ]]> </ attribute > |
848 |
< attribute name = "Cnt" > <![CDATA[ Asia ]]> </ attribute > |
849 |
< attribute name = "Rg" > <![CDATA[ South-eastern Asia ]]> </ attribute > |
850 |
< attribute name = "Pop" > <![CDATA[ 19962893 ]]> </ attribute > |
851 |
< attribute name = "Pg" > <![CDATA[ 2.07 ]]> </ attribute > |
852 |
< attribute name = "Im" > <![CDATA[ 24 ]]> </ attribute > |
853 |
< attribute name = "Gdp" > <![CDATA[ 193600 ]]> </ attribute > |
854 |
< attribute name = "Inf" > <![CDATA[ 5.3 ]]> </ attribute > |
855 |
</ attributes > |
856 |
</ point > |
857 |
< point name = "Laos" y = "236800" > |
858 |
< attributes > |
859 |
< attribute name = "Cd" > <![CDATA[ LAO ]]> </ attribute > |
860 |
< attribute name = "Cnt" > <![CDATA[ Asia ]]> </ attribute > |
861 |
< attribute name = "Rg" > <![CDATA[ South-eastern Asia ]]> </ attribute > |
862 |
< attribute name = "Pop" > <![CDATA[ 4975772 ]]> </ attribute > |
863 |
< attribute name = "Pg" > <![CDATA[ 2.81 ]]> </ attribute > |
864 |
< attribute name = "Im" > <![CDATA[ 96.8 ]]> </ attribute > |
865 |
< attribute name = "Gdp" > <![CDATA[ 5200 ]]> </ attribute > |
866 |
< attribute name = "Inf" > <![CDATA[ 20 ]]> </ attribute > |
867 |
</ attributes > |
868 |
</ point > |
869 |
< point name = "Thailand" y = "514000" > |
870 |
< attributes > |
871 |
< attribute name = "Cd" > <![CDATA[ THA ]]> </ attribute > |
872 |
< attribute name = "Cnt" > <![CDATA[ Asia ]]> </ attribute > |
873 |
< attribute name = "Rg" > <![CDATA[ South-eastern Asia ]]> </ attribute > |
874 |
< attribute name = "Pop" > <![CDATA[ 58851357 ]]> </ attribute > |
875 |
< attribute name = "Pg" > <![CDATA[ 1.03 ]]> </ attribute > |
876 |
< attribute name = "Im" > <![CDATA[ 33.4 ]]> </ attribute > |
877 |
< attribute name = "Gdp" > <![CDATA[ 416700 ]]> </ attribute > |
878 |
< attribute name = "Inf" > <![CDATA[ 5.8 ]]> </ attribute > |
879 |
</ attributes > |
880 |
</ point > |
881 |
< point name = "Cambodia" y = "181040" > |
882 |
< attributes > |
883 |
< attribute name = "Cd" > <![CDATA[ K ]]> </ attribute > |
884 |
< attribute name = "Cnt" > <![CDATA[ Asia ]]> </ attribute > |
885 |
< attribute name = "Rg" > <![CDATA[ South-eastern Asia ]]> </ attribute > |
886 |
< attribute name = "Pop" > <![CDATA[ 10861218 ]]> </ attribute > |
887 |
< attribute name = "Pg" > <![CDATA[ 2.77 ]]> </ attribute > |
888 |
< attribute name = "Im" > <![CDATA[ 107.8 ]]> </ attribute > |
889 |
< attribute name = "Gdp" > <![CDATA[ 7000 ]]> </ attribute > |
890 |
< attribute name = "Inf" > <![CDATA[ 6 ]]> </ attribute > |
891 |
</ attributes > |
892 |
</ point > |
893 |
< point name = "Vietnam" y = "329560" > |
894 |
< attributes > |
895 |
< attribute name = "Cd" > <![CDATA[ VN ]]> </ attribute > |
896 |
< attribute name = "Cnt" > <![CDATA[ Asia ]]> </ attribute > |
897 |
< attribute name = "Rg" > <![CDATA[ South-eastern Asia ]]> </ attribute > |
898 |
< attribute name = "Pop" > <![CDATA[ 73976973 ]]> </ attribute > |
899 |
< attribute name = "Pg" > <![CDATA[ 1.57 ]]> </ attribute > |
900 |
< attribute name = "Im" > <![CDATA[ 38.4 ]]> </ attribute > |
901 |
< attribute name = "Gdp" > <![CDATA[ 97000 ]]> </ attribute > |
902 |
< attribute name = "Inf" > <![CDATA[ 14 ]]> </ attribute > |
903 |
</ attributes > |
904 |
</ point > |
905 |
< point name = "Hong Kong" y = "1040" > |
906 |
< attributes > |
907 |
< attribute name = "Cd" > <![CDATA[ cid-cia-Hong-Kong ]]> </ attribute > |
908 |
< attribute name = "Cnt" > <![CDATA[ Asia ]]> </ attribute > |
909 |
< attribute name = "Rg" > <![CDATA[ Eastern Asia ]]> </ attribute > |
910 |
< attribute name = "Pop" > <![CDATA[ 6305413 ]]> </ attribute > |
911 |
< attribute name = "Pg" > <![CDATA[ 1.77 ]]> </ attribute > |
912 |
< attribute name = "Im" > <![CDATA[ 5.1 ]]> </ attribute > |
913 |
< attribute name = "Gdp" > <![CDATA[ 152400 ]]> </ attribute > |
914 |
< attribute name = "Inf" > <![CDATA[ 8.4 ]]> </ attribute > |
915 |
</ attributes > |
916 |
</ point > |
917 |
< point name = "Kyrgyzstan" y = "198500" > |
918 |
< attributes > |
919 |
< attribute name = "Cd" > <![CDATA[ KGZ ]]> </ attribute > |
920 |
< attribute name = "Cnt" > <![CDATA[ Asia ]]> </ attribute > |
921 |
< attribute name = "Rg" > <![CDATA[ South-central Asia ]]> </ attribute > |
922 |
< attribute name = "Pop" > <![CDATA[ 4529648 ]]> </ attribute > |
923 |
< attribute name = "Pg" > <![CDATA[ 0.07 ]]> </ attribute > |
924 |
< attribute name = "Im" > <![CDATA[ 77.8 ]]> </ attribute > |
925 |
< attribute name = "Gdp" > <![CDATA[ 5400 ]]> </ attribute > |
926 |
< attribute name = "Inf" > <![CDATA[ 32 ]]> </ attribute > |
927 |
</ attributes > |
928 |
</ point > |
929 |
< point name = "Macau" y = "16" > |
930 |
< attributes > |
931 |
< attribute name = "Cd" > <![CDATA[ cid-cia-Macau ]]> </ attribute > |
932 |
< attribute name = "Cnt" > <![CDATA[ Asia ]]> </ attribute > |
933 |
< attribute name = "Rg" > <![CDATA[ Eastern Asia ]]> </ attribute > |
934 |
< attribute name = "Pop" > <![CDATA[ 496837 ]]> </ attribute > |
935 |
< attribute name = "Pg" > <![CDATA[ 1.15 ]]> </ attribute > |
936 |
< attribute name = "Im" > <![CDATA[ 5.3 ]]> </ attribute > |
937 |
< attribute name = "Gdp" > <![CDATA[ 6400 ]]> </ attribute > |
938 |
< attribute name = "Inf" > <![CDATA[ 8.6 ]]> </ attribute > |
939 |
</ attributes > |
940 |
</ point > |
941 |
< point name = "Mongolia" y = "1565000" > |
942 |
< attributes > |
943 |
< attribute name = "Cd" > <![CDATA[ MNG ]]> </ attribute > |
944 |
< attribute name = "Cnt" > <![CDATA[ Asia ]]> </ attribute > |
945 |
< attribute name = "Rg" > <![CDATA[ Eastern Asia ]]> </ attribute > |
946 |
< attribute name = "Pop" > <![CDATA[ 2496617 ]]> </ attribute > |
947 |
< attribute name = "Pg" > <![CDATA[ 1.69 ]]> </ attribute > |
948 |
< attribute name = "Im" > <![CDATA[ 69.7 ]]> </ attribute > |
949 |
< attribute name = "Gdp" > <![CDATA[ 4900 ]]> </ attribute > |
950 |
< attribute name = "Inf" > <![CDATA[ 53 ]]> </ attribute > |
951 |
</ attributes > |
952 |
</ point > |
953 |
< point name = "Nepal" y = "140800" > |
954 |
< attributes > |
955 |
< attribute name = "Cd" > <![CDATA[ NEP ]]> </ attribute > |
956 |
< attribute name = "Cnt" > <![CDATA[ Asia ]]> </ attribute > |
957 |
< attribute name = "Rg" > <![CDATA[ South-central Asia ]]> </ attribute > |
958 |
< attribute name = "Pop" > <![CDATA[ 22094033 ]]> </ attribute > |
959 |
< attribute name = "Pg" > <![CDATA[ 2.45 ]]> </ attribute > |
960 |
< attribute name = "Im" > <![CDATA[ 79 ]]> </ attribute > |
961 |
< attribute name = "Gdp" > <![CDATA[ 25200 ]]> </ attribute > |
962 |
< attribute name = "Inf" > <![CDATA[ 6.7 ]]> </ attribute > |
963 |
</ attributes > |
964 |
</ point > |
965 |
< point name = "Cyprus" y = "9250" > |
966 |
< attributes > |
967 |
< attribute name = "Cd" > <![CDATA[ CY ]]> </ attribute > |
968 |
< attribute name = "Cnt" > <![CDATA[ Asia ]]> </ attribute > |
969 |
< attribute name = "Rg" > <![CDATA[ Western Asia ]]> </ attribute > |
970 |
< attribute name = "Pop" > <![CDATA[ 744609 ]]> </ attribute > |
971 |
< attribute name = "Pg" > <![CDATA[ 1.11 ]]> </ attribute > |
972 |
< attribute name = "Im" > <![CDATA[ 8.4 ]]> </ attribute > |
973 |
< attribute name = "Gdp" > <![CDATA[ 7800 ]]> </ attribute > |
974 |
< attribute name = "Inf" > <![CDATA[ 2.2 ]]> </ attribute > |
975 |
</ attributes > |
976 |
</ point > |
977 |
< point name = "Israel" y = "20770" > |
978 |
< attributes > |
979 |
< attribute name = "Cd" > <![CDATA[ IL ]]> </ attribute > |
980 |
< attribute name = "Cnt" > <![CDATA[ Asia ]]> </ attribute > |
981 |
< attribute name = "Rg" > <![CDATA[ Western Asia ]]> </ attribute > |
982 |
< attribute name = "Pop" > <![CDATA[ 5421995 ]]> </ attribute > |
983 |
< attribute name = "Pg" > <![CDATA[ 2.11 ]]> </ attribute > |
984 |
< attribute name = "Im" > <![CDATA[ 8.5 ]]> </ attribute > |
985 |
< attribute name = "Gdp" > <![CDATA[ 80100 ]]> </ attribute > |
986 |
< attribute name = "Inf" > <![CDATA[ 10.1 ]]> </ attribute > |
987 |
</ attributes > |
988 |
</ point > |
989 |
< point name = "Indonesia" y = "1919440" > |
990 |
< attributes > |
991 |
< attribute name = "Cd" > <![CDATA[ RI ]]> </ attribute > |
992 |
< attribute name = "Cnt" > <![CDATA[ Asia ]]> </ attribute > |
993 |
< attribute name = "Rg" > <![CDATA[ South-eastern Asia ]]> </ attribute > |
994 |
< attribute name = "Pop" > <![CDATA[ 206611600 ]]> </ attribute > |
995 |
< attribute name = "Pg" > <![CDATA[ 1.53 ]]> </ attribute > |
996 |
< attribute name = "Im" > <![CDATA[ 63.1 ]]> </ attribute > |
997 |
< attribute name = "Gdp" > <![CDATA[ 710900 ]]> </ attribute > |
998 |
< attribute name = "Inf" > <![CDATA[ 8.6 ]]> </ attribute > |
999 |
</ attributes > |
1000 |
</ point > |
1001 |
< point name = "Iraq" y = "437072" > |
1002 |
< attributes > |
1003 |
< attribute name = "Cd" > <![CDATA[ IRQ ]]> </ attribute > |
1004 |
< attribute name = "Cnt" > <![CDATA[ Asia ]]> </ attribute > |
1005 |
< attribute name = "Rg" > <![CDATA[ Western Asia ]]> </ attribute > |
1006 |
< attribute name = "Pop" > <![CDATA[ 21422292 ]]> </ attribute > |
1007 |
< attribute name = "Pg" > <![CDATA[ 3.69 ]]> </ attribute > |
1008 |
< attribute name = "Im" > <![CDATA[ 60 ]]> </ attribute > |
1009 |
< attribute name = "Gdp" > <![CDATA[ 41100 ]]> </ attribute > |
1010 |
< attribute name = "Inf" > <![CDATA[ 4.7 ]]> </ attribute > |
1011 |
</ attributes > |
1012 |
</ point > |
1013 |
< point name = "Jordan" y = "89213" > |
1014 |
< attributes > |
1015 |
< attribute name = "Cd" > <![CDATA[ JOR ]]> </ attribute > |
1016 |
< attribute name = "Cnt" > <![CDATA[ Asia ]]> </ attribute > |
1017 |
< attribute name = "Rg" > <![CDATA[ Western Asia ]]> </ attribute > |
1018 |
< attribute name = "Pop" > <![CDATA[ 4212152 ]]> </ attribute > |
1019 |
< attribute name = "Pg" > <![CDATA[ 2.65 ]]> </ attribute > |
1020 |
< attribute name = "Im" > <![CDATA[ 31.5 ]]> </ attribute > |
1021 |
< attribute name = "Gdp" > <![CDATA[ 19300 ]]> </ attribute > |
1022 |
< attribute name = "Inf" > <![CDATA[ 3 ]]> </ attribute > |
1023 |
</ attributes > |
1024 |
</ point > |
1025 |
< point name = "Kuwait" y = "17820" > |
1026 |
< attributes > |
1027 |
< attribute name = "Cd" > <![CDATA[ KWT ]]> </ attribute > |
1028 |
< attribute name = "Cnt" > <![CDATA[ Asia ]]> </ attribute > |
1029 |
< attribute name = "Rg" > <![CDATA[ Western Asia ]]> </ attribute > |
1030 |
< attribute name = "Pop" > <![CDATA[ 1950047 ]]> </ attribute > |
1031 |
< attribute name = "Pg" > <![CDATA[ 6.65 ]]> </ attribute > |
1032 |
< attribute name = "Im" > <![CDATA[ 11.1 ]]> </ attribute > |
1033 |
< attribute name = "Gdp" > <![CDATA[ 30800 ]]> </ attribute > |
1034 |
< attribute name = "Inf" > <![CDATA[ 5 ]]> </ attribute > |
1035 |
</ attributes > |
1036 |
</ point > |
1037 |
< point name = "Saudi Arabia" y = "1960582" > |
1038 |
< attributes > |
1039 |
< attribute name = "Cd" > <![CDATA[ SA ]]> </ attribute > |
1040 |
< attribute name = "Cnt" > <![CDATA[ Asia ]]> </ attribute > |
1041 |
< attribute name = "Rg" > <![CDATA[ Western Asia ]]> </ attribute > |
1042 |
< attribute name = "Pop" > <![CDATA[ 19409058 ]]> </ attribute > |
1043 |
< attribute name = "Pg" > <![CDATA[ 3.45 ]]> </ attribute > |
1044 |
< attribute name = "Im" > <![CDATA[ 46.4 ]]> </ attribute > |
1045 |
< attribute name = "Gdp" > <![CDATA[ 189300 ]]> </ attribute > |
1046 |
< attribute name = "Inf" > <![CDATA[ 5 ]]> </ attribute > |
1047 |
</ attributes > |
1048 |
</ point > |
1049 |
< point name = "Syria" y = "185180" > |
1050 |
< attributes > |
1051 |
< attribute name = "Cd" > <![CDATA[ SYR ]]> </ attribute > |
1052 |
< attribute name = "Cnt" > <![CDATA[ Asia ]]> </ attribute > |
1053 |
< attribute name = "Rg" > <![CDATA[ Western Asia ]]> </ attribute > |
1054 |
< attribute name = "Pop" > <![CDATA[ 15608648 ]]> </ attribute > |
1055 |
< attribute name = "Pg" > <![CDATA[ 3.37 ]]> </ attribute > |
1056 |
< attribute name = "Im" > <![CDATA[ 40 ]]> </ attribute > |
1057 |
< attribute name = "Gdp" > <![CDATA[ 91200 ]]> </ attribute > |
1058 |
< attribute name = "Inf" > <![CDATA[ 15.1 ]]> </ attribute > |
1059 |
</ attributes > |
1060 |
</ point > |
1061 |
< point name = "Lebanon" y = "10400" > |
1062 |
< attributes > |
1063 |
< attribute name = "Cd" > <![CDATA[ RL ]]> </ attribute > |
1064 |
< attribute name = "Cnt" > <![CDATA[ Asia ]]> </ attribute > |
1065 |
< attribute name = "Rg" > <![CDATA[ Western Asia ]]> </ attribute > |
1066 |
< attribute name = "Pop" > <![CDATA[ 3776317 ]]> </ attribute > |
1067 |
< attribute name = "Pg" > <![CDATA[ 2.16 ]]> </ attribute > |
1068 |
< attribute name = "Im" > <![CDATA[ 36.7 ]]> </ attribute > |
1069 |
< attribute name = "Gdp" > <![CDATA[ 18300 ]]> </ attribute > |
1070 |
< attribute name = "Inf" > <![CDATA[ 9 ]]> </ attribute > |
1071 |
</ attributes > |
1072 |
</ point > |
1073 |
< point name = "Japan" y = "377835" > |
1074 |
< attributes > |
1075 |
< attribute name = "Cd" > <![CDATA[ J ]]> </ attribute > |
1076 |
< attribute name = "Cnt" > <![CDATA[ Asia ]]> </ attribute > |
1077 |
< attribute name = "Rg" > <![CDATA[ Eastern Asia ]]> </ attribute > |
1078 |
< attribute name = "Pop" > <![CDATA[ 125449703 ]]> </ attribute > |
1079 |
< attribute name = "Pg" > <![CDATA[ 0.21 ]]> </ attribute > |
1080 |
< attribute name = "Im" > <![CDATA[ 4.4 ]]> </ attribute > |
1081 |
< attribute name = "Gdp" > <![CDATA[ 2679200 ]]> </ attribute > |
1082 |
< attribute name = "Inf" > <![CDATA[ -0.1 ]]> </ attribute > |
1083 |
</ attributes > |
1084 |
</ point > |
1085 |
< point name = "South Korea" y = "98480" > |
1086 |
< attributes > |
1087 |
< attribute name = "Cd" > <![CDATA[ ROK ]]> </ attribute > |
1088 |
< attribute name = "Cnt" > <![CDATA[ Asia ]]> </ attribute > |
1089 |
< attribute name = "Rg" > <![CDATA[ Eastern Asia ]]> </ attribute > |
1090 |
< attribute name = "Pop" > <![CDATA[ 45482291 ]]> </ attribute > |
1091 |
< attribute name = "Pg" > <![CDATA[ 1.02 ]]> </ attribute > |
1092 |
< attribute name = "Im" > <![CDATA[ 8.2 ]]> </ attribute > |
1093 |
< attribute name = "Gdp" > <![CDATA[ 590700 ]]> </ attribute > |
1094 |
< attribute name = "Inf" > <![CDATA[ 4.3 ]]> </ attribute > |
1095 |
</ attributes > |
1096 |
</ point > |
1097 |
< point name = "Maldives" y = "300" > |
1098 |
< attributes > |
1099 |
< attribute name = "Cd" > <![CDATA[ MV ]]> </ attribute > |
1100 |
< attribute name = "Cnt" > <![CDATA[ Asia ]]> </ attribute > |
1101 |
< attribute name = "Rg" > <![CDATA[ South-central Asia ]]> </ attribute > |
1102 |
< attribute name = "Pop" > <![CDATA[ 270758 ]]> </ attribute > |
1103 |
< attribute name = "Pg" > <![CDATA[ 3.52 ]]> </ attribute > |
1104 |
< attribute name = "Im" > <![CDATA[ 47 ]]> </ attribute > |
1105 |
< attribute name = "Gdp" > <![CDATA[ 390 ]]> </ attribute > |
1106 |
< attribute name = "Inf" > <![CDATA[ 16.5 ]]> </ attribute > |
1107 |
</ attributes > |
1108 |
</ point > |
1109 |
< point name = "Oman" y = "212460" > |
1110 |
< attributes > |
1111 |
< attribute name = "Cd" > <![CDATA[ OM ]]> </ attribute > |
1112 |
< attribute name = "Cnt" > <![CDATA[ Asia ]]> </ attribute > |
1113 |
< attribute name = "Rg" > <![CDATA[ Western Asia ]]> </ attribute > |
1114 |
< attribute name = "Pop" > <![CDATA[ 2186548 ]]> </ attribute > |
1115 |
< attribute name = "Pg" > <![CDATA[ 3.53 ]]> </ attribute > |
1116 |
< attribute name = "Im" > <![CDATA[ 27.3 ]]> </ attribute > |
1117 |
< attribute name = "Gdp" > <![CDATA[ 19100 ]]> </ attribute > |
1118 |
< attribute name = "Inf" > <![CDATA[ -0.7 ]]> </ attribute > |
1119 |
</ attributes > |
1120 |
</ point > |
1121 |
< point name = "United Arab Emirates" y = "75581" > |
1122 |
< attributes > |
1123 |
< attribute name = "Cd" > <![CDATA[ UAE ]]> </ attribute > |
1124 |
< attribute name = "Cnt" > <![CDATA[ Asia ]]> </ attribute > |
1125 |
< attribute name = "Rg" > <![CDATA[ Western Asia ]]> </ attribute > |
1126 |
< attribute name = "Pop" > <![CDATA[ 3057337 ]]> </ attribute > |
1127 |
< attribute name = "Pg" > <![CDATA[ 4.33 ]]> </ attribute > |
1128 |
< attribute name = "Im" > <![CDATA[ 20.4 ]]> </ attribute > |
1129 |
< attribute name = "Gdp" > <![CDATA[ 70100 ]]> </ attribute > |
1130 |
< attribute name = "Inf" > <![CDATA[ 4.6 ]]> </ attribute > |
1131 |
</ attributes > |
1132 |
</ point > |
1133 |
< point name = "Yemen" y = "527970" > |
1134 |
< attributes > |
1135 |
< attribute name = "Cd" > <![CDATA[ YE ]]> </ attribute > |
1136 |
< attribute name = "Cnt" > <![CDATA[ Asia ]]> </ attribute > |
1137 |
< attribute name = "Rg" > <![CDATA[ Western Asia ]]> </ attribute > |
1138 |
< attribute name = "Pop" > <![CDATA[ 13483178 ]]> </ attribute > |
1139 |
< attribute name = "Pg" > <![CDATA[ 3.56 ]]> </ attribute > |
1140 |
< attribute name = "Im" > <![CDATA[ 71.5 ]]> </ attribute > |
1141 |
< attribute name = "Gdp" > <![CDATA[ 37100 ]]> </ attribute > |
1142 |
< attribute name = "Inf" > <![CDATA[ 71.3 ]]> </ attribute > |
1143 |
</ attributes > |
1144 |
</ point > |
1145 |
< point name = "Philippines" y = "300000" > |
1146 |
< attributes > |
1147 |
< attribute name = "Cd" > <![CDATA[ RP ]]> </ attribute > |
1148 |
< attribute name = "Cnt" > <![CDATA[ Asia ]]> </ attribute > |
1149 |
< attribute name = "Rg" > <![CDATA[ South-eastern Asia ]]> </ attribute > |
1150 |
< attribute name = "Pop" > <![CDATA[ 74480848 ]]> </ attribute > |
1151 |
< attribute name = "Pg" > <![CDATA[ 2.18 ]]> </ attribute > |
1152 |
< attribute name = "Im" > <![CDATA[ 35.9 ]]> </ attribute > |
1153 |
< attribute name = "Gdp" > <![CDATA[ 179700 ]]> </ attribute > |
1154 |
< attribute name = "Inf" > <![CDATA[ 8.1 ]]> </ attribute > |
1155 |
</ attributes > |
1156 |
</ point > |
1157 |
< point name = "Qatar" y = "11000" > |
1158 |
< attributes > |
1159 |
< attribute name = "Cd" > <![CDATA[ Q ]]> </ attribute > |
1160 |
< attribute name = "Cnt" > <![CDATA[ Asia ]]> </ attribute > |
1161 |
< attribute name = "Rg" > <![CDATA[ Western Asia ]]> </ attribute > |
1162 |
< attribute name = "Pop" > <![CDATA[ 547761 ]]> </ attribute > |
1163 |
< attribute name = "Pg" > <![CDATA[ 2.39 ]]> </ attribute > |
1164 |
< attribute name = "Im" > <![CDATA[ 19.6 ]]> </ attribute > |
1165 |
< attribute name = "Gdp" > <![CDATA[ 10700 ]]> </ attribute > |
1166 |
< attribute name = "Inf" > <![CDATA[ 3 ]]> </ attribute > |
1167 |
</ attributes > |
1168 |
</ point > |
1169 |
< point name = "Singapore" y = "632.6" > |
1170 |
< attributes > |
1171 |
< attribute name = "Cd" > <![CDATA[ SGP ]]> </ attribute > |
1172 |
< attribute name = "Cnt" > <![CDATA[ Asia ]]> </ attribute > |
1173 |
< attribute name = "Rg" > <![CDATA[ South-eastern Asia ]]> </ attribute > |
1174 |
< attribute name = "Pop" > <![CDATA[ 3396924 ]]> </ attribute > |
1175 |
< attribute name = "Pg" > <![CDATA[ 1.9 ]]> </ attribute > |
1176 |
< attribute name = "Im" > <![CDATA[ 4.7 ]]> </ attribute > |
1177 |
< attribute name = "Gdp" > <![CDATA[ 66100 ]]> </ attribute > |
1178 |
< attribute name = "Inf" > <![CDATA[ 1.7 ]]> </ attribute > |
1179 |
</ attributes > |
1180 |
</ point > |
1181 |
< point name = "Sri Lanka" y = "65610" > |
1182 |
< attributes > |
1183 |
< attribute name = "Cd" > <![CDATA[ CL ]]> </ attribute > |
1184 |
< attribute name = "Cnt" > <![CDATA[ Asia ]]> </ attribute > |
1185 |
< attribute name = "Rg" > <![CDATA[ South-central Asia ]]> </ attribute > |
1186 |
< attribute name = "Pop" > <![CDATA[ 18553074 ]]> </ attribute > |
1187 |
< attribute name = "Pg" > <![CDATA[ 1.13 ]]> </ attribute > |
1188 |
< attribute name = "Im" > <![CDATA[ 20.8 ]]> </ attribute > |
1189 |
< attribute name = "Gdp" > <![CDATA[ 65600 ]]> </ attribute > |
1190 |
< attribute name = "Inf" > <![CDATA[ 8.4 ]]> </ attribute > |
1191 |
</ attributes > |
1192 |
</ point > |
1193 |
< point name = "Taiwan" y = "35980" > |
1194 |
< attributes > |
1195 |
< attribute name = "Cd" > <![CDATA[ RC ]]> </ attribute > |
1196 |
< attribute name = "Cnt" > <![CDATA[ Asia ]]> </ attribute > |
1197 |
< attribute name = "Rg" > <![CDATA[ Eastern Asia ]]> </ attribute > |
1198 |
< attribute name = "Pop" > <![CDATA[ 21465881 ]]> </ attribute > |
1199 |
< attribute name = "Pg" > <![CDATA[ 0.89 ]]> </ attribute > |
1200 |
< attribute name = "Im" > <![CDATA[ 7 ]]> </ attribute > |
1201 |
< attribute name = "Gdp" > <![CDATA[ 290500 ]]> </ attribute > |
1202 |
< attribute name = "Inf" > <![CDATA[ 4 ]]> </ attribute > |
1203 |
</ attributes > |
1204 |
</ point > |
1205 |
</ point > |
1206 |
< point name = "Africa" threshold = "autoTr" > |
1207 |
< point name = "Egypt" y = "1001450" > |
1208 |
< attributes > |
1209 |
< attribute name = "Cd" > <![CDATA[ ET ]]> </ attribute > |
1210 |
< attribute name = "Cnt" > <![CDATA[ Africa ]]> </ attribute > |
1211 |
< attribute name = "Rg" > <![CDATA[ Northern Africa ]]> </ attribute > |
1212 |
< attribute name = "Pop" > <![CDATA[ 63575107 ]]> </ attribute > |
1213 |
< attribute name = "Pg" > <![CDATA[ 1.91 ]]> </ attribute > |
1214 |
< attribute name = "Im" > <![CDATA[ 72.8 ]]> </ attribute > |
1215 |
< attribute name = "Gdp" > <![CDATA[ 171000 ]]> </ attribute > |
1216 |
< attribute name = "Inf" > <![CDATA[ 9.4 ]]> </ attribute > |
1217 |
</ attributes > |
1218 |
</ point > |
1219 |
< point name = "Algeria" y = "2381740" > |
1220 |
< attributes > |
1221 |
< attribute name = "Cd" > <![CDATA[ DZ ]]> </ attribute > |
1222 |
< attribute name = "Cnt" > <![CDATA[ Africa ]]> </ attribute > |
1223 |
< attribute name = "Rg" > <![CDATA[ Northern Africa ]]> </ attribute > |
1224 |
< attribute name = "Pop" > <![CDATA[ 29183032 ]]> </ attribute > |
1225 |
< attribute name = "Pg" > <![CDATA[ 2.21 ]]> </ attribute > |
1226 |
< attribute name = "Im" > <![CDATA[ 48.7 ]]> </ attribute > |
1227 |
< attribute name = "Gdp" > <![CDATA[ 108700 ]]> </ attribute > |
1228 |
< attribute name = "Inf" > <![CDATA[ 28 ]]> </ attribute > |
1229 |
</ attributes > |
1230 |
</ point > |
1231 |
< point name = "Libya" y = "1759540" > |
1232 |
< attributes > |
1233 |
< attribute name = "Cd" > <![CDATA[ LAR ]]> </ attribute > |
1234 |
< attribute name = "Cnt" > <![CDATA[ Africa ]]> </ attribute > |
1235 |
< attribute name = "Rg" > <![CDATA[ Northern Africa ]]> </ attribute > |
1236 |
< attribute name = "Pop" > <![CDATA[ 5445436 ]]> </ attribute > |
1237 |
< attribute name = "Pg" > <![CDATA[ 3.67 ]]> </ attribute > |
1238 |
< attribute name = "Im" > <![CDATA[ 59.5 ]]> </ attribute > |
1239 |
< attribute name = "Gdp" > <![CDATA[ 32900 ]]> </ attribute > |
1240 |
< attribute name = "Inf" > <![CDATA[ 25 ]]> </ attribute > |
1241 |
</ attributes > |
1242 |
</ point > |
1243 |
< point name = "Mali" y = "1240000" > |
1244 |
< attributes > |
1245 |
< attribute name = "Cd" > <![CDATA[ RMM ]]> </ attribute > |
1246 |
< attribute name = "Cnt" > <![CDATA[ Africa ]]> </ attribute > |
1247 |
< attribute name = "Rg" > <![CDATA[ Western Africa ]]> </ attribute > |
1248 |
< attribute name = "Pop" > <![CDATA[ 9653261 ]]> </ attribute > |
1249 |
< attribute name = "Pg" > <![CDATA[ 2.95 ]]> </ attribute > |
1250 |
< attribute name = "Im" > <![CDATA[ 102.7 ]]> </ attribute > |
1251 |
< attribute name = "Gdp" > <![CDATA[ 5400 ]]> </ attribute > |
1252 |
< attribute name = "Inf" > <![CDATA[ 8 ]]> </ attribute > |
1253 |
</ attributes > |
1254 |
</ point > |
1255 |
< point name = "Mauritania" y = "1030700" > |
1256 |
< attributes > |
1257 |
< attribute name = "Cd" > <![CDATA[ RIM ]]> </ attribute > |
1258 |
< attribute name = "Cnt" > <![CDATA[ Africa ]]> </ attribute > |
1259 |
< attribute name = "Rg" > <![CDATA[ Western Africa ]]> </ attribute > |
1260 |
< attribute name = "Pop" > <![CDATA[ 2336048 ]]> </ attribute > |
1261 |
< attribute name = "Pg" > <![CDATA[ 3.17 ]]> </ attribute > |
1262 |
< attribute name = "Im" > <![CDATA[ 81.7 ]]> </ attribute > |
1263 |
< attribute name = "Gdp" > <![CDATA[ 2800 ]]> </ attribute > |
1264 |
< attribute name = "Inf" > <![CDATA[ 3.5 ]]> </ attribute > |
1265 |
</ attributes > |
1266 |
</ point > |
1267 |
< point name = "Morocco" y = "446550" > |
1268 |
< attributes > |
1269 |
< attribute name = "Cd" > <![CDATA[ MA ]]> </ attribute > |
1270 |
< attribute name = "Cnt" > <![CDATA[ Africa ]]> </ attribute > |
1271 |
< attribute name = "Rg" > <![CDATA[ Northern Africa ]]> </ attribute > |
1272 |
< attribute name = "Pop" > <![CDATA[ 29779156 ]]> </ attribute > |
1273 |
< attribute name = "Pg" > <![CDATA[ 2.05 ]]> </ attribute > |
1274 |
< attribute name = "Im" > <![CDATA[ 43.2 ]]> </ attribute > |
1275 |
< attribute name = "Gdp" > <![CDATA[ 87400 ]]> </ attribute > |
1276 |
< attribute name = "Inf" > <![CDATA[ 5.4 ]]> </ attribute > |
1277 |
</ attributes > |
1278 |
</ point > |
1279 |
< point name = "Niger" y = "1267000" > |
1280 |
< attributes > |
1281 |
< attribute name = "Cd" > <![CDATA[ RN ]]> </ attribute > |
1282 |
< attribute name = "Cnt" > <![CDATA[ Africa ]]> </ attribute > |
1283 |
< attribute name = "Rg" > <![CDATA[ Western Africa ]]> </ attribute > |
1284 |
< attribute name = "Pop" > <![CDATA[ 9113001 ]]> </ attribute > |
1285 |
< attribute name = "Pg" > <![CDATA[ 2.99 ]]> </ attribute > |
1286 |
< attribute name = "Im" > <![CDATA[ 117.6 ]]> </ attribute > |
1287 |
< attribute name = "Gdp" > <![CDATA[ 5500 ]]> </ attribute > |
1288 |
< attribute name = "Inf" > <![CDATA[ 35.6 ]]> </ attribute > |
1289 |
</ attributes > |
1290 |
</ point > |
1291 |
< point name = "Tunisia" y = "163610" > |
1292 |
< attributes > |
1293 |
< attribute name = "Cd" > <![CDATA[ TN ]]> </ attribute > |
1294 |
< attribute name = "Cnt" > <![CDATA[ Africa ]]> </ attribute > |
1295 |
< attribute name = "Rg" > <![CDATA[ Northern Africa ]]> </ attribute > |
1296 |
< attribute name = "Pop" > <![CDATA[ 9019687 ]]> </ attribute > |
1297 |
< attribute name = "Pg" > <![CDATA[ 1.81 ]]> </ attribute > |
1298 |
< attribute name = "Im" > <![CDATA[ 35.1 ]]> </ attribute > |
1299 |
< attribute name = "Gdp" > <![CDATA[ 37100 ]]> </ attribute > |
1300 |
< attribute name = "Inf" > <![CDATA[ 5.5 ]]> </ attribute > |
1301 |
</ attributes > |
1302 |
</ point > |
1303 |
< point name = "Angola" y = "1246700" > |
1304 |
< attributes > |
1305 |
< attribute name = "Cd" > <![CDATA[ ANG ]]> </ attribute > |
1306 |
< attribute name = "Cnt" > <![CDATA[ Africa ]]> </ attribute > |
1307 |
< attribute name = "Rg" > <![CDATA[ Middle Africa ]]> </ attribute > |
1308 |
< attribute name = "Pop" > <![CDATA[ 10342899 ]]> </ attribute > |
1309 |
< attribute name = "Pg" > <![CDATA[ 2.68 ]]> </ attribute > |
1310 |
< attribute name = "Im" > <![CDATA[ 138.9 ]]> </ attribute > |
1311 |
< attribute name = "Gdp" > <![CDATA[ 7400 ]]> </ attribute > |
1312 |
< attribute name = "Inf" > <![CDATA[ 20 ]]> </ attribute > |
1313 |
</ attributes > |
1314 |
</ point > |
1315 |
< point name = "Congo" y = "342000" > |
1316 |
< attributes > |
1317 |
< attribute name = "Cd" > <![CDATA[ RCB ]]> </ attribute > |
1318 |
< attribute name = "Cnt" > <![CDATA[ Africa ]]> </ attribute > |
1319 |
< attribute name = "Rg" > <![CDATA[ Middle Africa ]]> </ attribute > |
1320 |
< attribute name = "Pop" > <![CDATA[ 2527841 ]]> </ attribute > |
1321 |
< attribute name = "Pg" > <![CDATA[ 2.19 ]]> </ attribute > |
1322 |
< attribute name = "Im" > <![CDATA[ 108.1 ]]> </ attribute > |
1323 |
< attribute name = "Gdp" > <![CDATA[ 7700 ]]> </ attribute > |
1324 |
< attribute name = "Inf" > <![CDATA[ 61 ]]> </ attribute > |
1325 |
</ attributes > |
1326 |
</ point > |
1327 |
< point name = "Namibia" y = "825418" > |
1328 |
< attributes > |
1329 |
< attribute name = "Cd" > <![CDATA[ NAM ]]> </ attribute > |
1330 |
< attribute name = "Cnt" > <![CDATA[ Africa ]]> </ attribute > |
1331 |
< attribute name = "Rg" > <![CDATA[ Southern Africa ]]> </ attribute > |
1332 |
< attribute name = "Pop" > <![CDATA[ 1677243 ]]> </ attribute > |
1333 |
< attribute name = "Pg" > <![CDATA[ 2.93 ]]> </ attribute > |
1334 |
< attribute name = "Im" > <![CDATA[ 47.2 ]]> </ attribute > |
1335 |
< attribute name = "Gdp" > <![CDATA[ 5800 ]]> </ attribute > |
1336 |
< attribute name = "Inf" > <![CDATA[ 11 ]]> </ attribute > |
1337 |
</ attributes > |
1338 |
</ point > |
1339 |
< point name = "Zambia" y = "752610" > |
1340 |
< attributes > |
1341 |
< attribute name = "Cd" > <![CDATA[ Z ]]> </ attribute > |
1342 |
< attribute name = "Cnt" > <![CDATA[ Africa ]]> </ attribute > |
1343 |
< attribute name = "Rg" > <![CDATA[ Eastern Africa ]]> </ attribute > |
1344 |
< attribute name = "Pop" > <![CDATA[ 9159072 ]]> </ attribute > |
1345 |
< attribute name = "Pg" > <![CDATA[ 2.11 ]]> </ attribute > |
1346 |
< attribute name = "Im" > <![CDATA[ 96.1 ]]> </ attribute > |
1347 |
< attribute name = "Gdp" > <![CDATA[ 8900 ]]> </ attribute > |
1348 |
< attribute name = "Inf" > <![CDATA[ 55 ]]> </ attribute > |
1349 |
</ attributes > |
1350 |
</ point > |
1351 |
< point name = "Benin" y = "112620" > |
1352 |
< attributes > |
1353 |
< attribute name = "Cd" > <![CDATA[ BEN ]]> </ attribute > |
1354 |
< attribute name = "Cnt" > <![CDATA[ Africa ]]> </ attribute > |
1355 |
< attribute name = "Rg" > <![CDATA[ Western Africa ]]> </ attribute > |
1356 |
< attribute name = "Pop" > <![CDATA[ 5709529 ]]> </ attribute > |
1357 |
< attribute name = "Pg" > <![CDATA[ 3.32 ]]> </ attribute > |
1358 |
< attribute name = "Im" > <![CDATA[ 105.1 ]]> </ attribute > |
1359 |
< attribute name = "Gdp" > <![CDATA[ 7600 ]]> </ attribute > |
1360 |
< attribute name = "Inf" > <![CDATA[ 55 ]]> </ attribute > |
1361 |
</ attributes > |
1362 |
</ point > |
1363 |
< point name = "Burkina Faso" y = "274200" > |
1364 |
< attributes > |
1365 |
< attribute name = "Cd" > <![CDATA[ BF ]]> </ attribute > |
1366 |
< attribute name = "Cnt" > <![CDATA[ Africa ]]> </ attribute > |
1367 |
< attribute name = "Rg" > <![CDATA[ Western Africa ]]> </ attribute > |
1368 |
< attribute name = "Pop" > <![CDATA[ 10623323 ]]> </ attribute > |
1369 |
< attribute name = "Pg" > <![CDATA[ 2.53 ]]> </ attribute > |
1370 |
< attribute name = "Im" > <![CDATA[ 117.8 ]]> </ attribute > |
1371 |
< attribute name = "Gdp" > <![CDATA[ 7400 ]]> </ attribute > |
1372 |
< attribute name = "Inf" > <![CDATA[ 5 ]]> </ attribute > |
1373 |
</ attributes > |
1374 |
</ point > |
1375 |
< point name = "Nigeria" y = "923770" > |
1376 |
< attributes > |
1377 |
< attribute name = "Cd" > <![CDATA[ WAN ]]> </ attribute > |
1378 |
< attribute name = "Cnt" > <![CDATA[ Africa ]]> </ attribute > |
1379 |
< attribute name = "Rg" > <![CDATA[ Western Africa ]]> </ attribute > |
1380 |
< attribute name = "Pop" > <![CDATA[ 103912489 ]]> </ attribute > |
1381 |
< attribute name = "Pg" > <![CDATA[ 3.05 ]]> </ attribute > |
1382 |
< attribute name = "Im" > <![CDATA[ 72.4 ]]> </ attribute > |
1383 |
< attribute name = "Gdp" > <![CDATA[ 135900 ]]> </ attribute > |
1384 |
< attribute name = "Inf" > <![CDATA[ 57 ]]> </ attribute > |
1385 |
</ attributes > |
1386 |
</ point > |
1387 |
< point name = "Togo" y = "56790" > |
1388 |
< attributes > |
1389 |
< attribute name = "Cd" > <![CDATA[ RT ]]> </ attribute > |
1390 |
< attribute name = "Cnt" > <![CDATA[ Africa ]]> </ attribute > |
1391 |
< attribute name = "Rg" > <![CDATA[ Western Africa ]]> </ attribute > |
1392 |
< attribute name = "Pop" > <![CDATA[ 4570530 ]]> </ attribute > |
1393 |
< attribute name = "Pg" > <![CDATA[ 3.56 ]]> </ attribute > |
1394 |
< attribute name = "Im" > <![CDATA[ 84.3 ]]> </ attribute > |
1395 |
< attribute name = "Gdp" > <![CDATA[ 4100 ]]> </ attribute > |
1396 |
< attribute name = "Inf" > <![CDATA[ 8.8 ]]> </ attribute > |
1397 |
</ attributes > |
1398 |
</ point > |
1399 |
< point name = "Botswana" y = "600370" > |
1400 |
< attributes > |
1401 |
< attribute name = "Cd" > <![CDATA[ RB ]]> </ attribute > |
1402 |
< attribute name = "Cnt" > <![CDATA[ Africa ]]> </ attribute > |
1403 |
< attribute name = "Rg" > <![CDATA[ Southern Africa ]]> </ attribute > |
1404 |
< attribute name = "Pop" > <![CDATA[ 1477630 ]]> </ attribute > |
1405 |
< attribute name = "Pg" > <![CDATA[ 1.63 ]]> </ attribute > |
1406 |
< attribute name = "Im" > <![CDATA[ 54.2 ]]> </ attribute > |
1407 |
< attribute name = "Gdp" > <![CDATA[ 4500 ]]> </ attribute > |
1408 |
< attribute name = "Inf" > <![CDATA[ 10 ]]> </ attribute > |
1409 |
</ attributes > |
1410 |
</ point > |
1411 |
< point name = "South Africa" y = "1219912" > |
1412 |
< attributes > |
1413 |
< attribute name = "Cd" > <![CDATA[ RSA ]]> </ attribute > |
1414 |
< attribute name = "Cnt" > <![CDATA[ Africa ]]> </ attribute > |
1415 |
< attribute name = "Rg" > <![CDATA[ Southern Africa ]]> </ attribute > |
1416 |
< attribute name = "Pop" > <![CDATA[ 41743459 ]]> </ attribute > |
1417 |
< attribute name = "Pg" > <![CDATA[ 1.76 ]]> </ attribute > |
1418 |
< attribute name = "Im" > <![CDATA[ 48.8 ]]> </ attribute > |
1419 |
< attribute name = "Gdp" > <![CDATA[ 215000 ]]> </ attribute > |
1420 |
< attribute name = "Inf" > <![CDATA[ 8.7 ]]> </ attribute > |
1421 |
</ attributes > |
1422 |
</ point > |
1423 |
< point name = "Zimbabwe" y = "390580" > |
1424 |
< attributes > |
1425 |
< attribute name = "Cd" > <![CDATA[ ZW ]]> </ attribute > |
1426 |
< attribute name = "Cnt" > <![CDATA[ Africa ]]> </ attribute > |
1427 |
< attribute name = "Rg" > <![CDATA[ Eastern Africa ]]> </ attribute > |
1428 |
< attribute name = "Pop" > <![CDATA[ 11271314 ]]> </ attribute > |
1429 |
< attribute name = "Pg" > <![CDATA[ 1.41 ]]> </ attribute > |
1430 |
< attribute name = "Im" > <![CDATA[ 72.8 ]]> </ attribute > |
1431 |
< attribute name = "Gdp" > <![CDATA[ 18100 ]]> </ attribute > |
1432 |
< attribute name = "Inf" > <![CDATA[ 25.8 ]]> </ attribute > |
1433 |
</ attributes > |
1434 |
</ point > |
1435 |
< point name = "Ghana" y = "238540" > |
1436 |
< attributes > |
1437 |
< attribute name = "Cd" > <![CDATA[ GH ]]> </ attribute > |
1438 |
< attribute name = "Cnt" > <![CDATA[ Africa ]]> </ attribute > |
1439 |
< attribute name = "Rg" > <![CDATA[ Western Africa ]]> </ attribute > |
1440 |
< attribute name = "Pop" > <![CDATA[ 17698271 ]]> </ attribute > |
1441 |
< attribute name = "Pg" > <![CDATA[ 2.29 ]]> </ attribute > |
1442 |
< attribute name = "Im" > <![CDATA[ 80.3 ]]> </ attribute > |
1443 |
< attribute name = "Gdp" > <![CDATA[ 25100 ]]> </ attribute > |
1444 |
< attribute name = "Inf" > <![CDATA[ 69 ]]> </ attribute > |
1445 |
</ attributes > |
1446 |
</ point > |
1447 |
< point name = "Burundi" y = "27830" > |
1448 |
< attributes > |
1449 |
< attribute name = "Cd" > <![CDATA[ BI ]]> </ attribute > |
1450 |
< attribute name = "Cnt" > <![CDATA[ Africa ]]> </ attribute > |
1451 |
< attribute name = "Rg" > <![CDATA[ Eastern Africa ]]> </ attribute > |
1452 |
< attribute name = "Pop" > <![CDATA[ 5943057 ]]> </ attribute > |
1453 |
< attribute name = "Pg" > <![CDATA[ 1.54 ]]> </ attribute > |
1454 |
< attribute name = "Im" > <![CDATA[ 102.2 ]]> </ attribute > |
1455 |
< attribute name = "Gdp" > <![CDATA[ 4000 ]]> </ attribute > |
1456 |
< attribute name = "Inf" > <![CDATA[ 10 ]]> </ attribute > |
1457 |
</ attributes > |
1458 |
</ point > |
1459 |
< point name = "Rwanda" y = "26340" > |
1460 |
< attributes > |
1461 |
< attribute name = "Cd" > <![CDATA[ RWA ]]> </ attribute > |
1462 |
< attribute name = "Cnt" > <![CDATA[ Africa ]]> </ attribute > |
1463 |
< attribute name = "Rg" > <![CDATA[ Eastern Africa ]]> </ attribute > |
1464 |
< attribute name = "Pop" > <![CDATA[ 6853359 ]]> </ attribute > |
1465 |
< attribute name = "Pg" > <![CDATA[ 16.49 ]]> </ attribute > |
1466 |
< attribute name = "Im" > <![CDATA[ 118.8 ]]> </ attribute > |
1467 |
< attribute name = "Gdp" > <![CDATA[ 3800 ]]> </ attribute > |
1468 |
< attribute name = "Inf" > <![CDATA[ 64 ]]> </ attribute > |
1469 |
</ attributes > |
1470 |
</ point > |
1471 |
< point name = "Tanzania" y = "945090" > |
1472 |
< attributes > |
1473 |
< attribute name = "Cd" > <![CDATA[ EAT ]]> </ attribute > |
1474 |
< attribute name = "Cnt" > <![CDATA[ Africa ]]> </ attribute > |
1475 |
< attribute name = "Rg" > <![CDATA[ Eastern Africa ]]> </ attribute > |
1476 |
< attribute name = "Pop" > <![CDATA[ 29058470 ]]> </ attribute > |
1477 |
< attribute name = "Pg" > <![CDATA[ 1.15 ]]> </ attribute > |
1478 |
< attribute name = "Im" > <![CDATA[ 105.9 ]]> </ attribute > |
1479 |
< attribute name = "Gdp" > <![CDATA[ 23100 ]]> </ attribute > |
1480 |
< attribute name = "Inf" > <![CDATA[ 25 ]]> </ attribute > |
1481 |
</ attributes > |
1482 |
</ point > |
1483 |
< point name = "Cameroon" y = "475440" > |
1484 |
< attributes > |
1485 |
< attribute name = "Cd" > <![CDATA[ CAM ]]> </ attribute > |
1486 |
< attribute name = "Cnt" > <![CDATA[ Africa ]]> </ attribute > |
1487 |
< attribute name = "Rg" > <![CDATA[ Middle Africa ]]> </ attribute > |
1488 |
< attribute name = "Pop" > <![CDATA[ 14261557 ]]> </ attribute > |
1489 |
< attribute name = "Pg" > <![CDATA[ 2.89 ]]> </ attribute > |
1490 |
< attribute name = "Im" > <![CDATA[ 78.7 ]]> </ attribute > |
1491 |
< attribute name = "Gdp" > <![CDATA[ 16500 ]]> </ attribute > |
1492 |
< attribute name = "Inf" > <![CDATA[ 48 ]]> </ attribute > |
1493 |
</ attributes > |
1494 |
</ point > |
1495 |
< point name = "Central African Republic" y = "622980" > |
1496 |
< attributes > |
1497 |
< attribute name = "Cd" > <![CDATA[ RCA ]]> </ attribute > |
1498 |
< attribute name = "Cnt" > <![CDATA[ Africa ]]> </ attribute > |
1499 |
< attribute name = "Rg" > <![CDATA[ Middle Africa ]]> </ attribute > |
1500 |
< attribute name = "Pop" > <![CDATA[ 3274426 ]]> </ attribute > |
1501 |
< attribute name = "Pg" > <![CDATA[ 2.08 ]]> </ attribute > |
1502 |
< attribute name = "Im" > <![CDATA[ 111.7 ]]> </ attribute > |
1503 |
< attribute name = "Gdp" > <![CDATA[ 2500 ]]> </ attribute > |
1504 |
< attribute name = "Inf" > <![CDATA[ 45 ]]> </ attribute > |
1505 |
</ attributes > |
1506 |
</ point > |
1507 |
< point name = "Chad" y = "1284000" > |
1508 |
< attributes > |
1509 |
< attribute name = "Cd" > <![CDATA[ TCH ]]> </ attribute > |
1510 |
< attribute name = "Cnt" > <![CDATA[ Africa ]]> </ attribute > |
1511 |
< attribute name = "Rg" > <![CDATA[ Middle Africa ]]> </ attribute > |
1512 |
< attribute name = "Pop" > <![CDATA[ 6976845 ]]> </ attribute > |
1513 |
< attribute name = "Pg" > <![CDATA[ 2.68 ]]> </ attribute > |
1514 |
< attribute name = "Im" > <![CDATA[ 120.4 ]]> </ attribute > |
1515 |
< attribute name = "Gdp" > <![CDATA[ 3300 ]]> </ attribute > |
1516 |
< attribute name = "Inf" > <![CDATA[ 41 ]]> </ attribute > |
1517 |
</ attributes > |
1518 |
</ point > |
1519 |
< point name = "Equatorial Guinea" y = "28050" > |
1520 |
< attributes > |
1521 |
< attribute name = "Cd" > <![CDATA[ GQ ]]> </ attribute > |
1522 |
< attribute name = "Cnt" > <![CDATA[ Africa ]]> </ attribute > |
1523 |
< attribute name = "Rg" > <![CDATA[ Middle Africa ]]> </ attribute > |
1524 |
< attribute name = "Pop" > <![CDATA[ 431282 ]]> </ attribute > |
1525 |
< attribute name = "Pg" > <![CDATA[ 2.58 ]]> </ attribute > |
1526 |
< attribute name = "Im" > <![CDATA[ 98 ]]> </ attribute > |
1527 |
< attribute name = "Gdp" > <![CDATA[ 325 ]]> </ attribute > |
1528 |
< attribute name = "Inf" > <![CDATA[ 41 ]]> </ attribute > |
1529 |
</ attributes > |
1530 |
</ point > |
1531 |
< point name = "Gabon" y = "267670" > |
1532 |
< attributes > |
1533 |
< attribute name = "Cd" > <![CDATA[ G ]]> </ attribute > |
1534 |
< attribute name = "Cnt" > <![CDATA[ Africa ]]> </ attribute > |
1535 |
< attribute name = "Rg" > <![CDATA[ Middle Africa ]]> </ attribute > |
1536 |
< attribute name = "Pop" > <![CDATA[ 1172798 ]]> </ attribute > |
1537 |
< attribute name = "Pg" > <![CDATA[ 1.47 ]]> </ attribute > |
1538 |
< attribute name = "Im" > <![CDATA[ 90.1 ]]> </ attribute > |
1539 |
< attribute name = "Gdp" > <![CDATA[ 6000 ]]> </ attribute > |
1540 |
< attribute name = "Inf" > <![CDATA[ 15 ]]> </ attribute > |
1541 |
</ attributes > |
1542 |
</ point > |
1543 |
< point name = "Cape Verde" y = "4030" > |
1544 |
< attributes > |
1545 |
< attribute name = "Cd" > <![CDATA[ CV ]]> </ attribute > |
1546 |
< attribute name = "Cnt" > <![CDATA[ Africa ]]> </ attribute > |
1547 |
< attribute name = "Rg" > <![CDATA[ Western Africa ]]> </ attribute > |
1548 |
< attribute name = "Pop" > <![CDATA[ 449066 ]]> </ attribute > |
1549 |
< attribute name = "Pg" > <![CDATA[ 2.93 ]]> </ attribute > |
1550 |
< attribute name = "Im" > <![CDATA[ 54.3 ]]> </ attribute > |
1551 |
< attribute name = "Gdp" > <![CDATA[ 440 ]]> </ attribute > |
1552 |
< attribute name = "Inf" > <![CDATA[ 5 ]]> </ attribute > |
1553 |
</ attributes > |
1554 |
</ point > |
1555 |
< point name = "Sudan" y = "2505810" > |
1556 |
< attributes > |
1557 |
< attribute name = "Cd" > <![CDATA[ SUD ]]> </ attribute > |
1558 |
< attribute name = "Cnt" > <![CDATA[ Africa ]]> </ attribute > |
1559 |
< attribute name = "Rg" > <![CDATA[ Northern Africa ]]> </ attribute > |
1560 |
< attribute name = "Pop" > <![CDATA[ 31547543 ]]> </ attribute > |
1561 |
< attribute name = "Pg" > <![CDATA[ 3.48 ]]> </ attribute > |
1562 |
< attribute name = "Im" > <![CDATA[ 76 ]]> </ attribute > |
1563 |
< attribute name = "Gdp" > <![CDATA[ 25000 ]]> </ attribute > |
1564 |
< attribute name = "Inf" > <![CDATA[ 66 ]]> </ attribute > |
1565 |
</ attributes > |
1566 |
</ point > |
1567 |
< point name = "Comoros" y = "2170" > |
1568 |
< attributes > |
1569 |
< attribute name = "Cd" > <![CDATA[ COM ]]> </ attribute > |
1570 |
< attribute name = "Cnt" > <![CDATA[ Africa ]]> </ attribute > |
1571 |
< attribute name = "Rg" > <![CDATA[ Eastern Africa ]]> </ attribute > |
1572 |
< attribute name = "Pop" > <![CDATA[ 569237 ]]> </ attribute > |
1573 |
< attribute name = "Pg" > <![CDATA[ 3.55 ]]> </ attribute > |
1574 |
< attribute name = "Im" > <![CDATA[ 75.3 ]]> </ attribute > |
1575 |
< attribute name = "Gdp" > <![CDATA[ 370 ]]> </ attribute > |
1576 |
< attribute name = "Inf" > <![CDATA[ 15 ]]> </ attribute > |
1577 |
</ attributes > |
1578 |
</ point > |
1579 |
< point name = "Guinea" y = "245860" > |
1580 |
< attributes > |
1581 |
< attribute name = "Cd" > <![CDATA[ RG ]]> </ attribute > |
1582 |
< attribute name = "Cnt" > <![CDATA[ Africa ]]> </ attribute > |
1583 |
< attribute name = "Rg" > <![CDATA[ Western Africa ]]> </ attribute > |
1584 |
< attribute name = "Pop" > <![CDATA[ 7411981 ]]> </ attribute > |
1585 |
< attribute name = "Pg" > <![CDATA[ 1.85 ]]> </ attribute > |
1586 |
< attribute name = "Im" > <![CDATA[ 134.1 ]]> </ attribute > |
1587 |
< attribute name = "Gdp" > <![CDATA[ 6500 ]]> </ attribute > |
1588 |
< attribute name = "Inf" > <![CDATA[ 4.1 ]]> </ attribute > |
1589 |
</ attributes > |
1590 |
</ point > |
1591 |
< point name = "Liberia" y = "111370" > |
1592 |
< attributes > |
1593 |
< attribute name = "Cd" > <![CDATA[ LB ]]> </ attribute > |
1594 |
< attribute name = "Cnt" > <![CDATA[ Africa ]]> </ attribute > |
1595 |
< attribute name = "Rg" > <![CDATA[ Western Africa ]]> </ attribute > |
1596 |
< attribute name = "Pop" > <![CDATA[ 2109789 ]]> </ attribute > |
1597 |
< attribute name = "Pg" > <![CDATA[ 2.13 ]]> </ attribute > |
1598 |
< attribute name = "Im" > <![CDATA[ 108.1 ]]> </ attribute > |
1599 |
< attribute name = "Gdp" > <![CDATA[ 2300 ]]> </ attribute > |
1600 |
< attribute name = "Inf" > <![CDATA[ 50 ]]> </ attribute > |
1601 |
</ attributes > |
1602 |
</ point > |
1603 |
< point name = "Djibouti" y = "22000" > |
1604 |
< attributes > |
1605 |
< attribute name = "Cd" > <![CDATA[ DJI ]]> </ attribute > |
1606 |
< attribute name = "Cnt" > <![CDATA[ Africa ]]> </ attribute > |
1607 |
< attribute name = "Rg" > <![CDATA[ Eastern Africa ]]> </ attribute > |
1608 |
< attribute name = "Pop" > <![CDATA[ 427642 ]]> </ attribute > |
1609 |
< attribute name = "Pg" > <![CDATA[ 1.5 ]]> </ attribute > |
1610 |
< attribute name = "Im" > <![CDATA[ 106.7 ]]> </ attribute > |
1611 |
< attribute name = "Gdp" > <![CDATA[ 500 ]]> </ attribute > |
1612 |
< attribute name = "Inf" > <![CDATA[ 6 ]]> </ attribute > |
1613 |
</ attributes > |
1614 |
</ point > |
1615 |
< point name = "Eritrea" y = "121320" > |
1616 |
< attributes > |
1617 |
< attribute name = "Cd" > <![CDATA[ ER ]]> </ attribute > |
1618 |
< attribute name = "Cnt" > <![CDATA[ Africa ]]> </ attribute > |
1619 |
< attribute name = "Rg" > <![CDATA[ Eastern Africa ]]> </ attribute > |
1620 |
< attribute name = "Pop" > <![CDATA[ 3427883 ]]> </ attribute > |
1621 |
< attribute name = "Pg" > <![CDATA[ 2.79 ]]> </ attribute > |
1622 |
< attribute name = "Im" > <![CDATA[ 118.9 ]]> </ attribute > |
1623 |
< attribute name = "Gdp" > <![CDATA[ 2000 ]]> </ attribute > |
1624 |
< attribute name = "Inf" > <![CDATA[ 10 ]]> </ attribute > |
1625 |
</ attributes > |
1626 |
</ point > |
1627 |
< point name = "Ethiopia" y = "1127127" > |
1628 |
< attributes > |
1629 |
< attribute name = "Cd" > <![CDATA[ ETH ]]> </ attribute > |
1630 |
< attribute name = "Cnt" > <![CDATA[ Africa ]]> </ attribute > |
1631 |
< attribute name = "Rg" > <![CDATA[ Eastern Africa ]]> </ attribute > |
1632 |
< attribute name = "Pop" > <![CDATA[ 57171662 ]]> </ attribute > |
1633 |
< attribute name = "Pg" > <![CDATA[ 2.72 ]]> </ attribute > |
1634 |
< attribute name = "Im" > <![CDATA[ 122.8 ]]> </ attribute > |
1635 |
< attribute name = "Gdp" > <![CDATA[ 24200 ]]> </ attribute > |
1636 |
< attribute name = "Inf" > <![CDATA[ 10 ]]> </ attribute > |
1637 |
</ attributes > |
1638 |
</ point > |
1639 |
< point name = "Kenya" y = "582650" > |
1640 |
< attributes > |
1641 |
< attribute name = "Cd" > <![CDATA[ EAK ]]> </ attribute > |
1642 |
< attribute name = "Cnt" > <![CDATA[ Africa ]]> </ attribute > |
1643 |
< attribute name = "Rg" > <![CDATA[ Eastern Africa ]]> </ attribute > |
1644 |
< attribute name = "Pop" > <![CDATA[ 28176686 ]]> </ attribute > |
1645 |
< attribute name = "Pg" > <![CDATA[ 2.27 ]]> </ attribute > |
1646 |
< attribute name = "Im" > <![CDATA[ 55.3 ]]> </ attribute > |
1647 |
< attribute name = "Gdp" > <![CDATA[ 36800 ]]> </ attribute > |
1648 |
< attribute name = "Inf" > <![CDATA[ 1.7 ]]> </ attribute > |
1649 |
</ attributes > |
1650 |
</ point > |
1651 |
< point name = "Senegal" y = "196190" > |
1652 |
< attributes > |
1653 |
< attribute name = "Cd" > <![CDATA[ SN ]]> </ attribute > |
1654 |
< attribute name = "Cnt" > <![CDATA[ Africa ]]> </ attribute > |
1655 |
< attribute name = "Rg" > <![CDATA[ Western Africa ]]> </ attribute > |
1656 |
< attribute name = "Pop" > <![CDATA[ 9092749 ]]> </ attribute > |
1657 |
< attribute name = "Pg" > <![CDATA[ 3.37 ]]> </ attribute > |
1658 |
< attribute name = "Im" > <![CDATA[ 64 ]]> </ attribute > |
1659 |
< attribute name = "Gdp" > <![CDATA[ 14500 ]]> </ attribute > |
1660 |
< attribute name = "Inf" > <![CDATA[ 6.1 ]]> </ attribute > |
1661 |
</ attributes > |
1662 |
</ point > |
1663 |
< point name = "Guinea-Bissau" y = "36120" > |
1664 |
< attributes > |
1665 |
< attribute name = "Cd" > <![CDATA[ GNB ]]> </ attribute > |
1666 |
< attribute name = "Cnt" > <![CDATA[ Africa ]]> </ attribute > |
1667 |
< attribute name = "Rg" > <![CDATA[ Western Africa ]]> </ attribute > |
1668 |
< attribute name = "Pop" > <![CDATA[ 1151330 ]]> </ attribute > |
1669 |
< attribute name = "Pg" > <![CDATA[ 2.35 ]]> </ attribute > |
1670 |
< attribute name = "Im" > <![CDATA[ 115.8 ]]> </ attribute > |
1671 |
< attribute name = "Gdp" > <![CDATA[ 1000 ]]> </ attribute > |
1672 |
< attribute name = "Inf" > <![CDATA[ 15 ]]> </ attribute > |
1673 |
</ attributes > |
1674 |
</ point > |
1675 |
< point name = "Sierra Leone" y = "71740" > |
1676 |
< attributes > |
1677 |
< attribute name = "Cd" > <![CDATA[ WAL ]]> </ attribute > |
1678 |
< attribute name = "Cnt" > <![CDATA[ Africa ]]> </ attribute > |
1679 |
< attribute name = "Rg" > <![CDATA[ Western Africa ]]> </ attribute > |
1680 |
< attribute name = "Pop" > <![CDATA[ 4793121 ]]> </ attribute > |
1681 |
< attribute name = "Pg" > <![CDATA[ 4.14 ]]> </ attribute > |
1682 |
< attribute name = "Im" > <![CDATA[ 135.6 ]]> </ attribute > |
1683 |
< attribute name = "Gdp" > <![CDATA[ 4400 ]]> </ attribute > |
1684 |
< attribute name = "Inf" > <![CDATA[ 24 ]]> </ attribute > |
1685 |
</ attributes > |
1686 |
</ point > |
1687 |
< point name = "Uganda" y = "236040" > |
1688 |
< attributes > |
1689 |
< attribute name = "Cd" > <![CDATA[ EAU ]]> </ attribute > |
1690 |
< attribute name = "Cnt" > <![CDATA[ Africa ]]> </ attribute > |
1691 |
< attribute name = "Rg" > <![CDATA[ Eastern Africa ]]> </ attribute > |
1692 |
< attribute name = "Pop" > <![CDATA[ 20158176 ]]> </ attribute > |
1693 |
< attribute name = "Pg" > <![CDATA[ 2.24 ]]> </ attribute > |
1694 |
< attribute name = "Im" > <![CDATA[ 99.4 ]]> </ attribute > |
1695 |
< attribute name = "Gdp" > <![CDATA[ 16800 ]]> </ attribute > |
1696 |
< attribute name = "Inf" > <![CDATA[ 6.1 ]]> </ attribute > |
1697 |
</ attributes > |
1698 |
</ point > |
1699 |
< point name = "Lesotho" y = "30350" > |
1700 |
< attributes > |
1701 |
< attribute name = "Cd" > <![CDATA[ LS ]]> </ attribute > |
1702 |
< attribute name = "Cnt" > <![CDATA[ Africa ]]> </ attribute > |
1703 |
< attribute name = "Rg" > <![CDATA[ Southern Africa ]]> </ attribute > |
1704 |
< attribute name = "Pop" > <![CDATA[ 1970781 ]]> </ attribute > |
1705 |
< attribute name = "Pg" > <![CDATA[ 1.9 ]]> </ attribute > |
1706 |
< attribute name = "Im" > <![CDATA[ 81.6 ]]> </ attribute > |
1707 |
< attribute name = "Gdp" > <![CDATA[ 2800 ]]> </ attribute > |
1708 |
< attribute name = "Inf" > <![CDATA[ 9.5 ]]> </ attribute > |
1709 |
</ attributes > |
1710 |
</ point > |
1711 |
< point name = "Madagascar" y = "587040" > |
1712 |
< attributes > |
1713 |
< attribute name = "Cd" > <![CDATA[ RM ]]> </ attribute > |
1714 |
< attribute name = "Cnt" > <![CDATA[ Africa ]]> </ attribute > |
1715 |
< attribute name = "Rg" > <![CDATA[ Eastern Africa ]]> </ attribute > |
1716 |
< attribute name = "Pop" > <![CDATA[ 13670507 ]]> </ attribute > |
1717 |
< attribute name = "Pg" > <![CDATA[ 2.83 ]]> </ attribute > |
1718 |
< attribute name = "Im" > <![CDATA[ 93.5 ]]> </ attribute > |
1719 |
< attribute name = "Gdp" > <![CDATA[ 11400 ]]> </ attribute > |
1720 |
< attribute name = "Inf" > <![CDATA[ 35 ]]> </ attribute > |
1721 |
</ attributes > |
1722 |
</ point > |
1723 |
< point name = "Malawi" y = "118480" > |
1724 |
< attributes > |
1725 |
< attribute name = "Cd" > <![CDATA[ MW ]]> </ attribute > |
1726 |
< attribute name = "Cnt" > <![CDATA[ Africa ]]> </ attribute > |
1727 |
< attribute name = "Rg" > <![CDATA[ Eastern Africa ]]> </ attribute > |
1728 |
< attribute name = "Pop" > <![CDATA[ 9452844 ]]> </ attribute > |
1729 |
< attribute name = "Pg" > <![CDATA[ 1.71 ]]> </ attribute > |
1730 |
< attribute name = "Im" > <![CDATA[ 139.9 ]]> </ attribute > |
1731 |
< attribute name = "Gdp" > <![CDATA[ 6900 ]]> </ attribute > |
1732 |
< attribute name = "Inf" > <![CDATA[ 83.3 ]]> </ attribute > |
1733 |
</ attributes > |
1734 |
</ point > |
1735 |
< point name = "Mozambique" y = "801590" > |
1736 |
< attributes > |
1737 |
< attribute name = "Cd" > <![CDATA[ MOC ]]> </ attribute > |
1738 |
< attribute name = "Cnt" > <![CDATA[ Africa ]]> </ attribute > |
1739 |
< attribute name = "Rg" > <![CDATA[ Eastern Africa ]]> </ attribute > |
1740 |
< attribute name = "Pop" > <![CDATA[ 17877927 ]]> </ attribute > |
1741 |
< attribute name = "Pg" > <![CDATA[ 2.65 ]]> </ attribute > |
1742 |
< attribute name = "Im" > <![CDATA[ 125.6 ]]> </ attribute > |
1743 |
< attribute name = "Gdp" > <![CDATA[ 12200 ]]> </ attribute > |
1744 |
< attribute name = "Inf" > <![CDATA[ 50 ]]> </ attribute > |
1745 |
</ attributes > |
1746 |
</ point > |
1747 |
< point name = "Mauritius" y = "1860" > |
1748 |
< attributes > |
1749 |
< attribute name = "Cd" > <![CDATA[ MS ]]> </ attribute > |
1750 |
< attribute name = "Cnt" > <![CDATA[ Africa ]]> </ attribute > |
1751 |
< attribute name = "Rg" > <![CDATA[ Eastern Africa ]]> </ attribute > |
1752 |
< attribute name = "Pop" > <![CDATA[ 1140256 ]]> </ attribute > |
1753 |
< attribute name = "Pg" > <![CDATA[ 1.23 ]]> </ attribute > |
1754 |
< attribute name = "Im" > <![CDATA[ 17.2 ]]> </ attribute > |
1755 |
< attribute name = "Gdp" > <![CDATA[ 10900 ]]> </ attribute > |
1756 |
< attribute name = "Inf" > <![CDATA[ 9.4 ]]> </ attribute > |
1757 |
</ attributes > |
1758 |
</ point > |
1759 |
< point name = "Mayotte" y = "375" > |
1760 |
< attributes > |
1761 |
< attribute name = "Cd" > <![CDATA[ cid-cia-Mayotte ]]> </ attribute > |
1762 |
< attribute name = "Cnt" > <![CDATA[ Africa ]]> </ attribute > |
1763 |
< attribute name = "Rg" > <![CDATA[ Eastern Africa ]]> </ attribute > |
1764 |
< attribute name = "Pop" > <![CDATA[ 100838 ]]> </ attribute > |
1765 |
< attribute name = "Pg" > <![CDATA[ 3.78 ]]> </ attribute > |
1766 |
< attribute name = "Im" > <![CDATA[ 75.3 ]]> </ attribute > |
1767 |
&nb |