travel concept
authorRob <robin@robinkrens.nl>
Wed, 7 Nov 2018 08:21:40 +0000 (16:21 +0800)
committerRob <robin@robinkrens.nl>
Wed, 7 Nov 2018 08:21:40 +0000 (16:21 +0800)
18 files changed:
travel/about.php [new file with mode: 0644]
travel/highlightasia.js [new file with mode: 0644]
travel/images/Image1.jpg [new file with mode: 0644]
travel/images/butterfliesdissapear.jpg [new file with mode: 0644]
travel/images/nongkhai.jpg [new file with mode: 0644]
travel/images/phimai.jpg [new file with mode: 0644]
travel/images/phrawihan.jpg [new file with mode: 0644]
travel/images/spoiled-kids.jpg [new file with mode: 0644]
travel/images/thaimassage.jpg [new file with mode: 0644]
travel/index.php [new file with mode: 0644]
travel/jquery-jvectormap-th-mill-en.js [new file with mode: 0644]
travel/jquery.js [new file with mode: 0644]
travel/jvectormap-world.js [new file with mode: 0644]
travel/jvectormap.js [new file with mode: 0644]
travel/menu.inc [new file with mode: 0644]
travel/thailand.html [new file with mode: 0644]
travel/thailand.php [new file with mode: 0644]
travel/travel.css [new file with mode: 0644]

diff --git a/travel/about.php b/travel/about.php
new file mode 100644 (file)
index 0000000..181369e
--- /dev/null
@@ -0,0 +1,23 @@
+<!DOCTYPE html>
+<html>
+<head>
+  <title>Rob's Travel</title>
+  <link rel="stylesheet" href="travel.css" type="text/css" media="screen"/>
+  <link href='http://fonts.googleapis.com/css?family=Oswald:400,300' rel='stylesheet' type='text/css' />
+  <link href='http://fonts.googleapis.com/css?family=Abel|Satisfy' rel='stylesheet' type='text/css' />
+
+</head>
+<body>
+<div id="header">
+<?php include("./menu.inc"); ?>
+</div>
+
+<div id="container">
+
+
+<h1>About</h1>
+<p>Yes. Travel.</p>
+</div>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/travel/highlightasia.js b/travel/highlightasia.js
new file mode 100644 (file)
index 0000000..b907d0e
--- /dev/null
@@ -0,0 +1,51 @@
+    $(function(){
+
+
+      $('#world-map').vectorMap({
+       backgroundColor: 'white',
+       regionStyle: {
+               initial: {
+                       fill: '#DDDDDD',
+                       "fill-opacity": 1,
+                       stroke: 'black',
+                       "stroke-width": 0.0,
+                       "stroke-opacity": 1
+                },
+               hover: {
+                       "fill-opacity": 0.8
+                       },
+               selected: {
+                       fill: '#99FF00'
+                       },
+               selectedHover: {}
+       },
+       selectedRegions: ["TH", "MY", "KH", "LA", "VN", "MM"
+                        ],
+       markerStyle: {
+               initial: {
+                       fill: '#FFFFFF',
+                       stroke: '#000000',
+                       r: 7,
+                       },
+               hover: {
+                       fill: "orange",
+                       stroke: 'black',
+                       "stroke-width": 1
+                         },
+               selected: {fill: '#FFFFFF',
+                       stroke: '#000000'}
+       },
+       focusOn: {
+               x: 0.75,
+               y: 0.6,
+               scale: 3,
+       },
+       onRegionClick: function (event, code) {
+       
+       if (code === 'TH') {
+            window.location = 'thailand.php';
+        }
+}
+
+});
+ });
\ No newline at end of file
diff --git a/travel/images/Image1.jpg b/travel/images/Image1.jpg
new file mode 100644 (file)
index 0000000..5fd03c3
Binary files /dev/null and b/travel/images/Image1.jpg differ
diff --git a/travel/images/butterfliesdissapear.jpg b/travel/images/butterfliesdissapear.jpg
new file mode 100644 (file)
index 0000000..bedefe5
Binary files /dev/null and b/travel/images/butterfliesdissapear.jpg differ
diff --git a/travel/images/nongkhai.jpg b/travel/images/nongkhai.jpg
new file mode 100644 (file)
index 0000000..639dd84
Binary files /dev/null and b/travel/images/nongkhai.jpg differ
diff --git a/travel/images/phimai.jpg b/travel/images/phimai.jpg
new file mode 100644 (file)
index 0000000..dd463ca
Binary files /dev/null and b/travel/images/phimai.jpg differ
diff --git a/travel/images/phrawihan.jpg b/travel/images/phrawihan.jpg
new file mode 100644 (file)
index 0000000..4e39cb0
Binary files /dev/null and b/travel/images/phrawihan.jpg differ
diff --git a/travel/images/spoiled-kids.jpg b/travel/images/spoiled-kids.jpg
new file mode 100644 (file)
index 0000000..ab5e7c4
Binary files /dev/null and b/travel/images/spoiled-kids.jpg differ
diff --git a/travel/images/thaimassage.jpg b/travel/images/thaimassage.jpg
new file mode 100644 (file)
index 0000000..f1dc33b
Binary files /dev/null and b/travel/images/thaimassage.jpg differ
diff --git a/travel/index.php b/travel/index.php
new file mode 100644 (file)
index 0000000..b6fc508
--- /dev/null
@@ -0,0 +1,32 @@
+<!DOCTYPE html>
+<html>
+<head>
+  <title>Rob's Travel</title>
+  <link rel="stylesheet" href="travel.css" type="text/css" media="screen"/>
+  <link href='http://fonts.googleapis.com/css?family=Oswald:400,300' rel='stylesheet' type='text/css' />
+  <link href='http://fonts.googleapis.com/css?family=Abel|Satisfy' rel='stylesheet' type='text/css' />
+  <script src="jquery.js"></script>
+  <script src="jvectormap.js"></script>
+  <script src="jvectormap-world.js"></script>
+  <script src="highlightasia.js"></script>
+
+</head>
+<body>
+<div id="header">
+<?php include("./menu.inc"); ?>
+</div>
+
+<div id="container">
+
+<div id="world-map" style="text-align: center; width: 400px; height: 400px"></div>
+</div>
+
+<div id="main">
+
+<h1>Destination Asia</h1>
+<p>Don't read travel guides, don't read travel stories, don't listen to travel advice.
+And definitely don't read this! Just go travel!</p>
+</div>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/travel/jquery-jvectormap-th-mill-en.js b/travel/jquery-jvectormap-th-mill-en.js
new file mode 100644 (file)
index 0000000..78a0d67
--- /dev/null
@@ -0,0 +1 @@
+$.fn.vectorMap('addMap', 'th_mill_en',{"insets": [{"width": 900.0, "top": 0, "height": 1636.683877232386, "bbox": [{"y": -2308687.245142453, "x": 10842593.562843978}, {"y": -627707.0178170179, "x": 11766951.788423348}], "left": 0}], "paths": {"TH-57": {"path": "M211.12,106.77l2.52,-2.93l0.56,-2.18l-1.59,-1.98l-1.26,-3.81l-2.03,-0.65l-0.77,-1.09l-0.96,-2.75l0.09,-1.39l1.78,-2.04l2.7,-1.63l1.38,-2.07l3.0,-0.77l1.46,-2.41l1.04,-4.75l1.61,-3.12l0.91,-0.81l2.18,-0.46l0.65,-0.57l-0.62,-3.34l-2.32,-2.27l-0.46,-2.95l2.15,-2.54l1.49,-4.93l2.91,-1.83l3.23,0.6l2.39,-0.32l2.34,1.15l1.26,3.61l2.16,1.64l1.1,-1.0l2.83,-6.04l0.1,-4.75l-1.09,-0.69l-3.06,-0.5l-4.91,-4.05l-0.08,-1.72l3.2,-1.2l2.29,-1.6l0.99,-1.2l0.09,-1.23l-3.73,-1.54l-2.18,-1.63l1.11,-1.98l0.55,-3.09l-0.83,-1.92l-3.46,-3.68l-1.21,-6.46l-0.95,-2.18l-4.02,-4.19l-0.74,-1.45l1.53,-0.54l6.69,4.13l8.33,2.71l4.18,-0.12l2.5,1.46l1.35,0.29l2.18,-0.39l3.99,-1.67l6.51,-0.37l2.03,-0.66l2.06,-1.87l2.43,-5.92l1.15,-1.64l1.84,-1.19l2.34,-0.77l6.38,-1.09l1.31,0.85l1.26,2.99l2.34,2.54l4.19,0.84l1.3,0.79l2.16,3.31l4.55,2.85l-0.19,3.8l0.69,2.37l1.49,1.76l2.08,1.11l2.12,0.04l2.04,-2.04l-0.05,-4.22l1.12,-0.93l3.31,-1.26l1.34,-4.17l2.03,-2.58l3.14,-2.07l3.76,-0.85l3.89,1.04l2.05,2.24l6.19,13.36l2.81,3.68l1.59,3.19l2.62,1.33l1.23,1.6l3.65,1.74l1.12,-0.44l0.61,-1.3l0.3,6.22l-0.76,4.44l-5.49,15.17l-0.94,5.74l-0.97,1.6l-3.91,2.09l-1.99,4.19l-3.97,5.2l-0.53,2.42l1.02,2.24l-5.38,5.84l-4.8,1.04l-3.03,2.7l-4.9,0.19l-3.99,2.62l-2.0,4.18l0.15,2.6l-1.43,1.93l0.15,1.72l-1.76,2.21l-0.11,2.85l-5.44,2.53l-0.64,2.48l-3.52,-0.95l-3.33,0.52l-1.53,0.64l-4.79,4.33l-1.81,0.51l-2.74,-1.4l-0.04,-2.43l1.18,-4.62l-0.37,-1.44l-1.24,-1.11l-17.96,2.97l-4.38,2.68l-1.6,0.2l-0.38,-1.97l-1.28,-1.47l-1.94,-0.89l-1.43,-3.59l-1.86,-0.88l-1.71,0.74l-2.86,3.97l-0.04,2.18l-1.67,3.07l-0.16,3.23l1.37,3.23l-0.27,7.5l-2.74,6.22l-1.38,9.31l0.56,0.97l1.62,0.37l0.03,2.12l-1.75,2.49l-1.34,3.64l-2.95,0.26l-1.64,0.72l-5.37,6.13l-1.42,0.85l-2.58,0.31l-1.64,-6.15l-5.94,-6.93l-2.02,-6.77l0.96,-5.35l1.96,-2.16l0.49,-3.3l-2.05,-7.06l-0.09,-0.82l1.1,-2.75l-2.27,-7.18l0.24,-3.49l-0.51,-1.6l-1.58,-2.28Z", "name": "Chiang Rai"}, "TH-56": {"path": "M329.48,81.92l1.51,2.3l0.61,5.34l0.66,2.03l3.99,5.62l0.78,5.49l3.33,2.6l3.21,1.39l3.24,0.92l1.88,-0.12l0.87,-1.09l1.27,1.98l0.09,0.66l-2.58,1.5l-2.22,4.41l-3.42,2.87l-0.16,3.02l0.71,1.76l1.92,2.02l2.16,0.51l1.72,-1.12l1.31,1.52l2.14,0.48l0.33,1.25l-1.41,7.55l1.7,4.44l-0.04,3.24l1.01,4.05l1.22,1.52l-2.78,2.59l-3.38,1.03l-1.19,0.82l-1.25,3.5l2.14,3.32l-1.58,-0.06l-4.79,-2.56l-2.55,-0.14l-1.11,0.38l-1.1,1.95l-0.96,4.09l0.59,0.85l3.39,0.47l0.44,0.66l-0.08,1.18l-3.53,2.61l-3.57,0.19l-1.49,0.81l-6.48,10.82l-0.84,2.65l-11.71,-0.84l-3.92,0.51l-4.6,-1.41l-3.29,1.05l-1.34,1.02l-2.32,-1.21l-2.07,0.13l-0.61,-1.19l0.24,-2.41l-1.43,-2.59l-1.69,-1.52l-8.77,-5.38l-2.53,-4.58l-6.59,-1.96l-1.87,0.21l-2.19,-0.57l-0.11,-2.29l-2.04,-3.25l-3.67,-1.1l-0.82,-0.65l-1.81,-5.52l-3.09,-5.08l-2.85,-7.58l-0.74,-7.16l0.87,-3.31l-1.34,-3.32l0.01,-2.34l-1.01,-3.57l-0.14,-2.43l1.85,-0.26l4.21,-2.63l17.5,-2.99l0.83,0.75l0.26,1.47l-1.17,4.03l0.07,2.84l2.61,1.76l1.55,0.17l1.54,-0.62l4.91,-4.41l1.26,-0.5l3.05,-0.49l2.63,0.98l1.27,-0.09l0.63,-0.87l0.19,-1.74l5.62,-2.75l0.17,-2.98l1.76,-2.22l-0.14,-1.76l1.45,-2.05l-0.18,-2.46l1.8,-3.85l3.72,-2.44l4.8,-0.15l3.15,-2.74l4.86,-1.06l5.51,-5.92Z", "name": "Phayao"}, "TH-55": {"path": "M353.19,102.39l2.64,-0.13l8.71,3.3l4.19,3.39l6.45,-6.21l4.4,-5.18l1.34,-2.3l1.26,-1.0l13.66,0.27l2.26,0.84l4.8,2.91l3.11,1.14l3.14,0.24l3.16,-0.38l2.62,-0.72l3.28,-1.64l3.04,1.19l0.77,0.8l0.87,2.45l0.22,2.65l-0.53,3.07l-1.34,2.29l-2.45,0.67l-2.6,1.71l-1.66,4.1l-0.58,4.73l0.82,3.59l2.63,0.95l0.77,1.07l-0.18,1.93l2.19,9.35l-0.33,6.59l0.25,2.65l0.75,1.86l8.92,8.81l0.83,3.0l-4.53,4.35l-1.8,5.28l-3.65,4.59l-0.98,2.26l0.4,8.88l-2.44,7.5l0.67,2.21l2.49,2.45l0.5,1.56l-0.52,1.52l-4.28,4.54l-2.74,1.12l-0.89,0.83l-0.67,4.9l-1.34,1.29l-7.46,4.39l-1.03,3.33l-3.1,3.14l-0.67,2.43l0.79,2.28l3.83,4.18l-7.27,6.03l-4.11,2.61l-5.2,4.75l-1.6,2.74l0.72,1.33l-0.16,1.19l-3.2,2.99l0.04,0.79l1.18,0.83l0.1,0.76l-2.78,2.11l-2.61,5.5l-3.5,2.17l-5.26,4.49l-4.43,-0.36l-3.12,0.29l-1.93,-1.11l-6.25,-0.34l-4.06,-1.3l-3.05,2.36l-3.11,0.21l-0.78,1.16l-3.88,0.37l-2.28,-0.31l-2.24,0.68l-0.98,-0.34l0.19,-1.18l-2.03,-11.33l4.45,-2.07l1.15,-1.6l0.96,-2.52l0.85,-4.58l3.18,-5.54l0.11,-1.37l-0.89,-1.68l0.09,-4.11l2.27,-2.4l2.09,-5.03l0.53,-2.38l-0.07,-2.53l-1.08,-3.07l-3.15,-0.39l-1.72,-1.85l-5.4,-0.18l-2.18,0.85l-0.77,-0.56l-1.0,-6.25l-1.36,-2.12l-0.14,-1.12l0.65,-4.01l1.34,-1.32l0.09,-0.75l-0.99,-0.91l-2.09,-0.42l-1.11,-3.01l0.47,-2.69l2.44,-3.09l0.42,-1.72l-0.54,-0.67l-2.07,-0.75l-0.46,-0.89l-0.14,-2.59l-1.63,-1.03l-0.46,-1.21l1.31,-4.02l6.31,-10.6l1.1,-0.61l3.74,-0.25l3.88,-2.91l0.24,-1.32l-0.52,-1.36l-3.97,-1.12l0.93,-3.6l0.93,-1.66l2.88,-0.03l4.7,2.53l2.28,0.03l0.39,-1.13l-2.13,-3.0l1.13,-2.96l4.34,-1.62l3.09,-2.97l0.09,-0.95l-1.31,-1.14l-0.98,-3.93l0.04,-3.25l-1.68,-4.33l1.4,-7.38l-0.41,-1.76l-0.82,-0.63l-1.6,-0.15l-1.52,-1.62l-1.05,0.12l-0.96,0.97l-1.72,-0.43l-1.59,-1.73l-0.76,-3.02l0.59,-1.38l3.02,-2.36l2.21,-4.39l2.63,-1.56l-0.05,-1.38l-1.55,-2.42l1.06,-1.71l2.12,-1.56Z", "name": "Nan"}, "TH-54": {"path": "M323.82,286.23l-5.07,-6.93l-1.93,-0.1l-2.97,0.67l-1.08,0.61l-1.66,2.59l-2.21,1.9l-7.81,5.67l-6.45,2.33l-2.65,-0.43l-4.82,1.09l-0.61,0.43l-0.65,1.68l-3.64,3.2l-4.28,-2.38l-11.55,0.92l-3.54,1.99l-1.96,2.83l-0.65,1.85l-1.67,1.55l-1.67,-0.91l-1.03,-2.12l-4.79,-5.05l-7.17,-2.5l-5.22,0.97l-2.79,1.58l-8.58,9.93l-0.79,0.44l-2.62,0.07l-3.97,2.65l-2.67,-0.39l-3.96,-5.55l-0.4,-1.48l0.24,-2.16l3.59,-0.6l1.84,0.14l2.1,-1.66l2.43,-3.91l11.8,-13.29l5.1,-3.79l2.6,-2.71l1.12,-3.4l1.35,-0.61l1.42,0.45l1.13,0.99l1.43,-0.01l2.17,-1.92l2.31,-0.93l3.96,-2.54l3.85,-5.09l0.4,-3.35l5.54,-8.3l2.95,-2.32l2.77,-3.74l3.28,-0.72l1.36,-0.87l6.29,-10.55l3.94,-2.52l5.37,-9.69l0.64,-2.21l0.01,-3.45l0.7,-1.35l2.98,-1.32l1.91,0.22l1.11,-1.81l0.47,-2.88l-1.54,-3.05l0.89,-4.44l-1.07,-7.23l2.38,-4.7l0.01,-1.91l-0.94,-1.97l1.17,-0.9l2.89,-0.96l4.59,1.41l3.97,-0.51l11.45,0.83l-0.22,1.93l2.09,1.6l0.1,2.45l0.56,1.13l2.51,1.18l-0.3,1.08l-2.49,3.18l-0.55,3.07l0.59,2.39l0.78,1.2l2.84,0.96l-1.41,1.61l-0.69,4.26l0.17,1.36l1.37,2.13l1.07,6.39l1.42,0.97l2.28,-0.86l4.73,0.03l1.98,1.92l3.02,0.31l0.67,1.75l0.16,3.15l-0.48,2.17l-2.03,4.91l-1.96,1.75l-0.41,0.91l-0.09,4.39l0.95,2.18l-3.31,6.0l-0.87,4.66l-0.92,2.42l-0.91,1.28l-1.57,0.45l-3.18,2.08l2.03,11.58l-0.18,1.01l-3.6,1.6l-2.06,2.08l-0.65,1.41l-0.4,4.59l-2.13,3.61Z", "name": "Phrae"}, "TH-53": {"path": "M277.1,297.38l1.63,0.22l2.33,1.82l1.51,0.26l3.9,-3.37l1.02,-1.94l4.62,-1.03l2.69,0.42l7.51,-2.86l9.34,-7.24l1.88,-2.8l3.37,-0.86l1.83,0.34l4.45,6.39l0.77,0.37l1.39,-1.4l1.37,-2.84l0.43,-4.72l0.51,-1.06l1.82,-1.85l3.49,-1.54l1.52,0.49l2.29,-0.69l2.15,0.32l4.2,-0.38l0.93,-1.27l3.0,-0.16l2.79,-2.29l3.92,1.3l6.14,0.32l2.04,1.13l8.01,-0.01l5.35,-4.56l3.65,-2.32l2.61,-5.51l2.9,-2.33l-0.17,-1.44l-1.17,-0.86l3.18,-3.0l0.31,-1.28l-0.69,-1.71l1.34,-2.14l5.07,-4.6l4.07,-2.58l7.38,-6.13l7.41,3.67l0.89,1.22l-2.69,3.43l-0.19,5.17l1.34,3.31l2.08,1.6l0.31,0.78l-2.29,8.01l0.41,2.25l2.12,5.52l-0.69,1.23l-4.94,3.35l-4.97,8.6l-2.79,2.39l-3.39,1.86l-0.94,1.29l-0.47,2.52l0.33,3.73l-0.48,1.18l-2.17,0.93l-1.13,1.49l1.12,2.12l-1.81,1.65l-0.25,1.11l0.47,3.28l-0.63,2.08l-1.6,1.04l-2.84,0.76l-0.92,-0.25l-1.32,-1.89l-2.18,0.41l-2.57,3.0l-1.56,3.59l-6.09,4.62l-3.21,5.2l-3.02,2.97l-4.66,2.14l-1.81,1.84l-5.57,4.1l-2.97,4.15l-7.8,2.06l-0.55,-0.02l-1.39,-1.62l-4.78,0.07l-10.54,3.78l-1.5,1.44l-2.29,-0.39l-2.28,0.74l-3.48,2.94l-1.77,3.44l1.45,6.89l-0.32,1.15l-5.51,4.52l-1.41,0.49l-1.86,-0.94l-2.49,0.27l-12.54,3.8l-2.62,-1.45l-2.61,1.06l0.11,-4.38l-1.4,-4.87l1.02,-1.88l2.48,-2.13l1.38,-4.03l-0.09,-6.05l-1.4,-1.99l-0.24,-1.21l2.47,-0.91l1.33,-2.44l-1.78,-4.17l-2.43,-2.77l-2.48,-1.78l-1.01,-2.25l-1.5,-0.6l-2.2,-3.22l0.24,-1.23l2.22,-1.33l1.56,-1.91l1.13,-5.38l-0.06,-1.87l-0.89,-3.39l-4.63,-4.67l-0.44,-1.14l0.21,-2.38l-2.29,-2.33Z", "name": "Uttaradit"}, "TH-52": {"path": "M252.93,114.58l0.18,2.91l1.0,3.51l0.0,2.4l1.32,3.19l-0.87,3.24l0.76,7.36l2.9,7.74l3.07,5.05l1.87,5.64l1.17,0.95l3.38,0.89l1.9,3.01l-0.07,1.9l0.46,0.77l1.92,0.63l2.45,-0.14l2.06,0.89l2.86,0.29l1.31,0.59l2.52,4.57l8.84,5.44l1.5,1.34l1.31,2.35l-0.3,1.82l0.47,1.85l0.83,0.49l1.93,-0.17l2.33,1.21l0.98,2.06l-0.03,1.47l-2.24,4.08l-0.19,1.24l1.1,6.77l-0.88,4.54l1.32,2.26l0.13,1.56l-0.84,3.03l-2.02,-0.16l-3.36,1.6l-0.85,1.69l-0.02,3.48l-0.59,2.01l-5.27,9.51l-3.93,2.52l-6.2,10.45l-1.09,0.71l-3.45,0.8l-2.92,3.87l-3.0,2.37l-5.61,8.41l-0.4,3.35l-3.7,4.89l-6.14,3.37l-2.05,1.86l-0.82,0.01l-1.05,-0.95l-1.76,-0.55l-1.91,0.79l-1.17,3.44l-2.53,2.66l-5.17,3.85l-11.84,13.33l-3.38,4.83l-0.79,0.49l-4.86,0.28l-1.22,0.76l-0.21,1.52l0.58,2.7l3.86,5.47l1.07,0.74l2.6,0.12l4.11,-2.71l2.94,-0.17l2.67,-2.73l0.46,1.27l-0.35,4.27l-2.51,3.87l0.19,3.9l-2.59,0.04l-0.97,1.15l-0.25,3.42l1.47,1.14l0.59,2.88l-2.02,1.93l-0.6,5.23l1.29,2.85l1.49,1.06l-0.78,4.28l2.48,2.3l2.09,0.97l0.53,3.53l-2.35,2.98l-0.38,2.28l0.31,2.6l-1.24,1.6l-0.31,1.48l-5.25,2.58l-1.22,-0.58l-1.42,-2.84l-1.8,-2.02l-3.32,-0.8l-4.15,-6.82l-0.83,-3.54l0.23,-3.24l-0.33,-1.0l-0.84,-0.7l-3.59,-0.43l-1.66,0.66l-1.36,1.5l-0.72,2.29l-2.92,2.96l-4.22,-2.32l-2.35,-0.06l-2.0,-1.33l-2.75,-0.37l-2.38,-1.31l-1.27,-1.89l-1.6,-1.2l0.27,-4.26l1.81,-6.51l-0.52,-4.49l-1.74,-4.25l-0.05,-2.03l2.82,0.09l1.68,-1.38l0.88,-6.62l1.96,-2.1l0.29,-3.22l2.41,-2.11l1.86,-2.97l-1.47,-3.84l2.32,-0.89l3.7,0.39l0.44,-1.1l-0.85,-2.4l1.59,-0.21l0.58,-1.0l-0.49,-1.41l-4.19,-4.79l-2.8,-1.15l-0.19,-2.58l-1.8,-1.64l0.11,-4.54l-3.3,-6.88l-0.63,-8.86l-1.22,-1.92l-0.2,-2.61l-1.97,-3.08l-1.14,-4.27l0.48,-0.79l3.28,-1.66l1.64,0.05l1.75,-0.71l2.12,0.23l1.62,-3.51l3.23,-2.05l1.76,-3.7l0.15,-1.64l6.25,-9.09l1.61,-3.1l2.66,-1.48l3.8,-0.11l1.6,-1.13l0.48,-3.33l1.22,-1.5l0.25,-2.63l1.98,-1.66l0.7,-2.17l-0.27,-1.96l-3.01,-1.43l0.62,-1.66l1.29,-1.6l-0.99,-2.34l0.31,-1.81l1.45,-4.18l1.61,-2.13l0.31,-1.53l-0.18,-2.58l-1.03,-2.32l-0.82,-5.04l-0.82,-0.58l-1.43,0.27l-0.17,-0.55l1.75,-2.26l2.63,-1.27l0.75,-1.08l0.83,-4.64l-0.81,-3.5l0.44,-0.77l2.37,-1.5l4.1,-0.9l6.49,-6.93l4.12,-0.69l1.49,-3.88l1.56,-2.02l0.36,-1.83l-0.24,-1.49l-2.07,-0.92l1.36,-9.16l2.76,-6.32l0.27,-7.63l-1.38,-3.34l0.16,-2.93l1.64,-2.96l0.01,-2.1l2.71,-3.74l1.12,-0.49l1.29,0.64l1.4,3.55l2.14,1.06l1.02,1.21l0.34,2.02Z", "name": "Lampang"}, "TH-51": {"path": "M212.51,215.84l-0.35,2.91l-0.77,0.64l-4.17,0.29l-3.06,1.73l-1.68,3.2l-6.31,9.2l-0.18,1.72l-1.67,3.5l-3.16,1.95l-1.55,3.43l-1.71,-0.42l-1.76,0.71l-1.8,-0.0l-3.46,1.75l-0.81,1.32l1.19,4.69l1.97,3.09l0.17,2.52l1.22,1.94l0.62,8.81l3.3,6.9l-0.08,4.64l1.83,1.71l0.04,2.15l0.43,0.8l2.46,0.82l4.52,5.2l-0.04,0.9l-1.51,0.13l-0.44,0.5l0.78,3.05l-4.26,-0.35l-2.13,1.27l-0.04,1.16l1.47,2.77l-1.72,2.7l-2.48,2.2l-0.34,3.34l-1.98,2.14l-0.46,5.03l-0.71,1.95l-1.11,0.56l-2.55,-0.19l-3.46,-2.7l-1.67,-0.76l-3.68,-0.27l-1.97,0.47l-1.5,1.04l-1.11,1.65l-0.44,4.09l-1.47,1.94l-1.13,3.39l-4.52,3.51l-5.25,1.81l-5.2,-0.13l-0.76,-1.55l0.0,-6.84l-1.42,-5.12l0.72,-1.89l-0.75,-1.44l-0.03,-1.34l0.53,-1.13l3.5,-1.13l0.99,-1.45l0.0,-1.52l-0.57,-1.65l-2.92,-4.47l3.64,-0.04l1.61,0.49l7.89,4.11l4.13,-1.28l2.68,-2.38l1.43,-8.74l-2.17,-3.61l-3.83,-12.5l-1.45,-0.82l-2.77,0.3l-0.84,-1.15l-0.51,-2.21l1.54,-8.68l-0.2,-7.25l-0.39,-1.51l-1.42,-1.84l-0.4,-5.55l-0.65,-2.48l-1.21,-1.23l-7.02,-4.0l-3.53,-1.31l2.71,-3.95l-1.6,-3.12l1.81,-3.76l-0.06,-1.46l-0.65,-0.95l1.25,-0.67l6.48,-1.41l6.46,-4.7l9.95,-4.94l4.45,-8.18l1.32,-0.75l3.45,-6.67l1.32,-0.11l1.77,1.63l0.79,0.05l2.82,-2.37l3.63,-0.4l2.82,-2.42l1.0,-0.32l4.02,-0.07l0.19,2.19l2.19,2.65l1.64,0.95l0.67,1.72l0.02,1.54l-1.4,1.33l0.11,1.56l5.1,3.43l3.04,2.67l2.56,1.34Z", "name": "Lamphun"}, "TH-50": {"path": "M122.52,83.8l0.71,-0.07l2.75,2.53l2.25,0.91l1.78,-1.93l5.45,-1.87l2.75,-3.19l1.79,-0.79l9.58,-1.39l2.15,-0.72l6.26,-4.76l4.48,2.39l3.79,4.42l1.82,-0.42l3.84,-2.77l4.28,-1.7l1.58,-1.38l1.43,-2.44l0.9,-2.89l-1.0,-7.07l1.54,-3.11l-0.84,-4.18l1.18,-7.62l2.04,-3.71l3.91,-2.86l4.68,-1.83l4.33,-0.64l2.02,0.19l6.21,2.1l4.19,3.42l2.52,1.18l2.81,-0.44l13.04,-3.99l5.12,-4.52l1.99,-1.11l2.44,1.83l3.35,1.16l-0.47,1.12l-2.52,1.86l-3.18,1.14l-0.61,1.55l0.95,2.27l2.45,1.4l1.53,1.63l4.49,1.35l-0.22,4.17l-2.77,5.83l-0.52,0.53l-1.34,-1.27l-1.35,-3.73l-2.89,-1.43l-2.41,0.36l-3.35,-0.59l-3.38,2.07l-1.6,5.1l-1.35,1.21l-0.9,1.65l0.5,3.29l0.81,1.23l1.53,1.09l0.6,2.68l-2.43,0.63l-1.25,1.12l-1.68,3.27l-1.0,4.65l-1.27,2.16l-1.76,0.09l-1.22,0.67l-1.46,2.14l-3.77,2.53l-1.09,2.33l0.34,1.95l1.25,2.76l0.73,0.65l1.67,0.39l1.16,3.64l1.55,1.88l-0.47,1.54l-2.64,3.3l2.11,4.11l-0.25,3.44l2.26,7.09l-1.09,2.52l0.08,1.13l2.07,7.66l-0.43,2.2l-2.02,2.32l-1.11,4.65l0.14,1.11l1.69,6.25l6.33,7.64l1.59,6.03l-2.29,1.45l-0.69,1.13l0.77,3.74l-1.05,4.96l-3.47,2.0l-1.49,2.7l0.77,0.94l1.81,-0.05l0.17,2.43l1.71,5.49l-0.21,2.86l-1.6,2.12l-1.75,5.47l-0.03,1.1l0.9,2.15l-1.15,1.14l-0.72,1.94l0.55,1.17l2.66,0.92l-0.25,2.56l-2.28,2.3l-0.65,3.38l-0.49,0.4l-1.92,-0.92l-3.6,-3.02l-4.91,-3.22l-0.03,-0.88l1.38,-1.28l0.01,-2.07l-0.81,-2.0l-1.74,-1.05l-2.01,-2.42l0.12,-1.52l-0.46,-0.88l-1.08,-0.42l-3.65,0.29l-1.31,0.46l-2.64,2.32l-3.71,0.44l-2.65,2.31l-2.09,-1.65l-2.07,0.21l-3.64,6.85l-1.35,0.79l-0.8,1.99l-2.85,4.19l-0.62,1.79l-9.84,4.88l-6.4,4.67l-6.37,1.36l-1.82,0.96l0.73,2.7l-1.83,4.09l1.56,3.01l-2.32,2.68l-0.4,1.35l0.21,0.46l3.81,1.45l6.96,3.97l1.21,1.55l0.69,7.2l1.49,2.04l0.3,1.18l0.2,7.15l-1.53,8.93l0.82,3.03l0.61,0.7l1.06,0.28l2.34,-0.35l0.83,0.41l3.77,12.37l2.06,3.04l-1.33,8.82l-1.64,1.63l-4.31,1.45l-3.47,-2.03l-6.07,-2.57l-4.43,0.04l-6.22,2.9l-0.85,1.61l-0.08,2.42l-3.35,2.81l-0.85,1.48l0.6,3.48l1.16,1.84l-0.08,1.78l-1.52,2.39l-3.26,0.59l-2.62,1.26l-2.27,4.8l-0.41,3.22l0.33,2.92l2.63,2.75l0.76,1.49l-0.2,2.94l-1.59,3.67l0.33,0.98l2.03,1.23l0.15,3.18l-0.54,2.26l-6.45,2.19l-3.86,0.19l-5.15,2.27l-1.35,-0.34l-7.61,-5.49l0.4,-4.16l-1.0,-3.86l-1.73,-2.21l2.0,-1.99l0.31,-0.99l-0.58,-1.31l-1.69,-1.09l1.13,-6.89l-0.24,-1.88l-1.91,-5.28l-2.36,-1.02l-2.26,0.36l-0.45,-1.92l0.26,-5.97l0.73,-1.05l2.84,-2.12l0.97,-2.11l-0.22,-0.53l-6.09,-2.47l-1.16,-1.02l-0.06,-0.95l-2.26,-4.39l1.36,-1.1l0.09,-1.99l1.71,-1.52l-0.15,-2.42l-1.48,-1.95l-2.15,-1.42l-5.6,-6.95l-3.66,-2.16l-2.13,-1.97l-1.56,-3.17l-0.39,-2.86l1.16,-3.98l1.12,-1.61l2.05,-1.12l0.42,-1.38l-0.27,-2.05l-2.13,-4.24l0.48,-2.11l-0.18,-4.12l-1.71,-2.84l1.41,-5.03l1.52,-3.46l-0.31,-0.95l-1.37,-1.01l-0.4,-2.36l0.66,-1.07l5.05,-4.39l1.75,-4.44l3.05,0.06l0.99,-0.89l0.37,-1.38l-0.31,-0.68l-2.48,-1.68l-2.91,-1.21l-4.52,-6.01l0.25,-6.46l-1.91,-4.74l1.14,-2.22l-0.18,-7.23l1.3,-5.0l-0.67,-0.91l-1.76,-0.13l-1.58,-5.66l3.09,-6.77l1.26,-5.4l-1.65,-6.11l2.54,-5.48l-0.02,-1.18l-1.44,-3.45l3.13,-2.83l1.11,-4.4l1.16,-0.27l1.38,-1.15l2.39,-0.15l1.59,1.38l2.55,1.03l1.66,1.8l1.31,2.83l2.61,2.1l4.19,5.36l2.13,0.61l3.44,-0.18l3.56,0.53l2.49,1.0l1.47,1.13l1.26,-0.39l1.87,-2.9l5.23,1.25l2.32,-0.0l3.29,-1.42l3.61,-0.51l2.27,-1.43l1.0,-1.5l1.15,-3.9l-0.6,-3.17l-2.81,-4.67l-3.75,-3.91l2.43,-9.05l-0.64,-7.97l-1.39,-3.1l0.84,-2.32l0.02,-3.84l0.84,-4.67l-0.91,-1.93l-2.49,-2.05l-0.21,-3.04l-1.69,-2.01l-1.03,-5.54l-4.14,-2.9l-2.36,-2.28l-1.15,-2.11l-0.2,-3.22Z", "name": "Chiang Mai"}, "TH-93": {"path": "M301.16,1400.52l3.51,0.57l2.28,1.93l1.29,0.48l-5.6,5.36l-0.27,2.33l1.26,9.28l1.96,5.26l1.4,5.89l4.34,3.87l3.82,9.29l2.1,3.59l2.82,2.22l5.06,0.37l1.98,0.64l0.79,1.99l-3.19,3.61l-0.71,2.82l-4.6,1.85l-1.64,2.66l-5.37,0.91l-5.5,1.89l-3.08,0.23l-9.0,4.82l-4.23,4.55l-6.76,-8.85l-2.75,-7.57l0.87,-2.04l-0.56,-3.37l-3.53,-4.47l-0.88,-3.31l-1.9,-1.83l-2.98,-8.98l-0.28,-2.07l-2.83,-3.23l-0.21,-4.04l-3.22,-5.4l0.16,-3.73l2.06,-1.29l0.46,-2.68l-2.73,-3.28l-1.32,-6.38l-4.18,-9.55l0.46,-0.43l4.84,-0.96l2.0,-1.99l15.48,-2.07l4.42,1.89l1.1,1.46l0.58,2.43l3.01,2.81l9.28,2.5Z", "name": "Phatthalung"}, "TH-92": {"path": "M207.21,1416.37l5.67,-4.21l3.12,-5.36l0.02,-1.24l-2.67,-4.61l-0.39,-2.59l-1.87,-2.91l0.11,-0.58l3.85,-3.87l1.21,-2.08l0.41,-1.57l-0.48,-1.85l2.42,1.1l1.56,2.41l2.01,1.89l6.9,0.09l3.76,1.82l1.4,0.08l3.26,-0.86l0.95,-3.05l1.8,-1.66l0.73,-1.71l2.61,-2.01l1.72,-2.85l9.99,-0.45l2.36,-0.52l0.98,0.45l0.91,1.23l-1.79,7.66l0.47,4.39l5.18,11.2l1.33,6.39l2.39,2.61l0.36,0.98l-0.4,1.59l-2.19,1.54l-0.01,4.75l3.1,4.91l0.23,4.1l2.84,3.23l0.23,1.94l3.01,9.05l2.0,2.0l0.81,3.18l3.5,4.39l0.51,3.03l-0.86,2.26l2.8,7.73l7.15,9.37l1.45,2.61l-2.51,0.66l-2.93,-1.36l-1.94,-1.69l-3.5,-4.83l-1.25,-0.99l-1.46,0.7l-2.15,5.24l-1.43,1.54l-1.29,-0.35l-3.32,-2.26l-1.34,-2.33l-0.02,-2.73l-0.67,-0.41l-5.54,1.63l-2.42,-0.15l-0.89,-0.81l-5.05,2.23l-1.36,-0.64l-0.52,-1.11l0.04,-3.76l-0.6,-0.35l-5.53,3.62l-0.94,-1.51l-2.67,-0.55l-2.73,-4.31l-1.87,-4.93l0.51,-2.13l2.3,-1.33l2.05,-3.21l1.42,-3.92l0.56,-3.73l-0.4,-0.46l-1.03,0.21l-3.04,5.83l-1.89,1.99l-2.25,-0.87l-0.37,-1.43l0.51,-4.62l-0.43,-1.64l-2.15,-0.27l-1.18,1.64l-0.77,2.22l-0.32,1.84l0.44,3.78l-0.34,1.26l-1.59,0.52l-2.56,-0.99l-2.66,-1.93l-3.13,-0.55l-1.4,-0.87l-4.32,-6.54l0.94,-1.75l0.17,-2.56l-0.63,-5.85l-1.56,-3.28l-3.21,-0.25l1.23,-2.11l-1.75,-10.11l-1.09,-0.45l-1.9,0.57l-1.76,-1.09l1.36,-1.21l-0.37,-1.26ZM226.93,1460.55l0.31,0.47l-2.12,0.1l-2.19,1.1l-2.49,3.54l-0.25,-5.65l0.66,-2.04l3.32,1.91l2.75,0.58Z", "name": "Trang"}, "TH-91": {"path": "M260.27,1473.86l3.45,-0.03l4.11,-1.44l-0.05,2.53l1.5,2.63l3.53,2.44l1.73,0.47l1.68,-1.34l2.33,-5.44l1.03,-0.66l3.22,4.48l2.99,2.85l2.72,1.39l3.65,-0.66l0.81,0.7l1.31,2.25l0.51,4.4l5.42,7.07l1.36,0.81l5.5,1.39l2.9,2.5l-0.39,3.97l-1.69,5.32l1.68,5.88l-0.62,3.71l-0.24,0.51l-1.28,-0.62l-1.55,0.5l-0.96,1.19l-1.18,8.24l1.2,5.8l-2.33,2.96l0.3,3.83l-0.43,2.63l-1.34,3.17l-1.83,-3.28l-1.75,-0.6l1.2,-3.21l-0.04,-2.12l-1.42,-0.81l-1.41,0.36l-1.1,1.13l-0.81,1.89l-3.2,-2.7l-3.03,-3.48l-1.23,-3.44l-1.15,-0.49l-1.82,0.82l1.28,-2.79l-1.41,-4.09l-0.89,-0.72l-1.79,-0.05l-0.94,-2.94l-4.01,-3.54l-2.63,-4.11l-2.12,-1.58l-2.55,0.71l-1.56,-4.04l-1.39,-1.53l-9.43,-3.58l-2.52,-2.35l0.46,-5.87l1.8,-0.16l0.79,-0.91l-0.79,-2.21l-2.76,-1.39l0.54,-4.03l-0.71,-1.54l2.71,-5.0l1.28,-0.83l3.37,-4.94ZM250.81,1542.02l-0.45,0.28l-3.1,-5.69l-2.91,-3.79l0.24,-1.19l2.29,-2.91l0.0,-3.7l1.99,-1.56l1.06,-5.15l2.3,5.0l2.57,12.36l-0.45,2.47l-2.62,1.04l-0.91,2.84ZM202.1,1534.2l2.62,-0.15l1.8,0.91l-4.3,2.65l-2.25,0.39l-2.08,-0.6l-0.61,-0.61l0.95,0.04l2.03,-2.21l1.84,-0.42Z", "name": "Satun"}, "TH-90": {"path": "M309.3,1520.24l1.08,-4.92l-1.68,-5.83l1.67,-5.15l0.32,-4.51l-2.66,-2.54l-4.49,-1.6l-1.75,-0.15l-1.25,-0.84l-5.05,-6.63l-0.9,-5.56l-2.03,-2.11l-1.55,-2.78l4.21,-4.55l8.88,-4.76l2.94,-0.19l5.51,-1.89l5.64,-1.03l1.62,-2.65l4.75,-1.98l0.81,-2.96l2.56,-2.88l0.67,3.95l3.12,1.94l0.35,0.62l-2.22,1.08l-0.46,1.1l0.44,1.38l1.82,1.74l0.62,2.55l1.48,1.7l2.32,0.74l2.15,-0.54l-0.14,1.43l1.04,0.96l1.77,-0.3l4.02,0.68l1.0,-0.3l4.65,-3.95l0.93,-1.47l0.63,-3.39l1.07,2.15l16.72,22.83l2.14,1.82l3.06,0.97l4.31,-0.32l1.47,0.3l13.71,9.65l3.84,1.53l4.18,-0.11l-2.86,5.94l-0.29,7.32l1.49,2.55l1.13,6.11l1.42,1.01l2.75,0.91l0.45,4.23l-0.21,1.18l-7.94,11.48l-5.81,1.31l-3.25,1.31l-1.63,1.19l-0.72,1.12l-0.69,3.26l0.18,7.06l-0.91,2.08l-3.46,1.91l-5.18,0.13l0.41,-1.65l-1.99,-4.32l-0.55,-6.34l-1.05,-2.23l-2.67,-1.63l-3.39,-0.34l-0.75,-0.55l-0.21,-3.19l-0.56,-0.98l-2.07,0.09l-6.91,4.94l-1.74,0.24l-12.19,-4.01l-5.47,-3.43l-1.77,-0.41l-4.5,0.18l-2.34,-0.72l-4.11,-1.98l-2.03,-1.79l-1.18,-1.97l-4.0,-12.18l-0.83,-0.94l-1.43,-0.54l-2.31,-0.03l-1.89,1.24l-1.25,-0.03l-1.06,-0.75ZM308.92,1402.9l-1.52,-0.53l-2.46,-2.02l-3.15,-0.52l1.74,-5.9l0.8,-1.39l4.57,-2.09l5.18,-1.62l3.59,-1.87l6.4,-1.3l10.53,50.04l5.79,15.6l9.21,11.26l0.4,1.82l-0.77,1.52l-1.43,-0.04l-2.46,-1.44l-6.67,-5.41l-4.77,-0.76l1.3,-2.56l0.12,-2.71l-1.9,-11.92l-1.32,-3.52l-0.43,-7.5l-2.04,-3.64l-2.92,-1.46l-3.43,0.7l-3.43,2.69l-1.27,2.28l-1.44,-1.14l-0.35,-2.59l0.67,-1.93l3.55,-2.19l1.62,-2.14l0.46,-4.43l-0.68,-5.84l-1.5,-5.51l-2.01,-3.42l-2.49,-0.97l-6.41,1.59l-1.08,0.88Z", "name": "Songkhla"}, "TH-96": {"path": "M473.99,1534.39l5.05,7.76l4.04,4.01l10.91,6.85l12.04,11.54l5.57,4.02l-0.66,5.58l0.48,8.43l-1.14,3.3l-2.81,2.79l-8.02,6.17l-2.74,3.31l-1.68,4.63l-0.08,4.74l-0.66,3.99l-4.71,3.86l-1.51,2.76l-3.19,1.98l-1.48,3.02l-1.12,1.21l-1.49,0.16l-2.12,-1.15l-2.42,-3.5l-1.63,-0.59l-1.71,0.48l-2.82,2.23l-1.99,-0.42l-1.55,-1.71l-2.06,-4.83l0.35,-2.9l-3.26,-1.43l-2.98,-4.47l-2.51,-0.54l-5.97,1.91l-0.39,-1.24l0.21,-4.54l-1.27,-2.75l0.15,-8.48l-0.96,-1.7l-2.92,-1.92l-0.93,-3.91l-1.31,-1.73l-3.3,-2.16l-1.88,-4.45l2.34,-2.72l0.32,-4.29l3.25,-16.28l0.62,-0.59l4.34,-1.41l5.7,-0.88l8.41,-9.92l0.05,-1.26l-1.17,-1.46l0.65,-2.01l-0.19,-1.1l-2.66,-2.09l0.41,-1.25l2.9,-0.93l1.39,0.4l1.31,-0.5l2.11,1.22l0.29,2.07l1.52,2.28l1.28,0.41l3.63,-0.01Z", "name": "Narathiwat"}, "TH-95": {"path": "M376.84,1564.35l5.62,-0.15l3.9,-2.18l1.09,-2.45l-0.33,-4.62l0.79,-5.54l1.95,-1.88l3.17,-1.28l6.11,-1.49l8.14,-11.8l-0.16,-5.26l5.62,3.79l6.61,0.44l1.94,-0.75l3.04,-2.53l2.6,-4.57l0.92,-0.8l0.0,2.34l0.77,3.13l-0.27,3.0l3.29,5.01l1.23,0.25l3.47,-1.35l5.45,-1.05l4.12,0.18l4.28,-2.57l1.19,-0.26l0.68,0.39l2.56,4.05l1.32,1.04l1.41,0.26l3.47,-1.23l1.01,1.27l-8.15,10.1l-5.52,0.81l-4.43,1.44l-0.96,0.87l-3.38,16.61l-0.32,4.25l-2.33,2.65l1.84,4.9l4.0,2.97l0.86,1.38l0.82,3.66l3.03,2.05l0.78,1.43l-0.2,8.25l1.28,2.82l-0.22,4.41l0.44,1.51l-11.25,4.37l-7.97,4.45l-4.21,0.76l-3.44,1.79l-1.88,7.59l-2.21,3.96l-1.63,1.55l-5.0,3.01l-2.83,0.89l-1.53,-0.71l-2.86,-5.36l-2.17,-2.5l-2.59,-1.7l-4.03,-0.48l-3.26,-5.41l-0.18,-1.09l5.32,-11.25l1.65,-1.05l4.24,-1.2l1.05,-2.21l0.98,-5.75l0.72,-10.61l-0.92,-2.34l-3.58,-3.0l0.08,-2.2l1.32,-1.64l1.43,-0.68l1.12,-1.19l-0.14,-5.08l-0.71,-1.41l-1.61,-0.68l-5.09,1.04l-1.61,-0.53l-3.77,-2.89l-2.28,0.55l-2.78,2.96l-1.82,0.47l-5.91,-1.3l-1.5,0.45l-0.74,0.74l-1.01,-2.16l0.08,-3.73Z", "name": "Yala"}, "TH-58": {"path": "M0.71,213.72l2.26,0.28l0.81,0.52l2.93,5.1l1.31,0.86l9.11,-0.13l4.46,-2.06l7.49,-4.92l1.98,-0.65l5.79,0.15l6.26,-1.68l0.69,-1.39l0.89,-4.66l-2.02,-9.03l-0.93,-8.67l-1.33,-4.19l0.31,-3.89l-0.55,-1.58l-6.15,-5.46l-0.33,-1.02l4.83,-4.29l0.81,-1.85l0.7,-4.25l1.1,-1.98l6.71,-5.11l1.55,-1.73l0.82,-1.85l0.47,-8.81l-0.3,-2.18l-0.88,-2.25l-4.32,-4.16l0.29,-0.81l3.13,-0.46l1.07,-2.77l-2.49,-4.04l-1.69,-6.51l3.48,-4.71l4.6,-4.46l0.76,-1.84l-0.84,-2.64l-0.12,-4.09l0.79,-1.15l3.98,-0.6l6.74,-3.34l3.44,-3.47l3.29,-0.86l0.62,-1.57l0.03,-1.99l-1.02,-6.11l2.05,-8.6l1.89,-0.43l2.96,3.36l1.6,0.48l2.62,-0.42l2.11,1.16l4.28,3.85l4.42,1.55l0.56,4.38l2.17,1.63l3.12,-0.55l4.75,-2.23l14.28,0.25l3.67,-1.88l0.26,3.27l1.28,2.38l2.49,2.41l3.92,2.62l1.02,5.5l1.66,1.95l0.25,3.15l2.59,2.21l0.75,1.59l-0.85,4.41l-0.02,3.85l-0.84,2.41l1.42,3.28l0.62,7.74l-2.42,9.21l0.94,1.61l3.0,2.72l2.68,4.43l0.55,2.8l-1.08,3.67l-0.77,1.19l-2.1,1.32l-3.49,0.47l-3.25,1.41l-2.0,0.0l-3.2,-1.02l-2.45,-0.2l-1.03,0.73l-1.55,2.56l-1.36,-1.06l-2.71,-1.09l-3.7,-0.55l-4.24,0.08l-1.75,-1.06l-3.19,-4.52l-2.6,-2.09l-1.28,-2.8l-2.35,-2.42l-2.11,-0.65l-1.79,-1.46l-2.92,0.2l-1.41,1.16l-1.43,0.47l-1.16,4.49l-3.22,3.06l1.45,4.66l-2.36,4.43l-0.19,1.26l1.65,5.98l-1.22,5.23l-3.13,6.95l0.22,1.98l1.49,4.19l2.32,0.73l-1.3,4.82l0.18,7.2l-1.14,2.26l1.92,4.9l-0.2,6.65l4.74,6.32l3.0,1.28l2.43,1.78l-0.86,1.44l-2.5,-0.36l-0.84,0.5l-1.81,4.52l-4.98,4.31l-0.85,1.41l0.47,2.97l1.57,1.57l-1.48,3.21l-1.45,5.41l1.73,2.89l0.16,3.92l-0.49,2.2l2.19,4.49l0.21,1.7l-0.19,0.87l-1.98,1.07l-1.19,1.55l-1.36,4.44l0.0,1.32l1.13,4.04l1.0,1.42l2.3,2.11l3.56,2.08l5.52,6.88l3.07,2.46l0.73,2.13l-1.86,1.87l-0.11,2.0l-1.25,0.88l-0.03,1.31l1.49,2.44l0.83,2.63l1.46,1.25l4.94,2.0l-5.92,1.57l-4.17,3.84l-8.56,0.16l-13.36,6.26l-1.93,1.49l-5.77,0.6l-1.71,1.43l-14.8,-13.65l-1.62,-2.76l-0.48,-4.0l-3.54,-3.34l-1.13,-2.8l-2.98,-3.41l1.9,-0.26l0.33,-0.5l-1.43,-5.16l0.63,-1.52l3.01,-5.22l2.95,-1.96l0.83,-1.29l-3.72,-9.5l-2.08,-1.15l-0.74,0.05l0.56,-3.0l-1.25,-3.32l-0.39,-3.01l-7.1,-10.55l0.21,-0.72l1.64,-0.85l0.82,-1.73l0.09,-2.21l-0.7,-1.84l-7.37,-3.24l-1.66,0.69l-2.07,5.46l-1.15,1.36l-4.24,-2.83l-2.1,-2.11l-1.46,-2.39l-1.06,-7.88l-2.75,-4.22l-4.19,-8.93l-2.62,-2.72Z", "name": "Mae Hong Son"}, "TH-13": {"path": "M385.77,696.36l0.22,21.24l-1.02,7.55l-7.08,1.38l-17.07,2.04l-1.58,-0.21l-8.46,-2.48l-3.67,-0.59l-6.17,-0.13l-2.13,-1.34l-7.1,-2.76l-3.11,-0.56l-1.98,-1.15l-2.12,-4.41l-0.35,-3.34l1.4,-3.84l15.55,0.31l3.32,-1.36l2.88,1.13l5.48,-1.16l1.87,-0.75l3.96,-3.9l22.59,-10.52l0.93,0.06l1.89,1.42l1.75,3.4Z", "name": "Pathum Thani"}, "TH-12": {"path": "M324.78,707.45l-1.26,3.27l-0.19,2.53l0.42,1.99l2.47,4.9l2.1,1.1l3.11,0.56l7.04,2.74l2.18,1.36l5.82,0.18l-3.05,10.41l-2.66,2.77l-0.79,2.6l-1.0,0.31l-4.97,-0.6l-10.14,0.17l-4.85,-10.35l-0.37,-3.62l0.88,-5.75l-0.71,-1.76l-2.61,-3.7l0.14,-1.42l1.49,-3.42l0.49,-4.53l1.52,-1.81l3.36,0.53l1.58,1.53Z", "name": "Nonthaburi"}, "TH-11": {"path": "M341.72,757.09l2.08,0.4l1.9,-1.97l1.39,-0.24l1.28,-2.28l1.62,-0.51l1.68,1.57l-1.33,2.49l0.13,0.53l1.41,0.92l8.08,0.61l1.99,-0.93l1.98,-5.13l5.27,-0.64l2.64,0.29l5.06,2.23l3.03,-0.07l7.15,2.63l1.8,1.03l0.68,2.38l-2.9,3.83l-1.93,0.94l-0.29,2.99l-2.61,1.11l-1.16,2.66l-0.54,3.15l-1.9,1.98l-7.24,-1.34l-2.39,-0.97l-7.54,-1.02l-3.17,-1.19l-4.24,-2.98l-1.88,-0.75l0.82,-4.27l-0.44,-2.2l-1.66,2.53l-0.41,1.88l0.11,4.55l-0.79,1.35l-1.98,0.89l-9.21,1.6l-0.71,-7.26l0.28,-1.63l1.89,-0.58l1.48,-1.44l0.79,-4.53l-0.22,-2.63Z", "name": "Samut Prakan"}, "TH-10": {"path": "M379.35,753.62l-2.26,0.02l-5.94,-2.39l-6.58,0.13l-1.29,0.68l-2.23,5.39l-1.82,0.4l-6.27,-0.35l-1.74,-0.9l1.13,-1.86l-0.14,-1.51l-1.8,-1.46l-1.48,0.04l-1.16,0.61l-1.3,2.27l-1.26,0.15l-1.84,1.94l-1.59,-0.51l-0.83,0.5l0.17,2.85l-0.73,4.3l-1.19,1.09l-2.18,0.84l-0.34,2.06l0.73,7.38l-3.58,0.62l-2.51,-0.11l0.92,-1.56l-0.71,-5.79l-2.25,-6.83l-1.83,-1.8l-1.62,-0.46l-0.41,-0.83l-2.35,-11.11l0.9,-4.86l10.01,-0.17l5.01,0.6l1.75,-0.71l0.72,-2.6l2.71,-2.87l3.13,-10.67l13.54,3.24l17.15,-2.05l6.9,-1.33l-0.8,10.97l0.52,1.15l1.81,1.31l0.55,1.01l-3.19,3.84l-4.78,7.53l-0.16,0.77l0.49,1.06Z", "name": "Bangkok Metropolis"}, "TH-17": {"path": "M318.76,600.62l-1.51,-3.71l2.14,-1.77l0.2,-3.4l1.19,-0.7l3.81,1.25l0.67,1.57l-0.36,1.89l1.7,3.28l8.02,3.66l-0.44,1.56l1.3,1.59l1.24,6.07l-0.8,2.66l-1.91,2.31l-0.05,1.48l1.91,5.8l2.64,3.36l0.86,6.39l0.9,2.89l-1.51,2.49l-4.6,-0.53l-1.6,-2.26l-2.97,0.04l-3.64,-2.36l-1.14,-1.96l-0.82,-0.57l-3.85,0.88l-3.8,-1.16l-3.75,0.7l-1.82,-2.55l-0.19,-0.86l1.26,-2.53l0.15,-6.26l-0.71,-1.02l-1.41,0.33l-0.67,-0.28l-0.56,-1.38l1.76,-2.9l6.0,0.09l1.85,-1.45l2.19,-3.2l0.32,-1.3l-0.67,-1.16l-1.3,-0.92l-2.19,-0.65l0.92,-2.48l2.27,-0.87l0.54,-2.54l-1.6,0.48Z", "name": "Sing Buri"}, "TH-16": {"path": "M427.85,575.91l-0.2,2.59l-2.16,4.12l-0.12,13.58l0.34,3.36l1.2,0.56l2.39,-0.12l2.79,1.83l4.56,0.88l1.56,2.2l1.06,3.64l5.21,11.11l0.03,3.24l-0.42,1.12l-6.37,3.67l-1.32,1.22l-3.2,1.42l-2.06,4.54l-2.03,0.95l-1.31,1.32l-1.36,0.43l-0.75,1.17l-4.9,-1.22l-1.3,-1.0l-2.47,-0.61l-1.16,-3.32l-1.26,-1.13l-2.44,-0.94l-1.91,-3.77l-5.46,-1.67l-5.07,1.3l-5.3,3.2l-0.64,1.27l-0.05,2.17l-3.19,3.55l-3.68,0.02l-1.61,-2.09l-2.24,-0.81l-0.57,-0.65l-0.37,-5.65l-0.82,-1.37l-2.15,-1.79l-0.15,-2.11l-1.27,-0.37l-3.06,1.23l-2.64,0.46l-0.75,2.67l-2.29,1.04l-0.28,2.06l-3.68,6.13l-10.96,6.73l-0.95,1.13l-1.65,3.7l-3.56,-0.9l-1.62,-1.34l-1.73,-0.17l-4.1,-3.13l-0.97,-1.62l1.64,-3.1l-0.91,-2.88l-0.87,-6.45l-0.61,-1.33l-2.07,-2.16l-1.85,-5.58l-0.01,-1.03l2.37,-3.27l0.41,-1.99l-1.27,-6.35l-1.27,-2.05l1.73,-3.09l2.83,-3.22l1.17,-2.91l0.06,-3.47l4.02,-3.06l0.75,-3.81l2.59,-3.59l1.6,-1.62l1.74,-0.92l3.01,-3.67l11.96,-10.97l1.79,-2.21l0.76,-1.85l-1.01,-4.62l14.21,3.39l5.7,-1.45l5.17,-0.35l5.91,4.16l1.47,1.7l1.89,0.49l2.29,-0.25l4.76,3.46l3.01,0.35l4.5,-1.37l3.73,0.72l1.74,2.63l0.51,3.07l0.96,1.54l3.99,3.29Z", "name": "Lop Buri"}, "TH-15": {"path": "M332.25,637.23l1.62,2.26l4.85,0.59l1.09,1.79l2.9,2.33l-0.24,5.61l-1.38,5.82l-0.85,1.53l0.63,2.5l0.13,9.63l-2.67,1.6l-2.45,-0.78l-2.14,0.09l-0.12,-5.24l-0.55,-1.25l-0.74,-0.49l-2.68,0.33l-2.17,1.09l-4.2,0.49l-3.48,-0.64l-2.4,0.93l-3.76,0.11l-2.86,-2.95l-1.8,-5.09l0.08,-0.66l1.48,-1.13l0.59,-1.1l-1.26,-2.45l1.57,-2.2l0.57,-2.44l-0.99,-3.45l0.48,-2.87l-1.08,-4.67l0.56,-1.95l1.63,-1.71l3.71,-0.71l3.86,1.16l3.58,-0.91l1.65,2.36l3.78,2.46l3.05,0.01Z", "name": "Ang Thong"}, "TH-14": {"path": "M318.34,705.88l0.0,-3.26l-0.75,-1.4l-5.7,-1.15l3.35,-5.08l-0.05,-2.68l2.19,-8.4l0.77,-6.34l0.05,-2.32l-2.58,-4.59l-0.41,-4.24l2.37,-0.19l2.25,-0.92l3.49,0.64l4.29,-0.5l2.29,-1.12l2.19,-0.32l0.75,1.1l-0.02,4.57l0.56,1.28l2.38,-0.06l2.64,0.79l3.19,-1.83l0.44,-2.16l-0.36,-8.1l-0.63,-2.36l0.81,-1.36l1.4,-5.91l0.19,-5.26l0.89,0.55l1.6,0.13l2.2,1.57l2.99,0.67l-1.85,5.28l-0.16,1.77l1.65,1.74l0.86,2.19l1.19,0.87l2.05,0.37l2.84,-0.29l5.77,-2.25l5.02,0.05l1.91,0.65l-0.11,3.17l-1.56,1.69l1.32,3.49l-0.86,4.02l0.36,3.84l0.45,1.05l2.72,2.69l-0.37,2.82l-0.94,2.37l0.18,1.21l1.04,0.49l2.19,-0.05l1.13,1.24l0.11,6.88l-17.81,8.37l-4.16,4.04l-1.53,0.56l-5.26,1.13l-2.89,-1.13l-3.37,1.37l-15.64,-0.31l-1.8,-1.72l-2.87,-0.77l-1.24,0.21l-1.15,1.21Z", "name": "Phra Nakhon Si Ayutthaya"}, "TH-71": {"path": "M89.98,585.14l3.69,0.17l2.09,-0.91l1.76,-1.7l3.74,-5.31l1.09,-0.24l4.25,1.11l5.38,2.88l1.0,-0.2l0.56,-1.13l-0.04,-1.84l-1.81,-1.77l0.56,-1.17l1.75,-1.47l-0.31,-2.95l0.54,-0.98l3.89,-0.83l3.68,-1.7l4.17,2.09l1.47,1.61l0.34,2.29l0.7,0.21l2.86,-3.25l1.09,-5.38l-0.19,-5.69l-2.54,-16.54l0.1,-7.5l3.78,1.54l2.53,2.06l2.2,0.65l1.49,1.0l1.66,0.15l0.55,0.55l7.17,11.31l0.19,0.73l-1.11,0.68l0.41,1.16l4.29,2.92l1.18,3.75l3.17,2.67l3.17,5.24l4.42,5.5l2.01,4.1l4.93,2.57l4.47,3.48l1.32,8.82l-0.22,4.11l0.78,2.4l6.44,5.51l1.48,2.22l1.4,0.26l5.82,-1.17l2.9,1.29l2.69,-0.2l5.56,2.09l1.35,0.13l2.94,-0.7l1.17,1.03l1.51,4.04l0.49,4.19l-0.28,1.95l-2.63,3.01l0.76,3.42l1.31,0.84l2.44,-0.26l4.34,5.61l2.16,1.91l3.63,-0.98l2.28,1.0l0.67,2.11l-0.94,1.54l-0.01,0.98l2.68,3.72l5.0,-0.88l2.85,-3.06l0.89,-1.86l0.85,-5.83l1.68,0.76l4.17,0.47l1.32,-0.4l1.97,-1.51l2.99,-0.04l1.94,0.82l6.24,7.45l3.38,2.73l1.96,2.72l3.92,1.86l3.15,0.81l1.78,1.61l0.05,0.56l-2.13,1.94l-0.23,1.1l0.9,1.42l3.01,2.15l0.87,1.15l-0.89,1.16l-5.23,2.49l-0.91,0.89l-0.78,20.26l0.59,4.34l-0.2,5.46l-1.21,3.97l-4.67,4.34l-0.3,1.59l0.84,6.36l0.51,0.77l1.55,0.21l1.31,1.27l0.8,2.19l-0.39,2.88l0.59,1.62l1.55,2.28l2.43,1.1l1.28,3.05l1.71,0.96l0.22,0.84l-1.44,1.4l-2.9,7.05l-1.46,0.62l-0.8,0.91l-1.23,3.43l-0.82,0.67l-3.58,0.18l-7.95,-0.95l-1.85,0.28l-6.1,2.51l-4.08,0.78l-3.59,3.45l-0.97,0.36l-3.82,-1.5l-1.88,-2.65l-1.09,-0.59l-3.05,1.89l-11.32,3.49l-1.83,-0.44l-2.85,-1.62l-2.45,0.97l-2.72,-0.79l-2.23,2.11l-3.09,1.9l-5.77,0.71l-4.01,-4.14l-0.77,-1.68l-1.21,-5.2l-0.05,-4.96l-1.16,-1.39l-2.03,-0.69l-1.43,-2.91l-3.43,-2.58l-0.94,-1.22l-2.43,-4.53l-3.42,-4.12l-0.79,-4.39l-1.16,-1.97l-2.13,-1.39l-4.82,-1.74l-12.8,-9.65l-2.39,-2.52l-2.89,-5.3l-3.89,0.23l-2.68,-2.96l-3.32,-1.12l-2.19,-1.73l-4.89,-6.16l-7.55,-15.33l-2.81,-1.42l-2.26,-6.45l-1.45,-2.25l-13.12,-12.62l-5.82,-9.22l-0.8,-2.0l0.34,-2.31l-1.82,-2.2l-0.05,-6.3l-0.76,-2.51l-2.52,-4.86l0.02,-1.28l1.4,-3.13l-0.58,-2.63l-3.39,-3.59l-0.76,-2.43l0.45,-1.99l2.23,-3.82l0.58,-2.14l-1.42,-4.28Z", "name": "Kanchanaburi"}, "TH-70": {"path": "M199.5,806.77l0.29,-1.87l-1.87,-7.73l1.52,-3.19l-0.34,-3.2l0.44,-7.64l-3.89,-17.13l-0.27,-9.2l0.32,-5.43l-0.33,-0.63l5.6,-0.7l3.29,-2.02l1.83,-1.95l2.69,0.8l2.23,-0.97l2.68,1.56l2.27,0.49l11.5,-3.54l2.61,-1.83l2.64,3.1l1.75,1.01l2.62,0.64l1.39,-0.54l3.45,-3.37l3.97,-0.73l6.05,-2.49l1.56,-0.26l8.0,0.95l3.72,-0.18l1.44,-1.12l1.41,-3.69l2.01,-1.15l3.29,-7.78l1.83,-0.44l3.67,0.89l1.8,1.0l0.84,2.13l-0.01,2.8l1.13,3.81l-1.14,4.9l0.47,2.8l-0.72,2.75l0.14,1.07l1.93,2.7l1.46,0.6l1.93,-0.62l2.93,-2.44l0.51,0.23l0.89,1.66l0.18,2.8l3.58,0.74l0.55,0.66l-0.23,4.91l-0.11,0.78l-2.2,2.2l-0.64,1.31l-1.21,10.06l-2.71,-0.16l-3.74,1.57l-5.15,-2.14l-1.57,0.65l-2.45,5.3l-0.16,4.4l-2.1,4.37l-1.47,5.43l-9.9,-0.49l-6.86,2.43l-3.92,4.48l-0.41,6.17l-2.83,1.63l-5.64,0.87l-5.87,-0.72l-1.22,0.52l-1.58,1.55l-2.67,-1.02l-2.23,0.93l-4.43,-1.53l-1.47,-1.22l-2.07,-0.53l-1.89,-1.49l-1.89,-0.5l-3.12,2.63l-0.39,4.32l-4.23,2.41l-0.67,-0.26l-1.67,-3.36l-7.16,-3.74Z", "name": "Ratchaburi"}, "TH-19": {"path": "M416.21,636.24l1.52,19.15l-1.73,2.82l-0.43,1.87l0.47,0.95l2.01,1.45l1.29,2.16l2.22,2.31l-0.9,0.89l-0.67,3.36l-1.47,2.02l-0.98,2.75l0.12,2.44l-2.61,2.3l-1.69,0.37l-1.41,-1.94l-2.46,-1.73l-4.52,-0.27l-2.09,-2.48l-1.05,-0.23l-0.5,0.78l0.04,3.06l-1.99,3.01l-0.05,2.3l-1.12,1.37l-3.91,2.78l-1.87,-1.47l-2.54,0.66l-0.39,0.76l0.46,2.83l-0.58,1.53l-3.11,3.51l-1.57,-3.05l-2.31,-1.74l-1.46,-0.05l-4.08,1.83l-0.32,-7.25l-1.45,-1.27l-2.92,-0.3l1.16,-3.54l0.2,-2.37l-3.16,-3.67l-0.36,-3.72l0.86,-4.1l-1.32,-3.47l1.53,-1.48l0.28,-2.37l-0.33,-1.53l-2.43,-0.92l-5.19,-0.05l-5.85,2.26l-3.5,0.21l-1.79,-0.88l-0.82,-2.14l-1.51,-1.37l0.12,-1.48l3.73,-9.57l0.8,-0.93l10.99,-6.75l3.81,-6.32l0.25,-1.97l2.19,-0.93l0.94,-2.83l2.03,-0.07l2.48,-1.13l1.09,0.03l0.07,1.99l2.25,1.92l0.66,1.13l-0.04,3.94l0.44,1.78l0.89,0.99l2.15,0.76l1.75,2.2l4.47,-0.09l3.44,-3.83l0.5,-3.22l5.14,-3.09l4.7,-1.23l5.0,1.51l1.79,3.66l2.7,1.13l0.95,0.86l1.0,3.19Z", "name": "Saraburi"}, "TH-72": {"path": "M209.53,609.35l1.63,-5.69l2.67,-2.07l2.73,2.35l6.15,1.79l1.35,3.78l10.61,2.23l2.78,1.79l8.04,2.26l2.19,-0.31l0.24,-1.36l-0.68,-3.03l2.22,-0.7l7.92,3.5l7.76,1.06l7.99,3.29l8.35,0.81l2.41,0.63l2.86,-0.54l4.9,-1.98l0.87,-1.06l-0.47,-1.87l0.28,-0.51l7.31,1.76l2.89,2.56l1.83,-0.4l5.02,-2.61l-1.55,2.86l1.4,1.93l1.99,0.15l-0.16,6.04l-1.27,2.62l0.3,1.25l1.8,2.53l-1.62,1.76l-0.66,2.25l1.09,4.85l-0.48,2.83l0.98,3.34l-0.49,2.13l-1.66,2.51l1.26,2.36l-1.94,1.92l-0.2,1.19l2.25,5.92l2.79,2.72l1.18,0.22l0.43,4.39l2.58,4.59l-0.82,8.29l-2.2,8.43l0.07,2.57l-3.54,5.28l-5.33,2.5l-1.31,1.44l-3.1,-0.33l-11.46,0.31l-4.15,-0.48l-6.44,3.95l-5.23,4.89l-6.83,0.38l-0.87,-2.27l-1.6,-1.49l-1.54,-0.25l-0.9,-7.06l4.86,-4.8l1.31,-4.27l0.2,-5.6l-0.59,-4.32l0.72,-19.94l5.82,-3.02l1.27,-1.72l-0.37,-1.08l-3.77,-2.94l-0.68,-1.08l1.93,-1.67l0.34,-2.02l-2.68,-2.33l-2.69,-0.5l-3.7,-1.73l-1.87,-2.64l-3.4,-2.75l-6.29,-7.49l-2.39,-1.03l-3.3,0.06l-3.11,1.89l-6.21,-1.13l-0.69,1.23l0.1,1.77l-1.18,4.64l-1.41,1.15l-1.13,1.82l-4.46,1.05l-2.36,-3.32l1.0,-2.17l-0.93,-2.78l-2.8,-1.2l-3.34,1.02l-1.86,-1.66l-4.5,-5.76l-1.4,-0.32l-1.47,0.43l-0.66,-0.45l-0.68,-2.74l2.57,-2.89l0.37,-2.34l-0.5,-4.3l-0.87,-2.81l-0.77,-1.55l-1.09,-0.96Z", "name": "Suphan Buri"}, "TH-75": {"path": "M282.63,797.79l-1.44,0.4l-1.79,1.59l-2.04,-0.32l-0.84,0.31l-1.04,3.85l-1.7,-0.89l-1.51,-2.23l0.62,-4.15l-0.57,-2.27l1.49,-5.54l2.13,-4.44l0.16,-4.39l2.66,-5.34l5.74,2.1l3.95,-1.6l2.69,0.18l4.11,5.31l1.14,2.75l-3.47,1.26l-1.68,1.2l-1.81,3.84l-1.92,-0.52l-0.48,0.25l1.5,1.07l-0.15,1.56l-0.77,1.58l-1.23,1.12l-3.33,1.31l-0.42,2.02Z", "name": "Samut Songkhram"}, "TH-73": {"path": "M317.54,707.05l-0.35,3.95l-1.61,3.95l-0.16,1.75l3.32,5.47l-0.88,5.53l0.24,3.21l5.12,11.32l-0.93,5.12l0.48,2.29l-0.81,0.68l-5.36,1.93l-0.05,1.67l-1.03,1.23l0.18,1.62l-4.91,0.63l-2.86,-2.01l-8.6,-0.32l-3.36,-0.58l-0.89,-0.92l-2.85,-0.32l-0.51,-0.36l0.07,-2.38l-1.0,-1.86l-0.76,-0.49l-1.32,0.41l-2.79,2.33l-1.17,0.27l-0.89,-0.38l-1.85,-2.78l0.75,-3.1l-0.47,-2.8l1.14,-4.97l-1.14,-3.94l-0.37,-4.17l-0.65,-1.13l-1.37,-0.93l-5.36,-1.29l-0.47,-1.3l-1.62,-0.85l-1.31,-3.09l-2.45,-1.12l-1.41,-2.09l-0.49,-1.26l0.32,-2.49l7.06,-0.42l5.41,-4.99l6.25,-3.85l3.88,0.53l11.43,-0.31l3.31,0.31l1.58,-1.55l5.21,-2.44l5.75,1.03l0.55,0.94l0.0,4.33Z", "name": "Nakhon Pathom"}, "TH-77": {"path": "M229.47,982.12l6.87,-0.75l1.6,-1.21l7.03,-9.48l2.51,-10.11l-0.5,-1.36l-1.77,-0.52l-3.92,-2.94l-1.29,-1.58l-0.74,-2.28l0.33,-2.13l1.68,-4.39l0.11,-2.54l-0.86,-2.01l-5.11,-3.45l0.32,-2.81l2.63,-8.59l-0.5,-1.24l-1.12,-0.62l-1.31,0.0l-6.11,1.98l-1.15,-0.28l-0.3,-1.57l2.39,-2.71l0.26,-1.89l-1.96,-4.39l-0.12,-4.38l-3.0,-4.58l-0.68,-8.23l-0.76,-2.48l-2.42,-4.36l-0.43,-2.12l1.84,-4.6l0.13,-6.2l7.24,-1.97l4.35,-0.03l6.28,1.49l2.22,2.2l3.34,0.79l1.39,-1.48l4.06,-1.94l4.32,-0.86l4.92,0.35l7.13,-5.13l10.14,-0.05l4.1,-0.83l2.16,10.07l-0.4,6.95l0.41,2.53l3.26,7.89l0.12,1.42l-0.89,1.6l-2.41,8.3l0.21,1.24l3.3,4.24l0.66,4.01l-0.44,1.21l-3.01,3.0l-0.73,4.05l-2.78,4.78l-10.81,11.42l-2.68,4.89l-0.9,5.18l1.45,3.91l-2.43,0.94l-0.45,1.04l0.74,5.49l-0.63,2.48l0.42,0.97l-3.63,0.51l-3.16,3.09l-8.83,14.5l-1.04,2.99l-2.11,3.13l-1.75,9.04l-3.53,8.3l-2.03,2.15l-0.58,1.36l-0.33,6.41l0.36,2.38l1.81,4.49l0.0,1.81l-1.27,1.21l-0.96,-1.85l-1.72,0.05l-2.13,1.34l-2.32,2.82l-1.35,3.31l0.12,4.54l1.93,5.87l-1.18,4.26l-4.54,0.87l-1.61,1.47l-2.38,0.92l-1.34,1.19l-5.65,-0.35l-1.95,0.27l-3.2,-0.94l-2.69,0.14l-1.43,0.67l-3.79,-0.72l-8.76,-4.3l-0.57,-0.69l-0.66,-2.71l1.02,-0.82l2.48,-4.28l3.23,-1.31l0.92,-1.04l3.34,-9.9l1.37,-2.39l3.52,-4.25l2.96,-6.87l5.29,-6.19l1.45,-6.45l0.97,-1.67l4.46,-4.99l1.03,-2.25l0.44,-2.02l-0.06,-6.89l0.9,-1.64l1.62,-1.03Z", "name": "Prachuap Khiri Khan"}, "TH-76": {"path": "M193.31,809.15l4.25,-0.47l1.48,-1.24l7.07,3.66l1.59,3.28l1.34,0.54l4.81,-2.72l0.47,-1.2l-0.12,-2.98l2.62,-2.46l1.4,0.4l1.64,1.38l2.33,0.65l1.55,1.26l4.62,1.58l2.37,-0.93l1.63,0.9l1.24,0.09l2.66,-2.04l5.84,0.72l6.54,-1.1l2.57,-1.82l0.44,-1.75l-0.0,-4.49l1.54,-1.39l1.34,-2.08l0.74,-0.64l5.76,-2.17l10.54,0.37l0.49,1.82l-0.57,4.48l1.76,2.57l2.1,1.06l0.96,-0.52l-0.07,-1.23l0.82,-2.33l2.52,0.21l1.99,-1.67l1.09,-0.29l0.69,3.39l3.4,4.52l8.14,7.17l1.47,6.13l1.77,4.24l-0.23,1.75l-0.92,1.66l-4.37,6.43l-3.15,13.12l-3.95,6.29l-2.47,8.89l-0.47,7.92l-4.13,0.84l-10.33,0.07l-1.57,0.74l-5.63,4.41l-4.64,-0.41l-4.5,0.89l-4.31,2.05l-1.12,1.35l-2.76,-0.7l-2.34,-2.25l-6.46,-1.54l-4.59,0.04l-7.23,1.96l-1.32,-2.4l-5.33,-2.95l-3.69,-3.99l-3.53,-1.33l-1.21,-4.16l-1.28,-0.79l-3.23,-0.79l-1.02,-1.7l-0.37,-6.3l-3.87,-4.65l-0.73,-4.46l-1.63,-4.22l0.11,-1.31l1.42,-3.19l-0.26,-2.35l-1.63,-2.37l-6.18,-4.73l-0.47,-1.98l1.52,-5.03l0.3,-2.78l-0.34,-4.52l1.16,-1.65l1.91,-0.72Z", "name": "Phetchaburi"}, "TH-18": {"path": "M319.45,601.21l-0.33,1.04l-2.44,1.05l-0.85,2.15l0.44,1.35l2.54,0.75l1.18,1.35l-2.35,3.86l-1.57,1.22l-6.08,-0.14l-5.94,3.09l-1.5,0.31l-2.54,-2.46l-7.05,-1.83l-0.89,0.02l-0.66,0.68l0.29,2.4l-0.48,0.45l-4.7,1.89l-2.53,0.5l-2.4,-0.63l-8.2,-0.78l-7.99,-3.29l-7.33,-1.01l0.34,-1.12l-0.75,-1.75l0.11,-0.82l1.26,-1.66l1.65,-0.52l2.01,-1.92l2.04,-1.18l1.98,-3.55l0.19,-1.22l-1.45,-1.48l-4.51,-7.04l-1.92,-4.11l-0.73,-4.91l-1.21,-2.79l0.03,-1.18l0.79,-1.17l3.7,-2.31l10.65,1.71l2.82,1.86l5.03,-1.0l7.09,0.06l4.33,1.24l0.9,1.81l1.3,0.24l2.01,-1.31l-1.63,-0.37l-0.09,-1.26l1.4,-3.19l-0.06,-2.84l-1.93,-3.24l-2.28,-1.79l-0.26,-0.94l2.68,-0.26l0.32,-2.11l6.05,-0.17l5.42,5.22l4.51,2.11l2.14,2.11l3.35,5.07l4.91,12.99l-1.42,1.07l-0.14,3.28l-2.32,2.14l1.82,4.47l1.25,-0.15Z", "name": "Chai Nat"}, "TH-39": {"path": "M569.04,362.42l-1.62,1.15l-0.79,2.51l-2.58,1.72l-3.44,0.66l-1.22,1.29l-0.27,1.27l3.74,8.11l1.22,1.68l12.84,12.37l-5.1,12.31l-1.68,6.64l-5.35,0.88l-2.48,-2.53l-3.21,-1.09l-3.87,-0.5l-4.44,1.05l-2.04,-0.38l-1.99,-1.17l-5.96,-1.86l-1.59,-3.51l-1.15,-0.6l-1.92,-2.59l-2.1,-1.06l-3.38,0.04l-1.29,1.25l-4.12,2.28l-3.44,-0.88l-2.4,-1.28l-7.32,-0.98l-1.93,-2.89l-1.89,-4.11l0.93,-0.84l4.48,-1.74l2.45,-2.52l4.37,-1.83l0.36,-1.01l-4.42,-4.16l-0.84,-3.12l-1.39,-1.97l-4.82,-2.04l-2.15,-0.43l-2.31,-1.4l-1.75,-0.35l-1.24,-0.7l-2.52,-2.88l-0.61,-3.1l3.37,-4.37l0.28,-3.43l3.74,-4.04l0.85,-1.53l-0.46,-2.46l0.19,-2.57l-3.47,-4.26l-0.66,-2.22l0.14,-1.56l0.73,-0.72l1.07,-0.17l6.28,0.25l1.53,-0.33l5.56,-3.57l1.86,-3.17l-0.1,-2.02l-2.04,-6.21l2.54,-3.13l1.23,-0.37l1.52,0.87l1.4,0.01l1.73,-0.97l2.51,-2.38l0.95,-0.06l2.58,1.03l5.91,1.08l2.97,1.28l3.15,-1.29l0.37,1.1l-0.16,5.13l1.07,2.58l0.77,4.88l4.03,8.05l0.61,2.08l0.48,3.36l-0.83,2.37l0.31,3.2l0.97,1.33l1.21,0.59l2.7,0.24l0.71,0.87l0.16,1.4l-1.34,3.42l0.05,1.79l2.03,1.19l2.38,3.03l1.1,0.03l4.96,-1.94l3.29,-0.1Z", "name": "Nong Bua Lam Phu"}, "TH-74": {"path": "M317.19,752.85l5.78,-2.2l1.38,7.25l0.87,2.0l2.16,0.86l1.71,2.2l1.68,5.7l0.49,6.01l-0.8,1.09l-4.59,0.12l-2.04,0.82l-4.91,-2.45l-1.59,-1.26l-0.6,0.13l-1.05,2.05l-2.85,2.1l-9.36,3.66l-4.01,0.82l-2.33,1.03l-1.19,-2.84l-4.18,-5.41l1.2,-10.14l2.84,-3.49l0.35,-5.56l3.16,0.54l8.38,0.29l3.07,2.05l4.65,-0.47l1.14,-0.67l-0.21,-1.73l0.97,-1.06l-0.09,-1.43Z", "name": "Samut Sakhon"}, "TH-84": {"path": "M296.22,1206.68l0.4,1.18l-1.06,1.19l-2.04,9.25l-2.98,1.41l-0.8,2.38l-0.51,0.26l-7.5,0.7l-0.96,-5.68l-1.04,-2.03l1.54,-2.04l-0.21,-2.15l-1.37,-3.64l0.86,-1.0l4.98,-0.12l6.52,1.61l2.04,-0.35l1.02,-2.0l1.11,1.04ZM286.88,1182.46l4.07,0.19l3.27,2.08l1.24,3.47l1.04,7.45l-10.08,-5.19l0.5,-1.3l-0.38,-1.23l-2.05,-2.86l1.65,-2.93l0.75,0.33ZM194.13,1183.18l1.88,6.68l1.18,6.83l0.98,2.48l3.29,4.95l1.22,6.04l4.6,8.43l5.94,7.67l-2.94,0.0l-0.42,1.5l-3.66,2.22l-2.2,2.44l-0.59,1.97l0.41,4.54l2.3,5.14l5.36,1.31l5.22,0.37l3.19,2.88l10.5,-0.88l3.21,-2.32l2.13,-5.36l1.38,-1.15l6.17,0.76l1.92,-0.38l3.32,-1.81l3.33,-0.81l2.03,-1.46l4.44,0.38l0.92,-0.9l1.15,0.07l1.47,0.59l-1.96,2.92l0.38,6.21l-2.55,8.16l0.35,0.91l1.13,0.74l0.82,1.85l2.6,0.54l0.84,0.62l0.25,5.36l-1.48,1.02l-1.46,-0.89l-1.12,0.27l-1.92,8.27l-1.3,1.02l-2.85,0.69l-0.28,0.71l0.76,2.14l-0.36,0.57l-3.29,1.51l-1.9,0.0l-2.06,1.23l-1.73,-1.57l-2.08,0.42l-3.56,6.46l-0.81,0.84l-1.68,0.01l-0.68,0.49l-0.71,6.33l0.42,4.12l-0.58,2.38l-2.95,3.4l-0.61,3.25l-4.34,3.6l-0.16,3.71l-2.01,1.47l-2.2,2.63l-4.15,1.7l-4.01,2.83l-1.11,-0.12l-2.93,-2.07l-1.24,0.02l-0.4,1.39l0.47,6.05l-3.16,4.53l-1.72,4.99l0.58,2.46l1.88,2.5l-5.33,1.84l-3.17,0.09l-4.26,-1.21l-1.76,-1.11l-7.11,-0.9l-2.98,2.87l-3.48,1.11l-6.32,-0.91l-3.08,1.07l-1.07,-2.76l-0.23,-5.28l-0.86,-2.46l0.29,-1.88l1.58,-3.0l0.05,-1.47l-2.56,-4.6l1.41,-2.18l3.23,-2.76l0.06,-0.72l-1.17,-2.32l-2.69,-2.69l-2.53,-1.11l-2.0,-2.4l-5.87,-0.63l-2.03,-2.24l-1.53,-0.86l-2.08,0.63l-1.71,4.0l-0.97,0.64l-1.02,0.07l-5.66,-2.06l-4.05,1.64l-4.23,0.37l-3.58,-2.71l-0.07,-0.94l2.51,-0.8l1.28,-2.35l2.1,-2.02l0.3,-8.88l-0.86,-1.04l-3.3,-0.67l-3.1,-4.74l-4.13,-3.26l-4.64,-1.11l0.51,-2.28l-0.87,-3.56l0.67,-1.39l5.02,-2.4l-0.24,-2.27l-2.41,-6.94l1.58,-1.52l-0.8,-5.34l0.29,-1.78l0.99,-0.51l0.59,-1.05l-0.31,-2.92l0.7,-2.71l2.21,-2.73l0.42,-1.21l-0.41,-5.48l-0.5,-0.77l-1.46,-0.78l2.36,-3.55l1.37,-0.87l4.35,-1.26l1.27,1.74l1.63,0.23l5.15,-0.82l1.26,-0.76l0.49,-2.66l-0.65,-0.69l-1.51,0.03l-0.11,-3.79l1.85,0.42l0.56,-0.37l0.8,-1.94l-1.04,-1.59l0.15,-0.69l2.44,-0.91l5.33,-6.06l2.6,-1.9l0.18,-0.82l-0.85,-1.17l-0.06,-1.39l-1.68,-1.29l-0.15,-1.84l2.27,-3.2l1.57,-5.7l1.86,0.22l7.16,-3.86l3.31,-1.26l3.51,0.93l2.97,-0.23l3.73,-1.19l1.69,0.57l1.49,-0.17l1.33,-0.6l1.95,-2.45l3.42,-1.69l1.34,-1.24l4.48,-0.64ZM254.64,1212.04l-1.9,0.73l-0.71,-0.34l2.31,-1.75l0.31,1.35Z", "name": "Surat Thani"}, "TH-85": {"path": "M125.98,1187.43l-0.09,-2.73l0.68,-0.69l2.64,-0.55l1.69,-1.19l1.21,-1.37l1.85,-3.63l-0.13,-0.49l-0.5,0.02l-3.51,3.55l-0.66,-0.13l-1.06,-1.57l-1.63,-1.05l0.71,-1.55l2.63,-2.82l1.28,0.96l1.95,-0.53l-0.22,-1.02l1.27,-0.92l0.62,-1.32l-0.46,-0.85l-1.39,-0.58l1.99,-2.51l0.7,-0.48l2.49,-0.02l1.14,-0.79l0.02,-1.58l-1.25,-0.49l-1.5,0.37l-0.65,-0.84l0.39,-1.87l4.77,-8.22l1.61,-1.85l2.96,-8.38l3.36,-7.25l1.12,-7.01l1.65,-4.04l0.17,-2.44l1.98,-6.62l1.11,-5.59l1.5,-4.27l0.09,-2.31l-1.51,-6.89l-0.85,-1.39l-1.99,-1.72l-0.33,-1.18l0.94,-4.57l1.04,-2.41l4.74,-6.28l1.97,-1.77l4.06,-0.68l1.25,-1.75l1.45,1.06l1.36,2.14l1.48,0.8l-1.93,4.68l0.26,1.94l1.24,0.35l0.63,1.13l1.64,0.6l0.4,1.92l1.87,1.59l0.52,2.15l0.98,1.36l-0.82,2.23l-1.4,1.88l1.29,2.99l-1.91,2.56l-1.64,0.67l-2.31,2.48l-1.04,3.25l0.23,4.49l1.57,2.32l2.08,0.74l0.56,0.64l0.91,3.21l-0.22,1.09l-2.51,4.32l-1.42,1.15l0.29,3.82l-1.89,3.06l-0.67,2.42l0.34,2.33l4.5,6.78l-0.89,5.95l-1.63,2.18l-0.33,1.82l-0.85,1.51l-1.26,1.1l-2.61,0.59l-1.63,1.2l-3.7,5.07l-2.99,-0.38l-2.18,1.07l-1.84,2.54l-2.29,1.98l-1.33,4.37l-2.24,2.65l-2.41,1.08l-4.05,4.18l-0.62,2.67l3.04,9.53l-0.27,1.74l0.75,0.78l3.11,1.12l3.47,2.12l2.29,2.56l0.23,2.16l1.67,1.29l0.02,1.27l0.82,1.1l-2.57,2.02l-5.25,5.98l-2.59,1.08l-0.26,1.37l1.01,1.32l-0.6,1.46l-1.59,-0.43l-0.86,0.41l-0.02,4.51l0.54,0.58l1.58,-0.04l-0.39,2.17l-6.44,1.18l-2.17,-1.99l-4.62,1.31l-1.69,1.08l-2.51,3.79l-3.43,-0.94l-4.94,-4.47l-4.05,1.14l0.68,-3.06l3.08,-5.92l1.92,-9.61l1.28,-2.57l3.32,1.95l4.85,-4.21l-0.5,-1.73l-3.66,0.01l-1.01,-2.13l-1.93,-0.83l0.67,-1.35l1.82,-1.37l1.34,-0.17l1.49,-2.23l-0.33,-1.21l-1.49,-1.99l1.38,-0.32l0.3,-1.26l-1.79,-1.9l3.28,1.5l1.59,-0.26l0.79,-1.93l1.32,-1.09l0.56,-1.16l-0.85,-1.0l-2.4,-0.1l-1.77,-0.74l-1.09,1.02ZM114.79,1185.9l0.37,3.04l-1.6,2.37l-1.01,-1.68l0.43,-1.33l1.8,-2.39Z", "name": "Ranong"}, "TH-86": {"path": "M168.57,1071.04l3.03,0.71l4.7,-1.94l1.32,-1.86l0.44,-2.32l-0.04,-1.83l-1.06,-3.44l0.31,-2.2l0.97,-1.95l1.08,-1.01l4.33,1.43l1.4,-0.14l1.01,-1.46l1.37,-4.17l1.67,-1.71l4.75,-2.58l0.55,2.43l0.89,1.12l7.86,3.95l4.4,1.16l4.86,-0.76l3.14,0.93l7.85,0.07l1.49,-1.25l2.47,-0.97l1.53,-1.43l3.86,-0.74l-0.75,2.65l0.19,2.68l1.69,4.66l0.39,2.17l-0.31,1.26l-1.55,-1.27l-2.03,-0.09l-2.68,0.4l-1.2,0.79l-0.9,7.5l-6.49,9.87l-0.42,1.21l0.48,1.92l-3.35,0.72l-3.35,3.12l-1.24,1.93l-1.54,7.45l-0.98,1.67l-3.75,1.4l-0.46,1.46l0.25,1.05l0.98,0.76l1.5,0.22l-2.31,3.29l-0.4,2.09l0.83,1.59l4.4,3.35l-0.4,4.82l-0.55,0.58l-2.25,0.14l-2.1,1.15l-1.19,-2.11l-2.93,-1.46l-1.6,0.75l-2.58,0.37l-1.3,1.55l0.74,6.06l1.22,1.81l6.05,6.09l1.44,0.47l1.23,-0.28l-0.72,1.14l-4.5,0.6l-0.99,1.68l-0.61,2.55l-2.92,4.86l-0.9,2.72l0.23,3.35l2.2,3.59l0.5,1.76l-0.28,1.04l-1.57,1.26l-0.36,1.56l0.74,4.79l0.0,8.6l0.75,1.78l-2.21,2.3l-0.72,3.91l-4.93,0.76l-1.36,1.25l-3.47,1.72l-2.05,2.54l-0.94,0.38l-1.22,0.14l-1.92,-0.55l-3.72,1.2l-2.8,0.21l-3.7,-0.91l-3.47,1.31l-7.08,3.82l-1.69,-0.4l-1.01,1.28l-1.19,5.01l-1.99,2.79l-2.18,-2.42l-3.59,-2.19l-3.34,-1.3l0.17,-1.86l-3.02,-10.0l1.35,-2.64l3.06,-2.9l2.42,-1.1l2.3,-2.72l1.43,-4.51l2.16,-1.81l1.84,-2.54l1.42,-0.77l2.83,0.46l1.35,-0.73l3.23,-4.68l1.4,-1.05l2.65,-0.6l1.53,-1.32l0.71,-1.0l0.57,-2.48l1.68,-2.32l0.91,-6.31l-4.59,-7.01l-0.25,-1.92l0.6,-2.13l1.94,-3.19l-0.31,-3.76l1.35,-1.01l2.54,-4.37l0.29,-1.48l-1.07,-3.65l-0.79,-0.85l-1.93,-0.63l-1.39,-2.06l-0.16,-4.1l1.01,-3.0l2.02,-2.15l1.74,-0.76l2.01,-2.68l0.09,-1.13l-1.27,-2.17l1.32,-1.66l0.91,-2.61l-1.02,-1.59l-0.61,-2.33l-1.85,-1.56l-0.42,-1.95l-1.87,-0.82l-0.45,-0.98l-1.2,-0.29l-0.19,-0.46l2.0,-5.8l-1.92,-1.48l-1.2,-1.97l-1.67,-1.21l1.16,-1.77l1.25,-0.55Z", "name": "Chumphon"}, "TH-80": {"path": "M279.55,1269.01l-1.44,2.47l0.0,2.71l1.25,8.31l-0.48,1.89l1.37,3.32l2.17,21.23l0.88,3.55l2.03,3.11l6.04,3.64l3.74,8.1l1.76,2.61l0.72,2.23l0.77,1.07l3.6,1.76l0.83,1.44l1.64,0.34l1.71,-0.39l1.69,-1.37l-0.98,-3.12l-0.22,-4.34l-1.13,-3.91l-3.0,-1.34l1.03,-0.44l3.04,2.21l2.95,3.38l1.27,2.23l5.52,14.3l3.38,21.64l4.2,19.24l-6.52,1.33l-3.62,1.88l-5.17,1.62l-4.69,2.14l-1.13,1.81l-1.76,5.98l-8.69,-2.28l-1.34,-1.65l-1.46,-0.96l-0.5,-2.28l-1.29,-1.74l-4.96,-2.1l-15.62,2.09l-2.24,2.07l-4.72,0.9l-0.61,0.49l-0.56,-0.85l-0.45,-4.09l1.8,-7.82l-1.18,-1.77l-1.37,-0.64l-9.36,0.99l-2.65,-0.21l-1.15,0.43l-1.71,2.95l-2.45,1.84l-0.88,1.89l-1.8,1.66l-1.28,3.14l-2.97,0.44l-4.34,-1.92l-6.8,-0.07l-3.23,-4.1l-3.49,-1.63l-1.17,-1.35l1.29,-1.52l0.7,-2.91l-1.43,-3.66l-2.25,-1.88l-2.49,-5.26l0.93,-1.32l0.22,-1.84l-0.57,-3.23l2.68,-4.9l0.05,-8.84l-0.29,-1.4l-4.12,-3.35l-3.95,-6.04l0.18,-1.62l1.47,-3.87l3.22,-4.67l-0.38,-6.9l0.74,0.08l2.99,2.08l1.41,-0.01l4.11,-2.88l4.23,-1.75l2.28,-2.7l2.0,-1.46l0.5,-1.24l-0.33,-1.86l0.36,-1.19l4.07,-3.13l0.66,-3.34l3.0,-3.49l0.63,-2.6l-0.42,-4.16l0.59,-5.94l1.97,-0.18l1.15,-1.09l3.35,-6.28l1.49,-0.32l0.91,1.25l1.06,0.34l2.24,-1.27l1.88,0.0l3.62,-1.7l0.61,-1.1l-0.7,-2.35l2.59,-0.52l1.74,-1.49l1.33,-4.47l0.46,-3.56l1.97,0.9l2.03,-1.16l0.26,-4.63l-0.38,-1.78l-0.99,-0.9l-2.65,-0.5l-0.64,-1.64l-1.37,-1.25l2.54,-8.08l-0.4,-6.08l1.97,-2.81l1.21,0.26l2.07,-1.34l1.17,1.1l3.92,1.71l-0.04,2.13l0.71,1.78l2.0,3.47l0.83,-0.09l0.08,7.48l0.57,2.26l2.66,3.91l0.32,6.89l1.43,3.82Z", "name": "Nakhon Si Thammarat"}, "TH-81": {"path": "M169.16,1344.61l3.41,-1.01l6.5,0.89l3.74,-1.23l2.7,-2.75l2.14,0.02l4.61,0.87l1.64,1.07l4.52,1.26l3.39,-0.11l5.65,-1.93l1.52,2.11l3.69,2.91l0.13,9.7l-2.65,4.78l0.42,4.62l-1.1,1.51l2.21,5.46l2.7,2.58l1.35,3.49l-0.67,2.34l-1.37,1.93l1.4,1.8l0.77,2.35l-1.46,3.24l-3.85,3.87l-0.27,1.11l1.93,3.16l0.63,3.23l2.5,4.17l-3.04,5.53l-5.44,4.04l-1.45,-1.65l-3.21,-0.96l-2.27,-2.68l-4.3,-2.79l-1.56,-1.38l-1.11,-2.67l-1.07,0.37l-0.26,3.68l-0.99,2.82l-2.0,1.33l-3.55,-0.72l-2.3,-2.41l-0.57,-7.07l-1.33,-2.7l4.25,-3.33l0.78,-1.44l0.85,-7.34l-0.68,-0.27l-2.05,2.06l-1.98,0.16l-2.93,-4.14l-3.48,-1.48l-0.71,-1.97l0.35,-2.31l-0.38,-1.1l-0.94,-1.15l-2.48,-1.61l-1.34,-2.29l-1.87,0.36l-1.8,2.92l-4.63,1.92l-1.26,-0.35l-1.72,-4.03l-1.48,-0.95l-1.05,0.45l-0.74,1.56l-1.33,1.08l-0.48,-2.28l-1.93,-2.33l0.01,-7.3l-0.39,-1.51l0.39,-5.35l-0.38,-1.8l-1.87,-4.32l-0.72,-0.02l-1.49,2.83l-0.42,-7.76l-1.18,-1.24l-2.19,0.63l-2.98,1.9l-1.82,-0.31l-0.4,0.75l0.28,-6.55l4.18,-3.72l-0.43,-3.04l1.73,-4.83l-1.31,-2.61l-0.25,-8.64l2.82,-0.74l1.21,-0.86l1.04,-1.73l0.43,-4.06l2.18,-0.78l1.43,-3.62l0.78,-0.86l1.61,0.2l2.19,2.46l1.0,0.49l5.3,0.41l1.91,2.33l3.02,1.52l2.07,2.16l1.03,2.06l-3.15,2.74l-1.58,2.59l0.81,2.22l1.76,2.57l-0.52,2.58l-1.19,1.84l-0.21,1.84l0.86,2.53l0.25,5.36l0.69,2.28l0.85,1.03ZM191.3,1422.23l-1.48,-0.09l-1.26,-1.64l-1.9,-1.11l-2.46,-4.01l1.94,-1.03l3.86,0.6l1.94,1.19l0.29,3.21l-0.93,2.88ZM191.0,1435.2l-1.36,0.94l-2.2,-1.26l-2.09,-2.49l-3.09,-7.22l0.11,-3.75l-0.83,-3.2l0.53,-0.51l4.58,3.69l0.02,3.77l1.1,4.01l3.23,6.03Z", "name": "Krabi"}, "TH-82": {"path": "M105.76,1247.42l1.35,0.41l1.13,-0.34l2.65,-2.7l-0.11,-0.62l-1.79,-0.92l-0.03,-1.35l1.26,-3.25l1.32,-1.82l1.43,-4.92l3.92,-1.27l4.77,4.37l5.65,2.04l0.6,5.48l-2.6,3.83l-0.73,2.88l0.3,2.87l-1.47,1.26l-0.38,2.07l0.79,5.37l-1.58,1.53l2.69,8.85l-1.27,0.22l-4.02,2.62l-0.44,1.41l0.87,3.6l-0.61,2.27l0.54,0.66l4.56,1.05l3.98,3.13l3.68,5.24l2.73,0.31l0.68,0.58l-0.27,8.39l-1.98,1.81l-1.19,2.26l-2.57,0.86l-0.4,0.94l0.46,1.05l4.03,2.98l4.57,-0.37l3.81,-1.62l5.24,1.9l-0.4,3.96l-0.9,1.47l-4.16,1.79l-0.22,2.95l0.44,6.07l0.32,1.31l0.98,1.22l-1.7,4.65l0.51,2.8l-0.37,0.44l-1.58,-1.15l-4.21,-1.24l-0.54,0.29l-0.46,2.23l-3.23,0.69l-1.69,0.86l-2.84,2.59l-1.36,0.45l-0.89,-1.1l-1.05,-0.15l-0.93,1.98l-0.96,-0.99l-1.07,-0.18l-0.4,1.37l-2.02,-0.17l-1.88,0.89l-0.84,1.32l0.2,0.57l3.16,1.27l0.31,3.59l0.67,1.73l0.03,2.81l-1.77,4.35l-1.96,2.47l-1.11,-1.36l-0.98,-0.15l-1.58,2.88l-1.37,-1.24l-2.17,-3.85l-2.63,-1.04l-0.98,-1.66l-3.27,-0.68l-1.1,-0.92l-0.42,-6.25l-1.64,-3.2l-2.17,-10.17l-4.62,-13.96l-0.16,-2.24l0.74,-2.05l0.4,2.36l0.83,1.55l2.68,2.91l0.68,-0.16l0.57,-2.54l-3.53,-3.68l0.73,-1.87l0.02,-2.35l1.49,-4.61l-0.23,-2.51l-1.98,-5.61l3.3,-3.61l1.18,-9.88l2.33,-3.69l1.04,-4.35l3.42,-5.44l0.56,-0.34l3.39,0.59l0.37,-0.54l-0.6,-2.18l3.47,-4.11l0.03,-0.5l-0.48,-0.14l-5.05,1.8l-0.78,-0.63l-0.26,-2.47l1.07,-0.95l2.6,-0.15l1.95,-1.36l-1.27,-3.57l-4.53,-6.55l-0.61,-3.76ZM137.38,1367.22l-0.04,0.9l-3.83,-1.51l-0.8,-1.09l2.47,-0.86l0.29,-0.49l-0.43,-1.63l3.22,-4.51l0.7,0.4l0.17,1.34l-1.75,7.44ZM128.06,1366.0l0.71,1.34l5.0,2.83l1.56,1.61l0.83,2.99l0.14,11.73l-0.76,2.09l-1.18,-0.09l-1.03,-1.41l-1.53,-6.24l0.38,-1.24l1.53,-0.59l0.28,-1.29l-0.39,-2.01l-0.82,-1.06l-2.27,-0.94l-2.17,-4.97l-0.29,-2.75ZM102.15,1264.38l-2.1,0.58l-1.95,-0.09l-1.26,-1.12l0.85,-10.75l1.08,-0.62l1.99,0.12l2.68,2.49l0.97,1.65l0.57,4.15l-2.17,2.19l0.37,0.87l-1.05,0.52ZM101.88,1276.25l-2.44,6.03l-0.44,-0.06l-0.82,-1.85l-0.21,-2.13l0.51,-2.35l-0.37,-6.18l0.74,-1.37l1.65,0.33l1.99,1.2l1.16,1.9l-0.38,1.99l-1.38,2.49ZM58.97,1220.49l-0.25,0.44l-2.52,-0.23l-0.32,1.23l-1.37,-1.15l0.32,-1.7l1.72,-1.09l2.24,0.54l0.19,1.95ZM56.53,1226.57l-0.23,0.57l-2.98,-2.32l-0.19,-1.16l1.65,-0.84l0.99,0.75l0.76,2.99Z", "name": "Phangnga"}, "TH-83": {"path": "M101.39,1358.09l0.81,0.56l1.77,-0.03l1.85,1.51l1.4,6.52l0.39,0.33l0.95,-0.11l0.91,-0.85l4.63,3.78l2.13,-1.71l0.72,0.25l0.63,1.23l-0.05,1.65l-2.16,4.25l0.03,3.57l-1.76,1.34l-0.56,2.99l1.33,4.31l1.03,1.52l0.66,0.0l1.0,-1.0l0.55,1.07l0.03,1.45l-0.73,1.06l-3.6,1.35l-0.49,1.68l0.24,3.17l-3.42,-1.63l-2.37,0.2l-1.25,5.12l-0.89,1.43l-1.2,0.29l-1.6,-0.92l-0.51,-1.37l-0.56,-6.95l-1.35,-2.61l-0.12,-0.91l1.8,-1.42l-0.35,-1.84l-2.83,-1.27l1.94,-2.32l-0.73,-2.46l1.64,-3.22l-0.76,-7.18l1.48,-4.26l0.22,-2.42l-0.84,-6.19Z", "name": "Phuket"}, "TH-32": {"path": "M627.4,562.42l-0.59,-0.31l-1.26,0.63l-1.5,-1.32l-0.2,-0.74l0.98,-1.5l0.59,-2.97l12.06,3.47l3.93,1.62l2.49,1.63l5.95,2.11l1.95,-0.35l9.81,-4.54l1.59,-0.07l6.38,1.24l1.77,-0.62l3.63,-2.49l2.34,-0.17l4.64,1.73l15.82,1.18l3.59,-1.09l3.02,-1.62l3.08,-0.04l1.4,-0.82l0.42,0.09l0.63,2.15l1.08,0.73l3.14,0.32l-0.26,1.56l1.03,0.54l3.2,-0.6l0.22,1.16l1.12,0.76l6.87,0.29l0.99,0.5l0.72,2.7l0.89,1.38l-0.28,1.61l-4.3,2.54l-2.52,4.2l-1.02,0.61l-0.68,1.21l-1.36,0.28l-0.52,0.68l1.22,3.09l-1.29,3.46l-0.53,4.41l2.28,3.01l1.43,7.26l1.05,1.26l-0.1,3.63l-1.6,1.91l-0.52,2.34l-1.76,1.36l-0.82,2.22l-3.18,4.01l-2.81,6.85l0.17,1.28l1.37,1.9l3.81,1.98l3.09,0.6l0.63,0.51l0.78,1.8l0.12,6.36l5.81,8.23l0.0,3.1l-1.77,9.02l1.76,9.99l-1.75,10.41l-4.35,1.19l-3.11,-2.43l-5.87,0.31l-1.25,1.02l-0.78,1.44l-1.69,0.2l-1.48,-0.29l-3.39,-2.19l-1.64,-0.55l-3.36,0.33l-8.34,-1.83l-3.72,-0.26l-0.83,-0.96l0.24,-2.54l-0.36,-1.44l-1.65,-1.35l-1.3,-0.37l-2.32,0.74l-1.21,2.61l-2.05,1.02l-4.8,-1.9l-2.02,0.29l-9.06,5.24l-0.94,-0.12l-2.06,-1.32l-1.67,0.51l-4.79,2.96l-9.57,0.26l-2.96,0.89l-0.21,-2.51l0.61,-2.11l-0.33,-2.24l1.53,-4.59l-2.14,-5.65l-0.72,-3.63l0.22,-6.93l1.67,-1.89l0.67,-2.96l2.12,-4.13l1.61,-6.62l-0.14,-3.41l2.7,-3.73l8.94,-6.96l2.55,-4.76l1.66,-1.21l0.99,-1.48l-0.32,-7.71l0.46,-0.92l1.99,-1.44l0.38,-1.15l-1.48,-3.08l0.79,-2.45l-1.09,-2.87l-0.52,-8.51l1.83,-5.59l1.98,-1.34l2.15,-5.64l-0.4,-1.61l-1.78,-0.55l-1.42,-1.95l-1.59,-0.76l-2.15,-0.71l-0.52,0.38l0.39,1.08l-0.76,1.13l-1.48,0.04l-0.55,-0.51l0.9,-0.75l-0.15,-0.69l-0.92,-0.7l-1.74,0.54l-2.73,-1.28l-5.65,2.61l-1.33,1.62l-0.77,0.27l-2.62,-1.09l-1.27,0.88l-0.52,-1.0l-1.9,-1.01l-0.77,-1.53l-1.64,0.16l-2.18,-2.85l-2.56,0.35l-1.83,-4.09l-0.28,-1.64l-1.13,-0.33l-0.38,0.38Z", "name": "Surin"}, "TH-40": {"path": "M624.72,397.0l1.97,2.62l-1.11,3.39l-0.04,1.98l0.52,1.39l1.16,0.17l1.47,-0.9l1.02,-1.23l0.3,-1.92l0.46,-0.07l1.74,0.92l1.03,3.29l-0.57,3.88l-2.19,3.53l-0.64,15.37l-3.26,3.19l-2.95,6.13l-2.52,2.92l-1.57,0.78l-2.52,0.35l-2.71,2.98l-8.35,2.44l-0.11,0.69l1.41,2.4l-0.16,1.86l-1.27,2.36l-2.21,2.63l-2.36,4.82l-4.29,3.42l-0.94,1.74l-0.04,6.21l1.5,5.24l0.34,5.58l-0.92,3.26l0.07,1.7l1.36,3.14l2.45,1.53l1.78,3.94l-0.49,7.31l3.29,7.29l-0.08,4.77l0.94,3.24l-3.68,1.29l-1.61,1.68l-0.55,1.58l-0.17,6.49l-1.19,4.2l-1.02,1.69l-0.99,0.52l-3.35,1.04l-1.63,-0.14l-5.27,-4.21l-3.93,-0.94l-2.07,-2.88l-0.42,-2.06l-1.06,-0.65l-3.04,1.13l-5.87,-0.92l-1.73,1.38l-9.46,-1.28l-4.76,0.81l-2.53,1.24l-1.95,0.17l-2.17,-2.26l-3.13,-1.87l-0.11,-3.06l-2.32,-2.03l-1.69,-2.57l0.52,-1.21l-0.57,-3.64l0.31,-1.4l1.47,-1.76l2.53,-4.74l-0.19,-0.89l1.3,-5.08l1.12,-1.23l-0.64,-1.15l-1.99,-0.76l-2.55,-2.24l-7.11,-3.23l-1.28,-2.08l2.69,-2.09l4.08,-4.27l2.28,-4.39l2.64,-3.04l3.12,-4.66l5.23,-16.21l0.17,-2.76l-3.74,-2.51l-0.86,-2.84l-0.78,-0.75l-1.51,0.11l-0.46,0.63l0.07,1.08l-1.82,0.47l-2.39,-1.55l-3.03,0.56l-2.21,-0.46l-1.41,-1.08l-3.08,-1.08l-2.0,-2.11l-4.13,-1.79l-2.83,0.56l-10.84,-0.41l-2.31,-1.49l-3.78,-4.84l-3.6,-1.7l-2.11,-5.02l-1.36,-1.34l-4.94,-0.22l-6.3,-2.55l-1.98,-0.31l-1.4,0.17l-3.93,1.73l-3.27,-2.72l2.33,-3.05l1.38,-2.77l0.41,-4.51l8.48,-3.24l9.23,-5.72l3.76,0.35l2.88,-1.82l3.18,-0.63l2.68,-2.07l7.25,0.96l2.3,1.25l3.74,0.94l1.36,-0.35l4.35,-3.25l1.68,-0.18l3.18,1.23l1.7,2.41l1.07,0.52l0.26,1.2l1.52,2.47l6.08,1.92l2.03,1.19l2.42,0.42l4.34,-1.04l3.7,0.48l2.97,1.0l2.79,2.64l5.68,-0.9l0.72,-0.94l1.49,-6.2l5.97,-14.11l0.94,-5.34l0.07,-3.27l2.33,-4.13l1.1,3.38l6.31,3.33l4.7,4.1l-1.11,1.71l0.85,2.16l-0.17,2.78l0.51,4.34l0.67,0.52l5.7,-0.42l2.23,1.14l2.31,2.48l2.75,0.49l17.0,-7.92Z", "name": "Khon Kaen"}, "TH-41": {"path": "M519.76,275.14l0.83,0.99l0.79,0.09l2.53,-2.3l2.2,-0.6l1.07,1.13l3.12,0.91l2.09,1.7l3.42,1.35l3.53,2.58l1.29,2.32l3.06,1.72l1.04,1.37l1.79,1.26l0.98,1.89l0.51,3.12l1.84,2.36l1.98,0.99l-0.42,2.61l2.64,3.66l1.35,0.64l7.02,0.41l3.47,3.56l3.95,3.01l-0.37,1.97l0.55,3.31l-0.44,2.38l0.78,0.53l3.99,0.77l0.82,1.38l1.01,0.37l5.66,-0.83l2.2,0.34l1.81,-0.77l2.75,-2.11l0.95,-3.58l1.09,-1.27l5.33,-3.03l0.68,-1.86l1.29,-1.44l-0.25,-1.79l0.68,-3.41l-1.74,-4.19l3.84,-5.69l-0.14,-2.76l1.79,-0.12l4.75,1.02l2.19,3.25l0.95,2.53l0.76,0.38l1.98,-0.84l1.36,-1.31l1.81,-2.88l2.24,-0.83l0.69,-1.21l2.43,2.41l1.79,0.65l2.31,2.48l2.66,1.18l1.08,1.46l1.69,1.21l1.9,-1.16l1.1,-3.54l0.96,-1.22l6.22,-2.68l1.15,0.79l2.22,3.43l1.62,0.96l1.34,-0.25l3.63,-2.25l4.4,-1.18l-0.3,1.72l1.21,0.88l-0.95,0.28l-1.14,-0.63l-0.67,0.45l-0.83,4.9l-0.62,0.86l1.41,3.22l1.86,1.09l0.32,1.06l0.21,2.85l-0.84,3.25l0.23,9.36l-1.27,0.24l-1.46,1.18l-2.3,-0.2l-1.35,0.78l-1.0,1.41l-0.49,1.8l-1.05,1.19l-0.85,2.72l-1.73,1.72l-1.03,2.36l-1.2,5.3l2.39,5.4l-1.7,1.79l-1.58,4.27l-1.62,1.74l0.02,1.06l3.02,5.0l7.13,1.59l6.96,3.74l4.25,0.23l2.46,-1.47l1.06,1.22l5.74,3.07l3.62,3.08l2.24,-0.32l0.91,0.39l2.42,2.41l1.64,2.63l2.43,0.99l0.54,6.07l-3.71,-4.66l-3.74,-1.37l-2.17,0.62l-3.91,2.41l-2.76,3.51l0.42,2.15l-0.14,3.28l-2.65,4.11l-0.44,2.68l0.14,3.45l-3.38,4.54l-1.33,3.58l-1.01,-2.76l0.17,-2.7l-2.74,-2.79l-5.42,-2.5l-5.52,-1.22l-2.22,-1.53l-4.64,-1.43l-2.37,0.78l-4.18,0.3l-3.86,-0.61l-3.4,5.11l-16.91,7.91l-2.26,-0.4l-2.2,-2.41l-2.52,-1.29l-5.63,0.43l-0.65,-4.13l0.16,-2.89l-0.84,-2.0l1.13,-1.1l-0.12,-1.03l-4.96,-4.37l-6.17,-3.22l-0.66,-2.75l-0.89,-0.86l-1.01,0.58l-2.1,3.76l-0.9,8.23l-0.71,1.73l-12.57,-12.1l-4.59,-8.51l-0.2,-1.35l1.14,-1.33l3.3,-0.58l2.87,-1.94l0.88,-2.62l1.54,-0.97l0.21,-0.87l-1.41,-0.76l-2.84,0.34l-5.68,1.91l-2.11,-2.87l-1.79,-0.88l0.54,-3.45l0.8,-1.41l-0.19,-1.66l-0.97,-1.3l-3.06,-0.4l-1.55,-1.37l-0.29,-2.85l0.71,-1.52l0.06,-2.31l-1.09,-4.41l-3.98,-7.91l-0.76,-4.86l-1.06,-2.54l-0.11,-6.34l-1.02,-0.59l-2.92,1.34l-2.84,-1.25l-5.99,-1.1l-2.51,-1.02l-1.34,0.05l-4.31,3.37l-2.72,-0.94l-1.54,0.46l-2.64,3.14l-1.33,-2.37l-1.59,-1.55l-2.59,-7.71l-0.92,0.32l-1.17,3.18l-0.56,0.06l-0.5,-0.67l-1.41,-8.0l0.88,-3.69l1.34,-1.39l-0.11,-2.18l0.84,-3.78l-0.35,-3.16l-1.19,-2.82l-1.52,-9.76l1.24,-0.8l0.34,-0.81l0.41,-2.73l1.42,-3.9l0.29,-3.25l2.86,2.78l2.57,-0.05l1.26,2.41l1.95,1.11l-0.33,1.32l0.68,1.56Z", "name": "Udon Thani"}, "TH-42": {"path": "M389.18,325.18l4.34,0.81l3.95,2.28l3.46,3.53l1.76,0.38l6.72,3.43l0.8,-0.04l1.69,-1.27l1.89,-2.65l0.31,-1.64l3.79,-1.41l4.84,-7.67l11.86,-9.64l3.0,-0.77l1.96,-2.49l0.31,-1.13l-0.28,-0.44l-1.9,-0.36l0.31,-0.45l1.29,-0.43l3.28,0.01l2.26,-1.89l1.28,3.13l0.66,0.1l1.62,-2.88l2.04,-2.09l3.58,-1.5l2.22,-1.5l0.03,-0.64l-1.87,-1.51l2.59,-0.96l0.89,-1.1l0.86,-3.9l2.36,1.09l1.24,-1.36l0.89,-2.03l1.62,-1.03l9.98,-1.93l3.33,-9.85l0.95,-4.77l0.83,-1.93l1.63,-1.51l1.42,1.24l4.22,1.14l4.12,2.36l2.53,-0.67l18.27,-19.28l0.64,-0.49l2.71,0.14l-0.2,3.62l-2.93,2.49l-0.79,1.6l-1.48,5.73l-0.49,4.66l-1.28,3.26l-0.41,2.73l-1.59,1.68l1.52,10.03l1.2,2.9l0.33,2.98l-0.84,3.7l0.13,2.04l-1.29,1.27l-0.95,4.03l1.5,8.34l0.86,1.03l1.39,-0.14l1.32,-3.15l2.18,7.1l1.66,1.64l1.59,2.7l2.07,6.3l0.07,1.69l-2.26,3.37l-4.62,2.74l-7.63,0.05l-1.36,0.26l-1.04,1.03l-0.23,2.03l0.74,2.48l3.43,4.18l-0.23,2.38l0.46,2.32l-4.49,5.26l-0.32,3.53l-2.87,3.41l-0.68,1.7l0.83,3.02l2.79,3.18l3.84,1.42l1.93,1.23l1.89,0.32l4.54,1.88l1.16,1.66l0.98,3.35l4.24,3.84l-4.4,1.96l-2.44,2.52l-4.41,1.7l-1.27,1.15l-0.02,1.26l3.77,6.41l-2.41,1.88l-3.1,0.59l-3.32,1.91l-3.26,-0.46l-9.33,5.76l-8.63,3.3l-6.18,0.84l-1.1,-1.3l0.56,-3.42l-0.97,-3.16l0.42,-6.18l-0.6,-3.59l-0.58,-1.51l-2.78,-3.08l-3.8,-9.1l-0.66,-0.63l-1.18,-0.09l-1.37,0.93l-2.32,3.82l-2.02,0.93l-2.07,0.24l-1.91,-0.73l-2.4,-5.1l-6.63,-3.42l-0.97,-0.15l-2.37,1.17l-2.96,-0.98l-1.93,0.66l-3.58,-0.52l-3.42,1.06l-1.72,-1.58l-10.21,-4.08l-2.16,0.96l-0.15,3.02l-2.44,4.02l-1.11,0.6l-2.6,0.19l-1.05,0.92l-0.27,2.0l0.74,2.62l-0.93,3.73l-0.03,2.91l-1.49,0.79l-0.87,1.37l-3.04,0.25l-0.2,-1.44l-0.69,-0.87l-3.18,-1.87l1.09,-1.4l0.17,-1.23l-1.58,-3.06l1.48,-1.95l0.55,-6.16l1.52,-4.22l1.02,-6.1l2.2,-3.73l0.63,-3.35l-2.76,-4.74l-3.44,-0.81l-1.48,-2.39l-2.1,-1.11l-1.8,-2.48l-3.72,-0.03l-2.38,-0.57l-1.57,0.35l-1.1,-0.7l-0.42,-2.07l0.78,-4.05l-0.79,-4.66l-2.01,-3.44l2.04,-2.62l0.38,-3.23l2.3,-1.68l1.1,-2.05Z", "name": "Loei"}, "TH-43": {"path": "M516.26,251.64l4.39,0.23l1.78,0.99l2.08,5.31l4.61,3.25l2.55,3.37l5.52,4.83l3.24,1.62l3.23,-0.15l1.96,2.44l3.02,2.5l3.7,1.88l4.02,0.74l9.21,0.03l3.23,1.64l1.29,4.19l-1.84,8.31l7.33,3.5l2.53,0.35l0.45,-1.21l-1.64,-3.66l0.5,-1.45l1.31,-0.8l3.78,-0.91l1.76,-1.02l4.0,-3.63l6.24,-3.38l0.77,-1.25l1.47,-0.86l9.27,-4.1l1.63,-0.33l1.8,0.45l3.3,2.12l1.91,0.54l2.33,-0.87l3.84,-5.09l-0.85,-6.73l0.66,-3.31l1.24,-1.14l0.45,0.26l2.3,-0.78l1.88,-1.17l1.39,-1.76l2.05,-7.91l1.93,-1.85l10.46,-2.36l1.53,-0.55l1.11,-1.09l0.05,-1.3l-0.76,-1.03l-5.36,-3.43l-0.59,-1.84l1.04,-2.6l1.76,-2.16l2.27,-1.67l2.56,-1.1l8.57,-1.75l8.93,2.18l2.18,-0.27l6.37,1.01l6.23,1.66l3.37,2.48l6.28,2.82l9.67,1.05l4.98,2.52l2.74,3.79l1.96,0.49l1.6,-0.47l2.68,-3.22l2.01,-1.31l2.24,-0.57l2.45,0.25l2.55,1.3l1.94,2.08l5.36,9.32l5.85,13.48l8.55,8.25l-2.98,1.93l-4.52,-0.18l-0.8,0.33l-0.77,3.06l0.36,1.0l1.21,1.17l-0.19,2.99l0.41,2.0l-2.65,4.83l-0.83,-0.04l-2.77,-1.7l-0.54,-2.04l-2.39,-4.02l-1.55,-0.13l-3.17,1.42l-1.93,6.45l2.47,3.97l-0.07,3.18l-1.37,0.63l-0.46,1.42l-1.22,0.48l-0.87,1.01l-1.33,-1.13l-1.9,-0.74l-0.38,-1.65l-1.5,-1.22l-0.01,-4.14l-0.78,-0.34l-1.72,0.83l0.68,-2.69l-0.37,-0.74l-2.32,0.35l-1.53,1.53l-0.87,-1.66l-0.64,-0.33l-2.17,1.08l-3.42,-0.28l-0.91,0.8l0.8,1.99l-1.44,-0.45l-2.58,-2.57l0.07,-0.65l1.42,-0.88l0.31,-0.87l-0.44,-1.23l0.12,-1.75l-1.49,-1.1l0.19,-1.38l-0.39,-0.48l-1.58,0.88l-0.76,2.73l-0.66,-0.11l-3.09,-2.59l-2.07,-1.01l-2.44,-0.49l-0.7,-1.32l-1.95,-0.2l-1.55,-0.82l-0.43,-2.2l1.85,-0.91l0.2,-0.71l-0.42,-0.58l-2.73,-0.58l-2.5,-2.93l-1.76,-0.3l-3.18,-1.94l-3.96,-0.25l-3.32,2.07l0.05,3.08l-2.03,2.53l-2.53,0.6l-1.33,1.02l-2.46,-0.58l-1.28,0.21l-1.07,0.82l0.1,1.4l2.16,3.55l-0.77,0.41l-0.35,0.87l1.62,3.53l0.09,1.36l-0.72,1.27l-4.96,1.33l-4.23,2.43l-1.47,-0.69l-2.5,-3.76l-1.67,-0.7l-6.52,2.83l-1.18,1.49l-1.03,3.4l-1.4,0.79l-2.13,-2.45l-2.66,-1.17l-2.28,-2.46l-1.87,-0.71l-0.7,-1.04l-2.38,-1.6l-0.94,1.46l-2.37,0.95l-2.83,3.87l-1.7,0.88l-1.08,-2.54l-2.45,-3.51l-5.06,-1.12l-2.19,0.17l-0.67,1.04l0.39,2.17l-0.8,1.59l-1.41,1.15l-1.68,3.1l1.73,4.32l-0.69,3.38l0.29,1.59l-1.21,1.27l-0.3,1.34l-6.38,4.17l-1.37,4.22l-2.48,1.85l-1.55,0.67l-2.09,-0.35l-5.51,0.84l-1.59,-1.68l-4.4,-0.97l0.52,-1.97l-0.55,-3.34l0.31,-2.28l-2.48,-2.36l-1.7,-0.95l-3.45,-3.57l-7.45,-0.58l-0.89,-0.41l-2.46,-3.39l0.39,-2.67l-2.15,-1.21l-1.68,-2.15l-0.44,-2.93l-1.1,-2.14l-3.02,-2.84l-3.02,-1.68l-1.26,-2.3l-3.66,-2.67l-3.46,-1.37l-2.12,-1.72l-3.06,-0.88l-1.23,-1.22l-2.85,0.68l-1.62,1.83l-0.91,0.36l-1.1,-1.87l0.27,-1.61l-2.13,-1.36l-1.17,-2.32l-0.84,-0.43l-2.1,0.21l-3.03,-3.03l2.09,-6.83l1.67,-1.07l1.34,-1.57l0.28,-3.9Z", "name": "Nong Khai"}, "TH-44": {"path": "M606.84,448.75l7.82,-2.24l2.77,-3.01l2.33,-0.27l1.86,-0.93l2.72,-3.15l2.93,-6.1l2.77,-2.37l0.72,-1.78l-0.09,-1.79l2.57,0.37l0.52,0.35l0.01,1.04l-1.57,1.4l-0.34,0.97l0.46,3.92l0.91,2.22l-2.05,6.18l0.39,2.38l2.02,3.81l-2.17,4.39l0.61,2.79l1.15,0.85l3.1,0.38l6.76,-1.88l1.81,-2.44l1.07,3.37l3.48,0.93l1.49,2.09l1.62,3.84l2.05,1.81l2.88,1.33l0.73,2.46l-0.21,1.58l2.87,3.83l0.7,2.12l1.49,-0.08l1.32,-1.85l4.49,-0.01l-4.97,8.18l-0.83,2.91l-0.15,3.17l1.46,4.04l0.13,6.92l1.43,6.02l-1.75,2.86l-1.17,3.61l-3.54,16.96l-1.1,0.49l-4.94,-0.49l-2.7,1.13l-1.71,2.0l-2.63,6.25l-2.01,3.0l0.35,1.06l1.79,0.99l0.84,2.77l1.88,1.37l2.87,1.17l1.54,1.49l3.61,-0.8l1.23,0.17l1.06,0.75l0.42,2.16l-2.48,7.99l-5.97,2.48l-1.69,0.3l-5.62,-2.04l-2.45,-1.61l-4.01,-1.66l-12.47,-3.59l-3.69,-3.03l0.06,-0.76l1.06,-1.08l-0.25,-2.41l-3.63,-2.93l-0.89,-3.14l-2.41,-1.61l-4.95,-5.34l0.05,-0.6l3.41,-2.61l-0.16,-3.24l-2.38,-3.14l-2.1,-1.31l-2.3,-2.72l-0.92,-2.89l-0.02,-5.39l-3.28,-7.2l0.61,-4.54l-0.15,-2.91l-1.86,-4.11l-2.49,-1.59l-1.2,-2.78l-0.07,-1.42l0.9,-2.52l-0.3,-6.47l-1.51,-5.32l-0.07,-4.76l0.42,-2.03l4.81,-4.04l2.37,-4.85l2.16,-2.56l1.35,-2.5l0.21,-2.4l-1.21,-2.36Z", "name": "Maha Sarakham"}, "TH-45": {"path": "M725.11,449.49l0.52,3.94l0.64,0.82l1.25,0.3l11.44,-5.49l1.1,-0.0l1.7,1.11l6.5,0.03l3.65,-1.51l1.83,-2.64l0.74,1.8l0.85,4.92l0.92,8.06l0.69,1.03l2.09,0.61l-3.02,6.77l-1.14,0.51l-2.22,-0.08l-1.97,1.44l-2.01,2.74l-1.54,3.7l-1.22,1.75l-5.7,2.75l-3.1,3.11l-3.34,1.08l-1.77,1.61l-0.5,2.04l1.84,3.99l-0.95,5.99l-1.17,0.33l-2.99,-0.57l-3.01,0.02l-2.13,0.67l-0.55,1.13l0.06,4.9l-0.83,1.71l0.34,1.62l2.39,3.1l-1.89,1.33l-0.49,0.96l0.38,1.42l-1.4,1.46l-0.01,1.38l0.64,1.45l0.49,0.21l4.89,-1.23l2.09,-1.27l0.06,-2.53l3.56,2.16l2.08,3.78l0.42,4.55l-0.91,4.77l1.07,0.47l1.19,-0.62l0.94,0.57l5.71,10.13l-6.07,2.36l-5.6,4.56l-1.78,0.74l-3.94,5.66l-2.25,1.74l-3.84,4.87l-0.54,1.38l-0.45,-1.48l-0.54,-0.35l-1.54,0.58l-2.21,-0.12l0.55,-1.32l-0.4,-0.55l-3.32,-0.16l-1.11,-0.92l-0.35,-1.78l-1.06,-0.4l-1.6,0.85l-3.17,0.06l-3.1,1.66l-3.27,1.02l-15.66,-1.17l-5.38,-1.78l-3.03,0.66l-2.73,2.17l-1.46,0.51l-7.11,-1.31l-3.87,1.66l2.28,-7.29l-0.55,-2.74l-1.44,-1.05l-1.46,-0.22l-3.27,0.89l-1.48,-1.45l-4.16,-1.99l-0.79,-0.97l-0.42,-2.12l-2.01,-1.57l1.91,-2.66l2.6,-6.2l1.55,-1.81l3.14,-1.03l4.12,0.57l1.54,-0.72l0.5,-1.24l3.21,-16.05l1.13,-3.51l1.52,-2.0l0.29,-1.1l-1.43,-6.18l-0.14,-6.96l-1.45,-4.01l0.13,-2.92l0.76,-2.71l5.25,-8.64l2.39,-1.09l0.68,-0.23l1.09,1.85l2.28,0.51l2.15,-0.54l0.32,-1.63l2.35,2.63l1.6,0.2l1.46,-0.67l1.16,0.48l0.74,-0.76l0.01,-0.55l-1.37,-1.57l3.15,0.63l0.55,-0.37l0.0,-1.12l2.89,0.98l0.47,-0.25l0.9,-3.12l1.3,-1.94l0.48,-4.22l-0.44,-1.04l-2.34,-2.02l-0.42,-2.36l-1.57,-2.05l-0.21,-1.07l10.71,-8.22l1.95,-0.94l4.58,-0.27l2.48,1.44l2.17,0.31l1.97,1.18l4.44,0.33l4.17,-0.64l3.2,0.43Z", "name": "Roi Et"}, "TH-46": {"path": "M682.61,381.9l-0.63,1.81l0.57,1.03l2.08,0.33l2.2,-0.57l1.37,0.55l8.96,6.89l0.27,0.64l-0.64,2.26l0.15,1.44l1.49,2.83l4.17,2.6l1.39,2.84l3.43,2.34l3.21,1.42l3.49,3.41l0.96,-0.04l0.76,-0.84l0.93,-3.14l1.73,-0.18l0.93,-1.48l2.97,-1.45l0.95,-1.15l3.66,1.2l1.58,1.11l6.37,8.42l3.71,6.28l0.61,1.93l1.26,1.59l-0.59,1.98l0.5,3.64l5.9,9.94l0.72,10.02l-2.15,-0.39l-3.13,0.21l-1.46,-1.05l-1.55,-0.04l-11.38,5.47l-1.05,-0.64l-0.48,-3.81l-0.56,-0.59l-3.36,-0.45l-4.27,0.64l-4.29,-0.33l-1.78,-1.13l-2.13,-0.29l-2.33,-1.46l-5.32,0.24l-2.17,1.05l-10.97,8.49l-0.0,1.41l1.62,2.13l0.58,2.71l2.69,2.75l-0.45,3.91l-1.27,1.87l-0.79,2.83l-2.4,-0.92l-1.14,0.4l0.0,0.92l-3.27,-0.49l-0.43,1.09l1.33,1.58l-1.14,-0.26l-1.45,0.7l-1.05,-0.06l-1.69,-2.22l-1.33,-0.78l-0.6,0.34l-0.03,1.62l-1.57,0.43l-1.99,-0.45l-1.38,-1.98l-3.63,1.5l-5.17,0.0l-1.91,2.16l-0.76,-2.0l-2.79,-3.72l0.26,-1.33l-0.83,-2.79l-3.19,-1.63l-1.87,-1.67l-1.5,-3.68l-1.72,-2.36l-3.33,-0.79l-1.07,-3.42l-1.18,-0.02l-1.89,2.47l-6.27,1.66l-2.7,-0.36l-0.75,-0.56l-0.4,-2.48l2.12,-4.2l-2.08,-4.13l-0.31,-1.64l2.02,-6.62l-0.93,-2.4l-0.45,-3.73l1.65,-1.67l0.35,-1.13l-0.7,-1.53l-3.31,-0.66l0.57,-3.28l0.07,-8.76l2.15,-3.41l0.62,-4.26l-1.15,-3.63l-0.61,-0.73l-1.7,-0.55l-1.3,0.49l-0.63,2.47l-2.01,1.2l-0.27,-2.7l1.1,-3.67l-0.45,-1.13l-1.71,-1.85l2.87,-4.59l3.62,0.63l4.34,-0.31l1.6,-0.71l1.93,0.18l3.43,1.35l1.79,1.32l5.56,1.23l5.22,2.39l2.48,2.47l-0.15,2.96l0.88,2.36l0.88,0.68l0.95,-0.91l1.16,-3.36l3.31,-4.42l0.33,-6.2l2.66,-4.17l0.15,-3.5l-0.43,-1.88l2.56,-3.15l5.31,-2.8l3.44,1.21l3.41,4.67Z", "name": "Kalasin"}, "TH-47": {"path": "M644.41,331.06l1.7,-1.68l0.9,-2.81l1.01,-1.1l1.36,-3.04l1.21,-0.61l2.17,0.2l1.58,-1.23l1.26,-0.22l0.44,-0.69l-0.24,-9.39l0.84,-3.18l-0.22,-3.08l-0.5,-1.46l-1.82,-1.03l-1.25,-2.61l0.6,-0.82l0.7,-4.59l1.44,0.48l1.85,-0.92l-1.62,-1.31l1.34,-3.53l-0.1,-1.59l-1.61,-3.4l0.96,-0.71l0.13,-0.77l-2.19,-3.64l-0.07,-0.81l1.64,-0.51l2.49,0.58l1.93,-1.23l1.76,-0.19l2.66,-2.75l0.18,-3.48l2.75,-1.66l3.47,0.21l3.15,1.93l1.66,0.24l2.59,2.98l2.68,0.58l-1.71,0.73l-0.39,0.99l0.43,2.11l1.6,1.22l2.38,0.36l0.6,1.27l4.6,1.56l2.27,2.12l1.6,0.76l0.97,-0.51l0.48,-2.27l0.7,-0.8l-0.03,1.38l1.49,1.13l-0.25,1.06l0.47,1.56l-1.61,1.23l-0.17,1.26l2.88,3.03l1.75,0.64l0.82,-0.32l0.09,-0.9l-0.74,-1.29l0.26,-0.31l3.34,0.28l2.02,-1.07l0.62,1.48l0.95,0.52l1.44,-1.37l1.97,-0.63l-0.6,3.05l1.12,0.64l1.47,-0.97l-0.19,3.64l1.67,1.67l0.52,1.82l3.77,2.11l2.57,-1.66l0.51,-1.44l0.99,-0.46l1.26,4.69l1.96,-0.12l0.75,0.79l0.42,1.49l1.21,0.48l0.88,3.15l-0.42,1.89l0.88,1.12l-1.79,3.12l-2.39,0.65l-0.61,0.68l0.72,3.14l0.9,1.25l0.18,1.11l-1.25,3.32l-0.44,4.1l-2.56,5.36l4.73,9.44l4.34,1.58l1.2,-0.71l-0.15,-1.72l2.45,1.62l1.39,0.25l0.81,-0.6l1.05,-2.15l0.75,-0.42l7.29,0.61l9.22,-1.84l5.18,0.34l5.65,-0.27l0.2,6.75l1.15,1.98l0.65,7.37l1.26,2.92l-0.32,1.01l-2.29,2.58l-1.65,4.16l-0.55,5.69l-3.4,3.43l-0.73,1.47l-0.15,1.95l0.42,1.36l3.29,2.0l-0.08,1.34l-1.05,1.16l-6.47,3.84l-2.17,4.6l-2.85,1.29l-4.02,2.96l-4.47,1.02l-3.89,-0.73l-2.64,0.08l-1.16,1.54l-0.76,2.46l-2.05,2.17l-2.8,0.5l-4.71,-2.35l-1.31,0.04l-1.03,1.21l-3.04,1.51l-0.86,1.41l-1.82,0.27l-1.04,3.27l-0.74,0.58l-3.32,-3.3l-3.29,-1.47l-3.34,-2.28l-1.3,-2.76l-4.15,-2.57l-1.44,-3.27l0.61,-3.18l-1.07,-1.33l-9.41,-6.89l-4.75,0.14l-0.07,-0.97l1.3,-1.6l-0.37,-6.1l-0.51,-0.87l-2.35,-0.91l-1.57,-2.55l-2.54,-2.53l-1.3,-0.56l-2.0,0.39l-3.52,-3.02l-5.75,-3.07l-1.5,-1.51l-2.64,1.64l-3.9,-0.22l-6.81,-3.68l-7.33,-1.74l-2.44,-4.72l1.61,-1.87l1.69,-4.45l1.63,-1.72l-0.09,-1.09l-1.6,-2.56l-0.67,-2.03l0.99,-2.94l0.17,-2.06l0.99,-2.24Z", "name": "Sakon Nakhon"}, "TH-48": {"path": "M734.8,275.37l4.85,0.13l3.28,-2.05l5.35,11.22l1.72,4.7l1.97,2.03l7.0,4.14l1.56,2.01l2.42,4.82l2.02,2.63l1.45,3.8l3.29,3.85l3.29,2.95l18.84,9.44l5.09,3.16l1.25,1.29l4.57,7.31l2.77,1.71l1.07,1.17l2.85,6.85l-0.1,13.42l-0.91,7.55l-6.98,16.35l-0.56,2.55l1.0,10.37l1.46,3.64l0.44,2.39l-0.99,3.94l-1.66,0.64l-0.89,1.18l0.02,1.71l1.28,2.33l-0.05,1.28l-0.44,0.39l-1.34,-0.07l-4.19,-2.21l-0.35,-0.69l0.37,-2.07l-0.35,-2.6l-1.8,-0.97l-7.83,-0.71l-4.12,0.99l-1.98,1.15l-1.01,-0.06l-1.14,-0.72l-1.3,-2.19l-1.11,-0.92l-2.41,0.73l-3.78,-2.12l-2.99,1.33l-5.24,-2.33l-2.6,0.18l-3.95,1.76l-3.66,-1.53l-2.75,-2.81l3.64,-2.69l2.9,-1.32l2.33,-4.74l6.33,-3.71l1.27,-1.38l0.04,-2.27l-3.44,-2.3l0.03,-2.39l4.06,-4.67l0.59,-5.79l1.25,-3.4l2.58,-3.12l0.45,-1.7l-1.26,-2.83l-0.65,-7.39l-1.15,-2.0l-0.11,-6.31l-0.51,-1.01l-11.27,-0.12l-9.18,1.84l-7.39,-0.6l-1.23,0.67l-1.41,2.51l-3.81,-1.91l-0.67,0.54l0.23,1.62l-0.96,0.29l-2.66,-0.91l-1.03,-0.85l-4.06,-8.18l0.17,-1.24l2.3,-4.18l0.44,-4.1l1.27,-3.43l-0.1,-1.19l-1.03,-1.55l-0.72,-2.57l2.81,-1.04l2.04,-3.66l-0.92,-1.41l0.45,-1.73l-0.96,-3.42l-1.23,-0.54l-0.43,-1.5l-0.93,-0.98l-2.08,-0.12l-1.01,-4.42l0.05,-3.66l-2.23,-3.17l-0.2,-1.03l1.76,-5.46l3.39,-1.2l2.37,3.77l0.68,2.23l3.11,1.92l1.82,-0.28l2.71,-5.24l-0.42,-2.1l0.16,-3.15l-1.54,-2.03l0.62,-2.47Z", "name": "Nakhon Phanom"}, "TH-49": {"path": "M746.79,398.81l2.95,3.02l2.29,1.3l2.08,0.42l3.99,-1.78l2.36,-0.15l5.18,2.33l3.16,-1.32l3.48,2.1l2.32,-0.75l2.09,2.83l1.63,1.02l1.4,0.04l2.05,-1.18l3.9,-0.93l7.55,0.69l1.26,0.57l0.28,2.18l-0.37,2.19l0.58,1.15l5.55,2.6l1.01,-0.21l0.74,-0.76l0.08,-1.76l-1.39,-3.09l0.44,-1.11l1.27,-0.57l0.01,1.7l2.38,10.32l-2.8,10.01l-0.51,4.84l0.68,4.86l1.19,2.07l1.99,1.69l6.13,3.3l3.15,3.16l4.25,9.47l4.01,2.61l4.24,3.81l-1.75,2.28l-8.65,6.45l-5.48,2.19l-2.24,0.15l-1.23,-0.83l-10.67,-2.03l-2.79,-2.71l-1.27,0.5l-0.65,1.62l-0.72,0.58l-2.27,0.16l-1.56,-1.71l-3.11,-2.25l-3.01,-6.18l-1.12,-0.55l-3.08,-0.29l-1.09,-1.86l-1.64,-1.24l-3.09,0.39l-3.9,-0.64l-4.19,-0.08l-2.08,0.62l-2.29,1.69l-2.18,-0.64l-2.57,-14.95l-0.8,-0.94l-0.87,0.16l-1.64,2.65l-3.54,1.43l-0.73,-10.09l-1.86,-3.77l-4.08,-6.31l-0.44,-3.37l0.58,-2.14l-1.34,-1.75l-0.63,-1.97l-3.73,-6.31l-6.08,-7.99l2.46,-0.44l1.33,-1.09l1.41,-1.83l1.31,-3.27l6.24,0.72l4.47,-1.01Z", "name": "Mukdahan"}, "TH-26": {"path": "M402.15,675.21l2.16,2.49l4.46,0.28l2.64,1.75l1.51,2.02l2.06,-0.13l3.43,-2.96l-0.11,-2.49l0.93,-2.62l1.49,-2.08l0.62,-3.23l0.93,-0.94l1.91,0.32l1.99,-2.95l2.83,1.15l1.42,1.72l9.38,5.68l3.06,4.36l4.6,2.0l1.05,2.37l0.97,0.65l1.65,3.11l-0.09,2.55l-0.8,1.23l-3.25,0.5l-3.72,1.26l-1.59,-0.22l-2.28,-1.43l-0.93,0.34l-0.71,4.89l-8.42,6.37l-1.44,2.54l-0.0,1.56l1.24,1.82l0.18,1.82l1.29,2.24l0.06,1.16l-0.85,0.7l-2.9,0.78l-2.53,-0.97l-4.86,0.93l-4.39,4.39l-4.89,1.89l-0.35,0.89l0.51,1.97l-7.63,-0.62l-13.14,0.66l-3.74,1.19l0.9,-6.57l-0.22,-21.21l3.56,-4.08l0.62,-1.71l-0.33,-3.1l1.84,-0.47l1.5,1.43l0.79,0.01l4.19,-2.95l1.24,-1.5l0.46,-1.48l-0.3,-1.01l2.01,-3.11l0.0,-3.22Z", "name": "Nakhon Nayok"}, "TH-27": {"path": "M519.95,705.18l1.42,0.08l1.32,-0.53l0.51,-1.28l-0.12,-2.26l1.96,-1.36l0.7,0.1l1.81,1.57l0.52,2.29l0.81,0.83l1.23,0.38l3.47,-0.06l2.41,1.33l1.51,-0.4l1.3,-1.69l4.56,-1.12l4.35,1.15l2.98,-1.07l2.92,1.61l3.94,-0.16l0.46,0.77l0.24,3.9l0.88,1.11l1.61,0.33l3.22,-0.67l0.41,-1.19l-1.7,-0.94l0.25,-1.0l2.95,-0.84l2.65,-2.09l1.64,1.25l1.16,-0.4l1.0,-1.33l2.49,1.8l6.77,0.42l5.68,-1.29l3.13,-1.63l2.63,-0.74l5.98,1.14l3.8,-1.02l-0.26,3.01l-3.78,6.67l-0.69,5.57l-10.5,9.34l-2.03,3.61l-2.7,7.86l-2.46,3.35l-0.85,4.39l-2.43,2.11l-10.87,5.28l-3.55,2.71l-0.16,2.93l2.38,2.32l3.08,2.01l-8.29,3.98l-6.53,0.54l-8.73,-0.74l-4.32,0.48l-2.31,2.75l0.06,1.47l1.67,3.71l0.37,9.93l-0.7,6.73l0.2,8.05l-0.38,0.66l-4.19,2.8l-1.52,3.82l-0.87,0.68l-1.42,0.12l-2.22,-0.71l-2.14,-1.8l-1.34,-2.49l-2.26,-0.42l-1.45,1.06l-2.31,3.91l-0.98,0.88l-5.41,1.38l-3.08,2.1l-0.86,0.14l-0.78,-1.76l-0.34,-4.52l0.33,-4.87l-2.74,-3.6l-3.42,-12.3l-2.63,-3.16l-0.76,-2.08l0.31,-3.21l3.87,-0.58l0.98,-1.62l0.3,-4.44l-0.65,-4.03l-1.03,-1.22l-4.66,0.75l-1.81,-0.3l-0.6,-0.58l0.63,-2.59l-0.09,-1.89l-3.32,-3.44l-1.41,-6.3l3.05,-3.61l0.19,-5.97l-0.74,-1.21l-4.13,-1.26l-0.63,-0.82l-0.08,-1.2l1.03,-3.01l-0.05,-4.57l0.53,-1.46l4.53,-3.75l-0.47,-4.42l0.58,-3.16l3.12,-1.69l2.56,0.02l1.42,-0.49l1.34,-1.24l1.12,-2.72l4.8,-4.42l0.81,-5.47l3.13,2.57l6.69,2.39Z", "name": "Sa Kaeo"}, "TH-24": {"path": "M410.66,723.78l1.59,4.71l-1.48,5.01l1.13,1.81l-0.16,1.13l0.36,0.37l1.59,-0.15l1.76,-1.37l3.13,-1.16l3.3,1.14l2.38,-0.69l7.75,1.33l1.92,-0.14l20.99,9.81l1.13,1.96l0.82,0.38l0.91,-0.6l1.03,-2.6l0.79,-0.36l7.29,2.85l1.91,0.41l1.74,-0.35l1.03,-0.82l0.52,-3.08l5.42,-1.12l3.28,3.02l1.54,3.93l1.8,1.84l1.79,0.55l4.43,-0.68l1.45,6.36l3.28,3.32l0.06,1.61l-0.68,2.39l0.32,0.98l1.95,0.89l2.05,0.02l3.19,-0.73l0.67,0.68l0.62,3.85l-0.26,4.15l-0.6,1.16l-3.96,0.64l-0.59,0.89l-0.12,1.51l0.93,3.9l2.62,3.15l1.89,7.42l-4.17,3.99l-5.19,2.96l-2.27,5.66l-0.5,0.06l-0.91,-1.72l-1.64,-0.33l-2.41,0.92l-2.29,2.32l-4.07,2.64l-3.32,0.39l-2.57,0.85l-0.27,-1.75l-3.85,-6.65l-4.87,-4.86l-3.31,-1.37l-2.65,-2.14l-2.06,-1.01l-1.56,-3.34l-2.82,-3.93l-3.59,-1.83l-2.69,0.89l-1.18,-0.2l-3.07,-2.13l-2.25,-3.13l-4.19,0.05l-5.18,-4.43l-1.87,-3.38l-2.64,-2.53l-8.4,-2.0l-4.94,-2.19l-1.53,-0.1l-0.92,0.52l-1.78,2.46l-1.72,0.24l-1.67,1.25l-2.65,-0.01l-0.96,0.4l-0.55,1.25l0.39,2.88l-1.36,1.54l-1.39,0.61l-0.93,1.66l-1.85,1.0l-1.25,0.2l1.35,-2.52l0.0,-0.75l-0.63,-0.33l-3.44,2.7l-1.26,0.31l-6.62,0.0l-4.65,-0.95l1.86,-1.92l0.56,-3.22l1.09,-2.47l2.55,-1.01l0.36,-3.11l1.78,-0.75l3.14,-4.32l-0.96,-3.09l-9.13,-3.77l-0.6,-1.09l4.78,-7.8l3.32,-4.13l-0.3,-1.17l-2.23,-1.83l-0.35,-0.79l0.88,-11.68l3.95,-1.32l13.07,-0.66l7.87,0.64Z", "name": "Chachoengsao"}, "TH-25": {"path": "M412.56,736.1l0.1,-1.1l-1.08,-1.51l1.48,-5.03l-2.21,-7.81l4.74,-1.78l4.77,-4.55l4.43,-0.62l2.49,0.94l3.91,-1.54l0.2,-2.1l-1.31,-2.29l-0.22,-1.91l-1.2,-1.76l0.02,-1.02l1.24,-2.22l8.17,-6.04l0.64,-1.51l0.32,-3.71l2.39,1.29l1.91,0.25l3.83,-1.28l2.44,-0.21l1.92,-1.32l0.35,-3.72l-1.78,-3.39l-0.97,-0.65l-1.45,-2.75l-4.92,-2.2l-1.82,-3.27l2.49,-0.16l1.57,-1.96l3.0,-1.88l0.89,0.33l2.62,2.59l2.75,0.83l5.64,-0.81l2.82,0.29l1.11,0.55l0.92,1.24l1.77,1.11l1.09,1.57l4.63,3.54l2.71,3.37l2.28,1.44l1.02,-0.69l0.49,-2.8l2.04,-0.35l1.52,-0.88l3.56,0.2l3.84,-0.85l0.83,-0.46l1.73,-2.74l3.81,3.6l1.14,-0.03l2.29,-1.9l2.44,1.44l0.01,1.72l-3.65,5.43l-0.23,1.89l1.83,3.41l9.45,7.2l-0.8,5.74l-4.71,4.3l-1.12,2.71l-1.09,1.04l-3.83,0.42l-3.47,1.87l-0.79,1.92l0.44,6.03l-4.45,3.58l-0.62,1.75l0.06,4.53l-1.01,2.88l0.06,1.63l1.09,1.38l3.03,0.74l1.36,1.09l-0.15,5.62l-2.9,3.34l-4.61,0.68l-1.32,-0.43l-1.54,-1.57l-1.61,-4.03l-3.76,-3.31l-6.01,1.25l-0.63,0.78l-0.18,2.64l-0.53,0.38l-1.47,0.31l-1.74,-0.38l-7.54,-2.87l-1.4,0.7l-1.21,2.85l-1.57,-2.21l-21.25,-9.92l-2.05,0.12l-7.77,-1.33l-2.33,0.7l-3.43,-1.14l-1.73,0.44l-4.26,2.33Z", "name": "Prachin Buri"}, "TH-22": {"path": "M483.16,858.04l1.7,-1.57l0.98,-5.92l0.25,-2.39l-0.49,-5.76l-0.45,-0.71l-1.65,-0.31l-1.15,-3.75l-0.83,-1.22l-1.85,-1.13l-2.2,0.48l-1.06,-1.47l-0.03,-2.47l1.08,-1.37l0.02,-1.06l-1.27,-1.84l-2.55,-0.76l-3.06,-8.66l1.01,-4.12l2.1,-2.27l2.88,-0.95l3.47,-0.45l4.23,-2.74l2.23,-2.28l2.12,-0.8l1.24,0.39l0.62,1.5l1.08,0.22l1.45,-1.83l1.74,-4.59l4.69,-2.44l3.95,-3.77l1.9,5.29l2.07,2.21l-0.37,4.65l0.35,4.58l0.59,1.99l0.83,0.48l1.39,-0.23l3.0,-2.06l3.35,-0.55l2.2,-0.9l4.42,-5.74l1.66,0.26l1.2,2.36l2.41,2.01l2.45,0.78l1.82,-0.16l1.28,-1.01l1.42,-3.69l4.36,-3.04l5.44,14.21l2.18,3.77l4.89,5.72l1.76,3.49l1.21,1.55l1.62,0.98l-0.27,0.76l-2.17,1.81l1.2,1.9l-1.23,1.46l-0.25,1.52l1.01,2.48l1.0,6.76l2.5,6.1l-1.15,4.27l-2.36,1.32l-3.31,0.63l-4.99,5.96l-0.16,5.33l0.59,1.55l-0.72,1.56l1.98,3.52l-0.77,-0.05l-2.92,-2.59l-1.29,-0.4l-1.56,0.93l-2.53,3.37l0.01,2.15l1.93,5.22l-0.4,2.03l-1.18,1.62l-0.06,0.98l1.95,3.61l2.71,1.7l-0.09,0.91l-1.57,2.74l-1.83,-1.36l-1.85,1.23l0.1,0.67l1.36,0.8l0.56,1.02l-1.35,1.63l-2.06,1.18l-1.63,-0.16l-0.77,-2.25l0.26,-4.76l0.63,-2.24l1.27,-2.21l-0.35,-0.6l-0.98,0.15l-2.42,3.68l-0.58,-2.35l0.54,-2.82l-3.29,1.45l-1.23,-0.12l-1.03,-1.4l-2.36,0.78l-0.03,0.7l1.25,1.27l-0.59,1.99l0.36,0.57l0.9,-0.07l1.94,-1.33l0.5,0.82l0.51,1.89l-0.39,1.62l2.11,1.59l1.04,3.13l-0.71,1.67l-3.5,-1.71l-6.62,-6.78l-4.46,-2.63l0.05,-1.09l-5.74,-7.38l0.32,-1.09l2.03,0.75l0.47,-0.22l-1.21,-1.22l1.85,-1.64l0.84,-1.73l-0.36,-0.57l-0.81,0.0l-0.87,1.19l-1.07,0.24l-0.33,-0.24l1.73,-1.1l0.26,-0.45l-0.4,-0.33l-5.27,0.11l-0.23,-0.42l2.08,-2.01l-0.3,-0.69l-4.59,0.24l-1.78,0.84l0.17,1.14l3.65,3.67l2.0,0.15l-0.61,4.33l-4.55,-6.21l-2.07,-0.76l-3.03,0.12l-0.01,-4.3l-1.28,-3.02l-0.67,0.1l-1.69,2.46l1.4,5.3l-2.96,-2.26l-1.83,-2.2l1.34,0.41l0.51,-0.47l-0.59,-2.1l-2.57,-0.44l-3.91,-6.14l-2.07,-2.05l-4.16,-2.61l0.42,-2.22l0.91,-1.24l0.03,-1.93Z", "name": "Chanthaburi"}, "TH-23": {"path": "M543.12,901.03l1.94,-3.39l0.17,-1.35l-0.71,-0.88l-2.23,-1.25l-1.75,-3.24l1.2,-2.12l0.46,-2.37l-1.95,-5.36l-0.01,-1.78l2.33,-3.01l1.03,-0.67l3.76,2.9l0.95,0.24l0.88,-0.43l-0.05,-1.46l-1.79,-2.57l0.7,-1.58l-0.6,-1.53l-0.08,-4.53l4.89,-6.04l3.68,-0.85l-0.55,3.82l0.32,2.46l0.9,1.92l1.76,1.32l6.12,2.03l3.18,2.3l8.23,8.3l3.41,2.28l0.83,3.5l1.58,1.73l3.52,1.9l1.11,1.28l0.3,1.92l-0.83,1.38l-2.83,2.5l-1.73,4.27l-2.48,18.06l0.84,4.5l5.61,8.7l2.15,2.59l1.71,3.73l1.1,5.52l4.98,9.55l7.66,11.04l1.19,4.27l0.39,6.1l-1.1,1.73l-0.52,-1.4l0.08,-8.24l-1.49,-3.23l-7.4,-9.8l-4.57,-3.78l-0.6,-0.98l0.0,-7.02l-1.16,-5.08l-1.95,-3.22l-12.68,-12.2l-0.07,-0.38l2.02,0.19l0.36,-0.64l-1.4,-1.87l-3.82,-2.99l0.11,-1.74l-0.6,-0.35l-4.75,2.11l-0.69,2.27l1.54,10.37l1.36,2.68l-0.09,1.44l-2.79,-1.05l0.03,-3.16l-2.07,-2.71l-6.48,-4.0l-11.67,-4.08l-1.82,-1.09l-1.92,-0.04l-1.15,1.73l-3.17,-1.37l-0.34,-0.75l0.4,-2.12l-0.78,-2.28l-1.93,-3.25l-0.16,-1.33l2.59,0.58l2.83,-0.99l2.3,-1.77l1.82,-1.98l0.86,-2.57l-0.42,-1.34ZM565.55,971.0l-0.6,1.37l0.4,0.56l2.53,-0.21l1.58,2.51l0.24,3.75l-1.81,3.36l0.4,1.15l0.82,0.0l-0.87,2.01l0.33,2.51l-2.26,-3.03l-4.03,-1.37l1.29,-2.11l-0.07,-1.46l-1.46,-4.42l2.45,-8.29l0.92,1.33l0.16,2.32ZM532.56,924.04l3.27,0.77l1.9,-0.07l4.62,3.69l3.37,5.77l1.35,0.98l0.12,0.76l4.58,6.35l-0.15,1.42l-1.1,0.49l-1.56,-0.98l-3.41,-3.41l-0.67,0.18l-0.3,3.28l-2.5,0.16l-4.1,-1.33l-0.52,0.38l0.07,0.88l-1.5,-0.51l0.39,-1.87l0.02,-6.83l-1.07,-1.32l-2.83,-6.54l0.88,0.0l0.35,-0.59l-1.2,-1.68Z", "name": "Trat"}, "TH-20": {"path": "M381.6,867.95l0.55,-1.61l-0.39,-0.48l-1.52,0.0l1.13,-2.41l-0.33,-0.6l-2.46,-0.59l1.73,-4.46l1.2,-1.75l1.8,0.83l1.01,-0.18l2.55,-3.42l0.54,-2.16l-0.78,-3.4l-4.82,-7.25l-0.37,-1.28l0.29,-0.81l2.62,-2.22l0.66,-3.31l0.9,0.31l1.15,-0.55l1.82,-2.61l-0.11,-2.82l-2.35,-3.35l-0.64,-1.95l-0.67,-0.85l-1.83,-0.7l-0.33,-0.8l6.23,-9.27l0.95,-2.12l-0.09,-2.21l-1.17,-3.96l-2.26,-4.1l0.19,-0.96l1.02,-1.26l0.85,-2.33l3.48,-1.11l1.91,-1.38l0.64,-4.18l-0.22,-2.45l-1.5,-2.18l0.73,-2.17l2.12,-0.46l2.0,-1.08l1.0,-1.71l1.39,-0.62l1.41,-1.58l0.37,-1.07l-0.53,-2.36l0.28,-0.67l3.25,-0.21l1.78,-1.28l1.78,-0.27l2.05,-2.67l0.79,-0.28l5.78,2.32l8.3,1.97l2.31,2.28l1.93,3.45l5.33,4.55l1.37,0.35l2.84,-0.38l2.09,3.01l3.37,2.31l1.53,0.24l2.45,-0.9l3.19,1.62l2.69,3.78l1.68,3.48l2.19,1.11l2.7,2.17l3.24,1.33l4.7,4.71l3.72,6.46l0.25,1.82l-2.11,2.28l-0.44,1.46l-3.1,-1.37l-2.59,-0.34l-2.14,1.31l-3.32,1.05l-1.12,0.95l-0.48,3.2l-1.13,1.32l-2.83,1.7l-3.18,-0.69l-0.9,0.21l-2.12,2.68l-1.81,1.45l-3.38,-0.8l-3.99,2.39l-3.42,-3.39l-3.31,-2.12l-2.74,-0.32l-3.55,2.52l-6.21,-2.42l-3.7,-0.83l-1.42,0.55l-1.28,1.57l0.13,1.47l1.53,1.75l-0.63,0.8l-1.18,0.31l-6.31,-0.98l-1.6,0.58l-1.85,1.75l-0.26,0.97l2.44,2.74l0.27,1.08l-0.35,2.59l0.66,3.37l-0.96,1.71l-2.79,2.44l-0.4,3.1l-0.67,1.16l-5.21,4.43l-0.4,4.54l-1.19,2.46l-1.59,6.72l0.42,3.65l-0.3,3.74l-4.45,-1.97l1.56,-1.77l-0.84,-2.04l-1.85,-1.06l-2.17,0.98l-1.21,-0.62l-1.98,0.44Z", "name": "Chon Buri"}, "TH-21": {"path": "M393.34,869.45l-0.13,-2.73l1.56,-6.6l1.2,-2.49l0.36,-4.41l5.11,-4.27l0.83,-1.49l0.29,-2.83l2.7,-2.32l1.16,-2.07l0.08,-1.44l-0.72,-2.2l0.35,-2.52l-0.3,-1.29l-0.57,-1.15l-1.84,-1.66l1.81,-1.8l1.14,-0.41l6.2,0.98l1.67,-0.42l1.01,-1.62l-1.73,-2.6l1.58,-1.76l3.84,0.73l1.63,0.92l5.11,1.56l3.51,-2.57l2.28,0.32l3.03,1.98l2.58,2.89l1.37,0.68l1.39,-0.41l2.75,-2.0l3.5,0.77l2.08,-1.63l2.09,-2.61l3.16,0.65l1.3,-0.29l3.57,-2.75l0.9,-3.87l3.84,-1.38l1.78,-1.23l2.33,0.29l3.16,1.4l-0.48,2.51l2.83,8.35l0.87,1.04l2.21,0.53l1.0,1.47l-1.24,2.62l0.49,3.04l1.23,1.2l2.4,-0.43l1.38,0.93l1.87,4.85l1.97,0.73l0.47,5.62l-1.2,8.01l-1.68,1.54l-0.07,2.02l-0.86,1.11l-0.4,2.18l-2.3,-0.74l-6.68,-0.22l-2.1,0.65l-3.04,4.7l-1.74,0.88l-6.68,-0.12l-1.06,0.61l-0.39,1.71l-2.91,-0.04l-3.36,-0.8l-4.82,0.76l-2.57,0.92l-1.14,1.23l-0.42,1.77l-0.74,0.08l-2.66,-1.72l-7.59,-3.38l-8.14,-1.99l-17.46,-2.26l-2.54,0.53l-3.69,2.09l-4.65,0.83l-1.06,0.9Z", "name": "Rayong"}, "TH-62": {"path": "M276.42,421.71l-1.2,6.12l2.7,5.3l1.03,0.69l1.73,0.01l6.27,2.81l2.16,2.31l1.18,3.99l-4.15,11.18l-1.67,3.09l0.12,1.19l1.58,2.1l-5.48,6.76l0.05,4.66l-1.18,4.2l-3.91,8.64l-0.52,4.76l-6.83,5.91l-2.71,3.8l-1.85,3.8l-2.54,3.67l-0.61,3.16l-3.4,7.67l-1.58,0.52l-4.67,3.63l-2.39,-2.75l-1.21,-4.76l-1.76,-3.1l-1.65,-1.05l-3.74,-1.2l-2.52,-1.7l-3.63,-0.38l-3.4,0.48l-1.96,2.18l-4.34,-1.46l-2.03,0.2l-5.37,-0.91l-2.91,0.9l-2.23,-0.12l-2.93,2.23l-1.16,-1.42l-4.92,-3.33l-1.93,-0.46l-5.04,0.96l-2.78,2.58l-2.76,0.52l-2.65,2.69l-0.27,-2.81l0.46,-2.67l-1.67,-3.03l0.51,-4.79l-1.09,-1.45l-2.19,-0.56l-1.12,-1.22l-1.97,-10.71l0.16,-1.64l1.38,-3.61l0.06,-2.02l-0.28,-1.59l-1.94,-2.08l-0.8,-5.36l1.14,-5.98l0.7,-7.37l-0.28,-1.81l-1.62,-1.85l-0.89,-2.64l-0.03,-1.63l1.32,-1.8l2.41,0.43l2.91,-0.41l3.17,0.99l3.6,-0.56l5.51,-3.3l1.63,-2.42l4.9,-0.6l2.11,-1.53l1.49,-3.61l-0.96,-5.37l0.26,-3.19l2.18,-2.19l1.3,-3.38l1.67,-2.31l0.4,-1.48l-0.44,-3.17l0.24,-2.13l1.92,-1.39l1.1,-1.84l0.36,-4.09l1.52,-3.75l2.77,1.86l1.44,0.37l5.85,-1.51l5.89,-0.46l2.44,0.29l2.4,2.09l0.64,3.78l0.89,1.43l14.96,9.28l17.23,-0.41l0.82,0.34l4.62,4.75Z", "name": "Kamphaeng Phet"}, "TH-63": {"path": "M122.03,412.02l3.39,-1.63l1.32,-1.37l0.41,-1.42l-0.87,-1.26l-2.01,-1.01l-0.4,-1.11l0.23,-1.31l0.57,-0.35l1.0,0.27l1.3,0.94l0.62,-0.44l-1.65,-4.77l-2.74,-1.59l-0.41,-3.38l-0.64,-1.46l-4.19,-6.89l-4.15,-3.35l-2.3,-0.64l-5.26,-0.12l-1.73,-0.54l-1.38,-1.31l-1.26,-2.2l0.82,-1.28l-0.05,-1.1l-0.39,-0.35l-2.52,-0.02l-0.13,-0.54l1.28,-2.02l-0.07,-0.6l-2.42,-1.63l-3.85,-5.5l-3.78,-2.64l-9.24,-8.69l-0.78,-0.97l-0.2,-1.29l0.44,-3.71l-0.67,-1.75l-4.46,-2.27l-1.34,-1.41l-1.87,-4.72l-3.89,-6.53l-5.36,-2.99l-2.43,-2.24l1.3,-1.18l4.52,-0.2l1.46,-0.48l1.92,-1.49l13.21,-6.2l8.62,-0.18l4.27,-3.89l6.22,-1.6l-0.51,1.16l-2.76,2.05l-0.94,1.33l-0.34,6.38l0.18,1.6l0.6,0.92l2.63,-0.23l1.83,0.74l1.75,4.94l0.22,1.66l-1.12,7.04l2.27,2.26l-0.32,0.76l-1.5,1.04l-0.48,1.28l1.79,2.46l0.95,3.7l-0.38,4.23l1.4,1.55l2.18,0.98l4.4,3.42l2.54,0.38l4.29,-2.13l6.89,-0.94l3.49,-1.21l0.73,-0.73l0.62,-2.51l-0.18,-3.53l-2.33,-1.99l1.57,-3.46l0.22,-3.26l-0.93,-1.88l-2.5,-2.52l-0.28,-2.61l0.39,-3.08l2.04,-4.4l2.29,-1.07l3.44,-0.67l1.8,-2.69l0.15,-2.35l-1.19,-1.94l-0.55,-3.06l0.64,-1.07l3.42,-2.9l0.67,-3.69l0.96,-0.8l4.75,-1.97l3.55,6.04l0.0,1.32l-0.74,0.98l-3.42,1.07l-0.86,1.73l0.04,1.55l0.73,1.21l-0.7,2.02l1.42,5.12l0.0,6.89l0.94,2.0l2.97,0.5l3.01,-0.14l6.13,-2.29l4.34,-3.63l1.0,-3.24l1.39,-1.68l0.38,-4.04l1.11,-1.76l2.46,-1.2l3.98,0.22l4.7,3.24l0.06,2.49l1.72,4.17l0.5,5.14l-1.8,5.56l-0.42,3.44l0.41,1.8l1.57,0.92l1.34,1.96l2.52,1.4l2.79,0.39l2.1,1.36l2.31,0.05l4.39,2.36l0.61,-0.1l3.04,-3.18l0.78,-2.38l1.1,-1.22l1.22,-0.53l3.21,0.34l0.76,1.13l-0.24,3.14l0.89,3.79l4.25,7.0l-0.36,12.08l0.93,3.91l-2.61,2.59l-2.04,3.71l0.36,5.17l-1.43,6.36l1.14,3.35l3.16,1.04l2.64,2.89l1.13,0.62l-1.59,3.95l-0.32,3.93l-0.94,1.59l-2.09,1.67l-0.29,2.4l0.44,3.11l-0.35,1.25l-1.64,2.26l-1.26,3.3l-2.25,2.35l-0.3,3.46l0.97,5.29l-0.3,1.29l-1.0,1.87l-1.46,1.16l-5.3,0.77l-1.75,2.49l-5.33,3.2l-3.25,0.51l-3.14,-0.98l-2.97,0.41l-2.56,-0.42l-1.15,0.81l-0.85,1.67l0.05,1.95l0.92,2.73l1.79,2.49l-0.63,8.14l-1.14,6.08l0.84,5.59l2.11,2.64l0.03,2.65l-1.57,5.01l1.76,10.74l1.18,1.88l2.47,0.79l0.98,1.09l-0.52,4.72l1.68,3.08l-0.47,2.53l0.91,7.29l0.59,1.46l3.32,2.69l0.54,8.5l-1.64,4.48l-0.72,6.19l-3.27,5.84l-3.22,2.61l0.09,4.36l2.44,2.54l-1.26,3.65l-0.35,4.69l0.53,2.27l-1.71,2.98l-2.68,10.96l-2.05,3.52l-1.42,1.21l-4.4,-3.42l-4.75,-2.42l-1.94,-4.0l-4.46,-5.56l-3.15,-5.21l-3.18,-2.68l-1.2,-3.78l-4.29,-2.93l-0.21,-0.32l1.06,-0.75l-0.23,-1.31l-7.31,-11.53l-0.84,-0.77l-1.69,-0.16l-1.41,-0.96l-2.16,-0.62l-2.58,-2.08l-4.21,-1.72l-0.38,-3.83l0.29,-2.53l3.39,-11.22l0.25,-2.14l-0.86,-7.22l1.63,-6.3l-0.8,-2.51l-2.87,-4.09l-0.27,-1.17l0.66,-0.61l3.58,1.06l2.37,-0.13l0.97,-0.5l2.84,-3.31l1.55,-4.0l2.06,-1.0l8.35,0.76l2.83,1.88l1.68,-0.22l1.18,-0.81l3.13,-3.87l0.17,-5.06l0.65,-2.09l4.43,-5.63l2.15,-11.68l-0.09,-2.14l-1.93,-2.94l-4.49,-3.55l-0.41,-3.66l-0.65,-0.26l-2.36,2.0l-0.91,1.89l-0.91,4.54l-1.39,2.52l-6.49,5.1l-3.27,4.86l-1.45,1.06l-1.75,-1.23l-2.18,-9.51l-1.43,-3.26l-0.12,-1.04l1.04,-2.22l0.17,-1.5l-0.94,-2.11l-7.22,-9.76l0.39,-3.27l-0.75,-2.4l-1.65,-2.14l-3.73,-2.54l-1.42,-2.01l-1.32,-4.29l-3.2,-2.53l-0.18,-1.72l1.98,-3.69Z", "name": "Tak"}, "TH-60": {"path": "M368.75,506.36l0.23,2.87l0.55,1.18l2.46,1.17l1.43,1.91l-0.52,3.44l0.22,3.15l1.34,6.79l2.39,6.4l-1.12,2.49l1.37,3.93l-3.06,3.58l-0.89,4.19l-0.68,1.2l-1.21,1.24l-2.39,0.99l-0.98,0.9l-0.85,2.33l1.06,3.68l0.09,1.34l-0.64,1.44l-1.67,2.06l-11.97,10.98l-2.99,3.64l-1.69,0.88l-1.75,1.77l-2.66,3.7l-0.7,3.75l-4.07,3.13l-0.14,3.7l-1.11,2.73l-2.73,3.04l-1.03,2.05l-7.95,-3.59l-1.44,-2.87l0.38,-1.76l-0.84,-1.98l-0.87,-0.71l-3.27,-0.79l-5.0,-13.23l-3.5,-5.29l-3.11,-2.85l-3.69,-1.49l-5.56,-5.32l-6.48,0.14l-1.22,-2.84l-8.05,-6.73l-2.2,-0.89l-1.88,0.71l-2.97,-1.44l-3.82,-4.73l-0.94,-5.9l-0.96,-2.01l-1.41,-0.17l-2.37,1.22l-1.35,-0.08l-3.51,-1.42l-5.25,-4.57l-3.61,0.09l-4.09,1.71l-3.86,3.33l-4.16,1.53l-3.21,3.99l-3.75,2.26l-0.97,0.31l-4.03,-0.29l-4.8,-3.95l-5.31,-2.73l-1.34,-3.3l-9.43,-4.52l-4.02,-2.47l-1.56,-2.13l-2.85,-2.18l-4.36,-2.07l-4.08,0.37l-0.23,-3.23l-3.48,-2.94l-0.9,-4.34l2.97,-3.1l2.7,-0.49l2.77,-2.57l1.99,-0.04l2.78,-0.84l1.37,0.32l4.87,3.29l1.6,1.6l3.36,-2.31l1.98,0.19l2.87,-0.89l5.22,0.91l1.88,-0.23l4.21,1.5l1.15,-0.28l1.58,-2.01l2.0,-0.38l4.11,0.28l2.66,1.71l3.8,1.23l1.44,0.91l0.98,1.37l1.45,5.5l1.13,2.07l2.03,1.83l1.57,-0.37l3.57,-3.17l1.71,-0.61l0.75,-0.81l3.11,-7.38l0.56,-3.05l6.25,-10.31l7.44,-6.46l0.47,-1.13l0.32,-4.13l3.9,-8.62l1.23,-4.37l-0.07,-4.6l5.22,-6.33l1.37,1.06l1.39,2.36l0.97,4.88l-0.49,1.02l0.24,2.14l1.54,6.17l3.77,2.52l1.3,1.39l0.03,2.88l2.89,4.36l2.19,6.9l3.26,6.37l2.97,1.55l2.33,1.96l1.11,0.27l1.36,-0.48l2.61,1.91l2.14,0.27l1.94,-0.44l0.56,-3.09l1.04,-0.4l4.2,1.13l2.53,-0.26l4.81,1.54l4.31,-0.55l5.14,0.26l1.66,-0.88l2.38,0.12l2.02,-1.06l4.34,-1.1l6.68,0.69l5.62,1.6l3.82,0.15Z", "name": "Nakhon Sawan"}, "TH-61": {"path": "M293.03,564.51l-2.18,-0.11l-0.78,0.95l0.42,1.49l2.3,1.81l1.78,2.92l0.06,2.47l-1.43,3.33l0.12,1.73l0.4,0.37l-0.28,0.14l-0.45,-0.06l-1.1,-1.94l-4.58,-1.32l-7.28,-0.07l-4.91,1.0l-2.65,-1.83l-10.75,-1.73l-0.97,0.2l-3.72,2.64l-0.69,1.25l-0.04,1.48l1.23,2.89l0.74,4.94l1.99,4.26l4.56,7.12l1.29,1.15l-1.97,4.07l-1.92,1.07l-1.99,1.91l-1.68,0.54l-1.46,1.89l-0.22,1.38l0.74,1.71l-0.32,0.83l-7.83,-3.41l-2.99,1.21l0.68,4.02l-1.5,0.17l-5.55,-1.44l-2.64,-0.91l-2.52,-1.68l-10.46,-2.19l-1.26,-3.69l-6.31,-1.88l-2.11,-2.04l-0.98,-0.38l-1.41,0.57l-1.97,1.98l-1.57,5.57l-4.17,0.62l-5.58,-2.09l-2.67,0.21l-3.08,-1.31l-6.55,1.13l-1.61,-2.21l-6.01,-4.87l-0.81,-1.77l0.05,-4.85l-1.32,-8.85l1.61,-1.39l2.14,-3.69l2.71,-11.03l1.81,-3.6l-0.58,-1.9l0.35,-4.59l1.26,-3.88l-0.58,-1.1l-1.89,-1.56l-0.23,-3.31l0.33,-0.89l2.92,-2.06l3.38,-6.05l0.74,-6.25l1.66,-4.55l-0.37,-4.88l3.98,-0.37l4.05,1.95l2.69,2.05l1.72,2.26l4.07,2.5l9.25,4.4l1.37,3.31l5.42,2.81l4.4,3.74l1.3,0.45l3.6,0.16l1.34,-0.42l3.86,-2.33l3.16,-3.95l4.07,-1.48l3.89,-3.35l3.82,-1.61l3.81,0.17l4.44,4.17l3.76,1.53l1.44,0.18l1.96,-1.13l1.38,-0.2l0.76,1.61l0.99,6.03l2.93,3.87l1.82,1.69l2.55,1.04l2.06,-0.68l1.82,0.76l7.89,6.6l1.14,2.76l-0.04,1.78Z", "name": "Uthai Thani"}, "TH-66": {"path": "M359.35,459.8l1.94,5.06l1.25,5.3l-1.18,3.16l-5.38,7.17l-0.48,2.29l0.5,4.58l-0.85,4.8l0.54,0.72l7.97,2.32l6.47,4.36l0.17,1.68l-1.48,4.29l-3.73,-0.12l-5.65,-1.61l-6.83,-0.7l-4.55,1.14l-1.94,1.04l-2.47,-0.1l-1.53,0.85l-5.02,-0.27l-4.32,0.55l-4.63,-1.52l-2.61,0.24l-4.33,-1.13l-1.72,0.81l-0.32,2.78l-2.76,0.34l-3.17,-2.13l-2.4,0.24l-2.27,-1.92l-2.74,-1.33l-3.18,-6.22l-2.2,-6.92l-2.87,-4.29l-0.06,-2.97l-1.53,-1.67l-3.55,-2.26l-1.46,-5.91l-0.21,-1.95l0.48,-1.16l-1.01,-5.07l-1.51,-2.59l-1.73,-1.36l-1.76,-2.52l1.68,-3.37l4.12,-11.12l8.85,-1.95l6.22,-6.01l2.51,-1.44l4.31,-1.41l1.59,0.95l0.78,4.81l0.57,0.36l1.14,-0.57l0.51,2.86l0.92,0.87l2.16,-0.7l0.89,-1.01l2.45,0.79l8.91,-2.16l4.46,0.97l6.12,-1.05l2.19,0.49l1.72,2.35l2.54,6.25l0.17,3.04l9.32,9.02Z", "name": "Phichit"}, "TH-67": {"path": "M480.93,413.32l-0.32,4.01l-1.33,2.66l-2.42,3.24l-2.28,1.6l-3.71,-3.14l-3.62,-0.58l-3.31,0.55l-3.28,-2.28l-2.84,1.59l-1.9,2.01l-3.59,-1.1l-1.59,0.84l-0.26,2.66l0.91,2.05l-0.5,1.23l-1.41,0.97l-0.35,3.86l0.28,1.68l1.42,1.8l-5.08,3.67l-0.22,1.31l0.49,2.08l-0.38,1.15l-2.28,3.59l-4.38,4.06l-0.08,2.53l-2.54,2.95l-1.81,8.4l-1.53,2.56l1.93,2.74l-2.36,3.69l0.17,2.76l-2.35,12.24l0.57,5.89l1.33,3.84l1.38,1.05l2.91,0.69l0.41,0.63l-2.46,7.66l-3.33,3.13l-0.53,2.25l0.37,9.76l0.4,1.43l3.12,2.81l2.88,0.44l0.74,1.41l-2.04,6.9l-1.25,8.73l0.94,6.41l-0.14,9.44l-4.2,8.55l-3.29,3.45l-3.72,-3.05l-0.8,-1.2l-0.57,-3.22l-0.9,-1.89l-1.19,-1.13l-4.09,-0.81l-4.65,1.38l-2.59,-0.31l-4.81,-3.48l-2.52,0.21l-1.45,-0.35l-1.41,-1.65l-6.21,-4.32l-5.52,0.34l-5.52,1.44l-14.27,-3.41l1.24,-2.1l2.2,-0.85l1.7,-1.63l0.81,-1.47l0.83,-4.05l3.09,-3.61l-0.14,-1.65l-1.17,-2.61l1.11,-2.58l-2.41,-6.5l-1.32,-6.71l0.11,-7.24l-1.51,-1.75l-2.35,-1.08l-0.39,-0.79l-0.26,-3.16l1.55,-4.49l0.01,-1.95l-2.18,-2.06l-4.88,-2.95l-7.99,-2.35l0.76,-4.77l-0.5,-5.02l1.15,-2.79l4.56,-5.77l1.15,-2.51l0.08,-2.38l-3.1,-9.26l2.55,-3.34l1.05,-3.71l2.37,-0.65l4.84,-3.2l2.68,-0.97l1.18,-3.25l4.26,-7.0l0.16,-1.5l-0.8,-4.07l1.96,-5.22l1.8,-1.89l3.7,-0.9l2.11,-2.12l-0.02,-0.79l-1.21,-1.69l0.04,-2.07l-0.83,-2.77l-1.46,-2.12l0.42,-2.36l3.38,-0.99l5.02,-5.1l2.3,-1.27l4.04,-4.94l6.69,-0.34l1.19,-1.57l1.41,-0.66l1.3,-7.32l-0.75,-2.74l0.2,-1.55l0.94,-0.6l2.21,-0.09l1.49,-0.83l2.6,-4.29l0.08,-2.85l1.34,-0.6l10.04,4.02l1.82,1.63l2.88,-0.95l4.37,0.43l1.39,-0.7l3.5,1.02l2.23,-1.1l0.8,0.03l6.41,3.3l2.31,5.02l2.35,0.96l2.43,-0.26l2.26,-1.03l2.45,-3.93l1.52,-0.73l4.19,9.44l2.82,3.15l0.49,1.32l0.55,3.32l-0.42,6.26l0.97,3.11l-0.57,2.98l0.37,1.53l1.51,1.02l5.86,-0.77Z", "name": "Phetchabun"}, "TH-64": {"path": "M275.89,297.41l2.59,2.32l0.03,3.18l5.04,5.36l0.8,3.11l0.06,1.65l-1.07,5.18l-1.31,1.59l-2.56,1.71l-0.18,1.71l2.38,3.55l1.49,0.59l1.03,2.26l2.54,1.83l2.32,2.66l1.6,3.72l-1.04,1.77l-2.1,0.6l-0.64,0.7l0.29,1.77l1.34,1.8l0.08,5.81l-1.26,3.67l-2.43,2.06l-1.19,2.25l1.39,5.11l-0.13,4.67l-1.12,0.37l-2.07,-0.54l-3.28,0.16l-0.89,0.69l-0.11,0.89l1.74,4.03l2.36,1.42l1.6,3.01l5.01,4.33l8.1,4.68l4.24,3.15l0.59,1.38l-1.0,3.57l0.81,2.07l-0.96,0.74l-5.73,-0.15l-3.53,0.7l-0.92,1.12l-0.39,2.68l-2.36,-0.67l-4.95,-0.06l-3.99,9.35l-0.55,0.93l-2.27,1.36l-0.53,1.12l-0.02,1.57l0.56,0.74l4.45,1.27l0.5,0.6l-0.48,1.19l-2.82,1.33l-4.58,-4.7l-1.22,-0.56l-17.04,0.47l-14.8,-9.17l-0.65,-1.06l-0.69,-3.91l-2.31,-2.23l-3.27,-0.59l-5.96,0.46l-5.66,1.5l-1.14,-0.28l-4.47,-2.73l-2.73,-2.96l-3.07,-0.98l-0.88,-2.82l1.43,-6.25l-0.39,-4.98l1.94,-3.5l2.22,-1.86l0.5,-1.01l0.07,-1.23l-0.91,-1.44l-0.08,-1.42l0.35,-11.7l2.71,0.63l1.61,1.83l1.54,2.99l1.61,0.77l0.85,-0.17l5.26,-2.82l0.33,-1.52l1.3,-1.79l-0.29,-2.77l0.33,-1.97l2.37,-3.03l0.09,-1.89l-0.75,-2.38l-2.25,-1.12l-2.24,-2.04l0.85,-4.15l-1.6,-1.25l-1.17,-2.36l0.56,-5.04l2.06,-2.09l-0.69,-3.39l-1.4,-0.99l0.27,-2.97l0.49,-0.59l2.13,0.26l0.92,-0.77l-0.18,-3.97l2.54,-4.0l0.37,-3.85l-0.62,-2.28l5.83,-7.1l2.57,-1.47l3.83,-0.81l3.12,0.33l4.48,1.72l4.91,5.12l1.04,2.14l1.79,1.15l1.16,-0.17l1.6,-1.66l0.91,-2.26l2.28,-2.88l3.64,-1.56l8.16,-0.56Z", "name": "Sukhothai"}, "TH-65": {"path": "M359.54,331.17l1.34,-1.16l4.72,-2.18l3.11,-3.06l3.18,-5.17l6.11,-4.64l1.65,-3.71l2.38,-2.8l1.61,-0.21l0.87,1.64l1.42,0.46l4.08,-1.26l-1.95,4.34l-3.57,4.16l-1.62,2.63l0.21,2.78l1.91,1.4l3.41,0.63l-0.88,1.65l-2.42,1.84l-0.42,3.33l-2.1,2.87l0.29,1.18l1.75,2.47l0.77,4.52l-0.69,3.02l0.09,2.66l0.46,0.96l1.49,0.93l1.78,-0.33l2.3,0.56l3.38,-0.07l1.66,2.38l2.03,1.03l1.64,2.53l3.34,0.73l2.52,4.31l-0.59,2.93l-2.23,3.84l-1.01,6.05l-1.53,4.24l-0.53,6.1l-1.55,2.18l1.6,3.07l-0.31,1.31l-0.86,0.77l0.01,0.94l1.65,1.39l1.72,0.71l0.6,1.69l-3.04,0.19l-4.17,5.05l-2.26,1.24l-5.03,5.1l-2.86,0.53l-0.67,0.64l-0.5,3.02l1.36,1.85l0.91,2.95l-0.02,2.15l1.24,1.95l-1.82,1.76l-3.63,0.85l-2.12,2.21l-2.05,5.51l0.67,5.45l-4.2,6.83l-1.07,3.07l-2.46,0.82l-4.8,3.18l-2.26,0.51l-0.75,1.02l-0.77,3.14l-2.38,3.11l-8.91,-8.61l-0.1,-2.85l-2.58,-6.36l-1.07,-1.89l-1.94,-1.32l-1.71,-0.11l-6.02,1.04l-4.55,-0.97l-8.88,2.15l-2.54,-0.8l-1.21,1.16l-1.63,0.56l-0.35,-2.21l-0.75,-1.48l-1.33,0.36l-0.81,-4.46l-2.63,-1.46l-4.34,1.46l-2.66,1.52l-6.14,5.96l-8.49,1.86l-1.19,-3.96l-2.31,-2.51l-6.54,-2.97l-2.08,-0.15l-2.01,-3.1l-0.85,-2.04l0.03,-1.44l1.15,-4.49l2.98,-1.41l0.93,-1.63l-1.0,-1.55l-4.28,-1.15l-0.31,-1.56l0.79,-1.19l1.85,-0.92l0.64,-1.08l3.86,-9.13l2.28,0.43l2.02,-0.18l2.65,0.66l0.61,-0.57l0.34,-2.66l0.47,-0.61l3.24,-0.65l6.04,0.09l1.41,-1.27l-0.79,-2.3l1.0,-3.6l-0.9,-1.95l-4.29,-3.19l-8.1,-4.68l-4.92,-4.26l-1.53,-2.95l-2.49,-1.62l-1.39,-3.83l2.03,-0.46l4.02,0.54l3.97,-1.77l2.83,1.42l12.55,-3.81l2.13,-0.26l1.95,0.95l1.88,-0.57l5.86,-4.87l0.39,-1.67l-1.47,-6.51l1.61,-3.15l3.31,-2.79l1.88,-0.61l2.47,0.38l1.61,-1.49l10.37,-3.72l4.47,-0.07l1.66,1.67l7.56,-1.74l1.84,-0.97l2.32,-3.7l5.98,-4.74Z", "name": "Phitsanulok"}, "TH-35": {"path": "M767.8,567.67l0.35,2.7l-2.08,6.77l-1.39,-0.61l-0.66,-2.17l-0.9,-0.91l-1.54,0.02l-3.69,-2.02l-4.06,-0.26l-5.02,-3.12l-8.55,-12.06l-2.49,-2.54l-0.55,-3.13l-1.69,-3.7l2.11,-1.82l5.09,-1.85l1.38,-0.71l0.14,-0.59l-1.74,-2.45l-4.28,-8.13l-1.33,-0.84l-1.59,0.62l0.83,-4.46l-0.48,-4.84l-2.32,-4.1l-4.3,-2.61l-0.61,0.36l0.15,2.69l-1.68,1.05l-4.6,1.13l-0.45,-1.89l1.44,-1.48l-0.37,-1.49l0.36,-0.71l1.99,-1.22l0.17,-0.6l-2.62,-3.41l-0.24,-1.22l0.8,-1.62l0.05,-5.41l2.8,-0.7l5.49,0.61l0.94,-0.3l0.72,-0.97l0.76,-5.86l-1.84,-4.08l0.37,-1.46l1.78,-1.51l3.12,-0.98l3.05,-3.07l3.2,-1.82l2.14,-0.57l1.86,-2.37l1.56,-3.74l1.89,-2.58l1.61,-1.22l2.11,0.11l1.36,-0.51l3.57,-7.58l2.22,-1.66l2.66,-0.6l7.15,0.79l2.87,-0.42l1.27,1.0l1.24,2.01l3.73,0.49l3.27,6.31l5.0,4.24l2.95,-0.18l1.05,-0.87l0.52,-1.46l0.68,-0.29l0.8,1.3l1.71,1.33l10.78,2.07l0.91,0.66l-0.35,2.6l-0.94,0.77l-13.27,2.19l-6.43,1.65l-4.48,2.86l-1.56,2.08l-3.0,7.25l-2.53,2.68l-1.14,3.76l-4.06,5.1l-0.87,3.94l0.02,3.48l-1.74,2.51l-1.72,11.22l1.74,3.64l0.32,5.99l0.63,0.51l1.28,0.06l0.35,2.57l0.86,0.95l4.37,1.8l0.76,2.08l-0.19,0.61l-3.0,2.22l-4.94,0.09l-1.75,0.69l-1.93,-0.4l-0.74,0.38l-0.94,7.26l-1.39,3.15l0.03,1.86l1.12,2.83l3.54,2.45l1.05,-0.33Z", "name": "Yasothon"}, "TH-34": {"path": "M792.59,582.33l-1.26,-1.28l-5.09,-0.51l-2.67,1.79l-2.47,-1.25l-2.26,0.36l-3.52,-1.39l-3.45,-0.02l-3.31,-2.23l-1.71,-0.49l2.09,-6.8l-0.29,-4.19l-0.28,-0.39l-1.11,1.17l-0.65,-0.09l-3.24,-2.46l-0.48,-1.96l-0.07,-1.41l1.42,-3.28l0.84,-6.97l2.1,0.35l1.72,-0.69l5.59,-0.32l1.09,-1.27l1.87,-1.1l0.29,-1.3l-0.63,-1.51l8.51,2.61l3.37,-0.07l1.39,-0.83l2.6,-3.5l0.05,-2.13l-1.99,-1.51l1.67,-1.09l2.27,1.16l4.28,5.65l1.28,0.97l1.61,0.37l2.45,-0.28l1.69,0.61l1.27,2.59l0.54,2.33l0.97,1.36l1.22,0.68l1.43,0.05l3.07,-0.71l1.88,3.14l1.49,0.83l1.64,-0.37l1.64,-1.45l1.47,-2.88l0.62,-3.31l-0.7,-5.38l0.44,-2.74l4.82,-13.83l2.68,-3.89l1.34,-3.47l-0.21,-6.69l1.41,-1.8l2.13,-1.65l0.61,-1.11l-0.53,-2.85l-2.0,-1.83l-0.49,-1.13l0.54,-4.53l6.04,-6.02l1.13,-4.03l0.41,-0.4l13.87,4.92l5.64,0.39l12.55,3.17l1.62,0.85l-0.34,1.14l-3.46,1.59l-2.59,2.89l-0.3,4.18l1.32,4.33l4.33,9.2l1.22,1.83l2.82,2.18l8.48,0.2l4.58,1.54l4.72,3.03l2.95,4.26l1.03,5.1l-1.07,5.58l-2.66,6.93l-0.65,7.12l-0.59,1.85l-1.65,1.61l-3.77,2.37l-4.99,1.58l-2.27,1.46l-1.12,2.63l0.63,2.31l1.89,1.31l2.42,0.46l4.02,-0.41l0.41,5.13l-6.36,4.56l-4.52,4.71l-1.73,3.92l-0.42,5.13l0.92,1.84l2.52,0.65l2.57,2.62l2.44,0.06l0.32,2.12l3.18,4.51l1.52,1.16l2.41,0.49l-0.62,0.9l-4.25,2.67l-1.19,2.27l1.71,3.73l-0.71,2.13l-2.81,0.46l-0.09,2.48l0.8,1.94l-2.44,1.12l-1.38,4.62l0.16,2.6l1.57,3.05l-1.02,8.41l1.56,7.39l-0.27,3.14l-1.27,2.88l-3.39,4.49l-3.31,3.2l-1.86,4.28l-5.08,1.43l-3.55,3.16l-1.12,-0.06l-2.0,-1.31l-1.37,-0.01l-2.83,3.82l-7.41,2.05l-1.66,-0.01l-3.2,1.69l-2.62,5.68l-3.26,5.4l-5.58,1.73l-2.16,-1.04l-1.84,-2.05l-3.37,-6.25l0.31,-7.32l-0.57,-1.49l-6.15,-1.55l0.11,-0.79l-2.24,-3.62l-1.13,-1.01l-2.94,0.07l-0.74,-0.38l1.59,-2.04l0.51,-1.54l-1.06,-4.42l-2.75,-3.19l-0.42,-1.22l1.86,-7.93l1.05,-1.82l1.39,-0.89l1.41,-0.06l2.19,1.33l0.93,-0.42l0.03,-0.76l-2.33,-5.41l-3.19,-1.94l-5.0,-10.05l-0.27,-1.65l1.61,-2.94l-1.89,-4.47l-2.74,-2.08l-2.55,-1.19l-4.46,-0.79l-3.08,-4.62l-0.51,-6.15l0.66,-2.7l-0.85,-5.41l0.07,-3.5l0.36,-0.54l1.71,0.78l1.34,-0.76l1.59,-2.11l0.23,-1.62l-0.37,-0.45l-2.99,-0.7l0.92,-0.47l0.1,-1.42l-1.44,-1.44l-2.09,-3.93l-1.01,-1.05l-1.8,0.02l-0.03,1.53Z", "name": "Ubon Ratchathani"}, "TH-37": {"path": "M827.39,526.95l-4.91,14.08l-0.46,2.92l0.7,5.34l-0.6,3.12l-1.37,2.65l-1.41,1.21l-1.19,0.23l-1.0,-0.64l-1.16,-2.54l-0.83,-0.68l-1.22,-0.2l-2.28,0.81l-2.12,-0.57l-2.77,-6.28l-2.12,-0.77l-3.72,0.02l-1.06,-0.78l-4.32,-5.69l-1.56,-1.14l-1.52,-0.26l-2.17,1.51l0.2,1.1l1.77,1.07l-0.06,1.57l-2.42,3.21l-1.11,0.64l-2.89,0.04l-13.43,-4.54l-0.66,-0.73l-0.43,-2.66l-1.82,-0.43l-0.27,-5.81l-0.44,-1.62l-1.29,-1.98l0.37,-3.72l0.74,-1.37l0.59,-5.78l1.76,-2.59l-0.01,-3.55l0.81,-3.72l4.03,-5.05l1.14,-3.75l2.5,-2.62l3.03,-7.32l1.34,-1.82l4.22,-2.72l6.32,-1.63l10.01,-1.39l3.88,-1.05l0.96,-1.08l0.37,-2.65l2.22,-0.16l5.65,-2.27l2.91,-2.51l5.45,-3.64l2.44,-2.83l2.62,1.69l1.11,1.99l0.27,7.29l0.41,2.92l1.08,2.74l1.82,2.43l2.29,1.75l2.54,0.92l-1.34,4.23l-6.16,6.23l-0.57,4.96l0.65,1.48l1.92,1.71l0.43,2.42l-4.07,4.27l0.16,6.81l-1.26,3.28l-2.68,3.89Z", "name": "Amnat Charoen"}, "TH-33": {"path": "M721.36,578.46l1.05,-0.65l2.45,-4.12l4.12,-2.26l0.7,-1.37l0.0,-1.23l-1.9,-4.59l-1.34,-0.65l-6.42,-0.22l0.47,-1.24l3.77,-4.78l2.26,-1.75l3.39,-5.12l4.94,-3.34l1.59,3.49l0.64,3.32l2.51,2.55l8.64,12.16l4.56,2.92l1.65,0.56l3.26,0.1l3.53,1.97l1.6,0.01l1.7,3.23l3.66,1.06l3.45,2.29l3.54,0.04l3.54,1.4l2.21,-0.37l2.62,1.27l2.66,-1.79l4.88,0.48l0.95,1.1l0.85,0.26l0.44,-0.39l-0.06,-1.44l0.67,0.07l2.91,4.77l1.33,1.21l0.07,0.63l-1.23,0.63l-0.06,0.67l1.15,0.86l2.34,0.37l-0.63,2.01l-0.85,0.78l-1.02,0.57l-1.94,-0.74l-0.74,1.16l-0.08,3.75l0.85,5.32l-0.66,2.64l0.55,6.45l2.45,4.22l0.94,0.8l4.59,0.86l4.94,2.98l1.75,4.01l-1.57,2.74l0.31,2.19l5.03,10.11l0.93,0.96l2.32,1.08l2.19,5.1l-3.11,-1.18l-2.68,1.33l-1.19,2.09l-1.89,8.23l0.58,1.62l2.68,3.07l0.93,3.24l-0.01,1.37l-1.84,2.25l-0.14,1.09l0.77,0.78l3.21,-0.12l0.93,0.81l1.99,3.79l-1.51,-0.27l-3.41,-1.92l-3.85,0.2l-4.57,-2.87l-1.99,-0.24l-1.78,0.84l-3.17,2.5l-1.36,0.28l-1.0,-2.25l-1.1,-0.68l-1.4,0.52l-1.57,2.13l-1.64,0.07l-2.75,-1.14l-1.94,0.09l-1.84,1.09l-3.37,4.5l-1.98,0.82l-5.52,-1.48l-1.26,0.36l-2.06,1.49l-0.85,0.02l-13.75,-2.28l-5.82,-2.36l-2.68,-0.25l-3.31,2.05l-1.73,0.49l-1.06,-0.39l-0.5,-0.81l-0.14,-1.66l-0.92,-0.03l-4.03,4.23l-1.13,-0.04l-2.21,-1.54l-3.95,1.07l-2.39,1.17l1.66,-9.91l-1.76,-10.04l1.77,-8.93l-0.02,-3.42l-5.85,-8.35l-0.05,-6.11l-0.92,-2.17l-1.0,-0.8l-3.07,-0.59l-3.68,-1.92l-1.15,-2.05l2.68,-6.9l3.18,-4.01l0.79,-2.17l1.79,-1.4l0.57,-2.45l1.31,-1.23l0.6,-2.21l-0.17,-2.6l-1.08,-1.38l-1.42,-7.21l-0.51,-1.1l-1.36,-1.0l-0.45,-1.31l0.6,-3.56l1.31,-3.63l-1.23,-2.97l1.55,-0.45l0.8,-1.32Z", "name": "Si Sa Ket"}, "TH-36": {"path": "M477.07,424.0l4.0,3.04l5.14,-1.97l1.75,0.27l6.4,2.57l4.78,0.16l1.31,1.59l1.91,4.58l3.69,1.78l3.68,4.75l2.65,1.7l11.11,0.44l2.62,-0.58l3.89,1.69l1.97,2.09l3.21,1.15l1.48,1.11l2.46,0.5l2.86,-0.58l2.47,1.56l2.37,-0.6l0.38,-0.49l-0.09,-1.15l1.03,-0.0l1.0,3.06l3.72,2.46l0.04,0.73l-2.19,8.43l-1.44,3.25l-1.49,5.39l-3.26,5.07l-2.67,3.08l-2.26,4.36l-3.99,4.16l-2.8,2.09l-0.15,0.59l1.61,2.73l1.95,1.22l5.24,2.06l4.67,3.47l-0.95,0.91l-1.36,5.28l0.2,0.82l-2.41,4.48l-1.56,1.94l-0.35,1.7l0.56,3.56l-0.4,0.86l-2.51,0.52l-3.38,1.91l-3.91,3.51l-1.59,0.2l-1.12,-1.48l-0.34,0.77l-0.6,0.19l0.39,0.82l-0.69,0.36l-2.91,-0.07l-1.88,1.0l-0.29,2.31l-1.39,1.82l0.01,2.13l-1.32,0.65l-1.55,3.1l-3.34,2.78l-0.62,-1.06l-4.08,-3.01l-0.58,0.11l-3.92,7.27l-4.43,3.06l-0.83,1.5l-0.49,3.11l1.27,3.84l0.11,1.71l-4.76,2.55l-1.9,1.94l-2.04,5.65l-1.86,0.01l-2.92,-0.93l-3.86,0.97l-8.37,4.53l-4.25,1.83l-5.14,1.45l-4.27,4.03l-3.64,2.29l-15.0,4.22l-1.98,0.14l-0.83,-0.62l-3.03,-5.36l-7.07,-3.51l4.18,-4.66l3.38,-7.57l0.15,-9.68l-0.94,-6.29l1.23,-8.61l2.06,-7.06l-1.06,-2.07l-3.28,-0.66l-2.34,-2.1l-0.47,-1.34l-0.31,-10.84l3.71,-3.87l2.55,-7.98l-0.83,-1.39l-3.78,-1.22l-1.43,-3.81l-0.55,-6.62l2.35,-11.22l-0.18,-2.72l2.37,-3.74l-0.21,-1.15l-1.69,-1.67l1.48,-2.39l1.8,-8.38l2.5,-2.85l0.04,-2.45l4.31,-3.96l2.37,-3.71l0.48,-1.53l-0.39,-2.97l4.3,-2.82l0.88,-1.06l-0.12,-1.11l-1.33,-1.22l-0.23,-1.4l0.28,-3.5l1.35,-0.88l0.63,-1.61l-0.91,-2.24l0.09,-2.04l1.31,-0.52l2.44,1.09l1.04,-0.04l2.14,-2.12l2.35,-1.44l1.87,1.72l1.26,0.54l3.5,-0.53l3.28,0.52l2.22,2.29l1.5,0.9l2.79,-1.61Z", "name": "Chaiyaphum"}, "TH-31": {"path": "M552.59,626.51l3.66,1.55l1.36,2.02l1.07,0.78l2.99,0.24l4.28,-1.04l0.77,-0.9l0.3,-1.58l-2.43,-4.45l-0.63,-2.58l1.15,-4.37l-3.94,-3.03l4.84,1.13l5.39,2.04l5.68,-0.24l3.89,-1.27l5.26,-3.76l1.74,-4.76l1.5,-2.2l-0.39,-2.94l7.86,-8.68l6.87,-3.02l2.4,0.73l2.96,-0.72l1.89,-1.58l0.22,-1.1l-0.93,-1.66l-0.18,-4.51l0.5,-3.39l-0.52,-1.98l0.05,-2.55l0.33,-0.87l2.09,-0.99l0.44,-1.28l-1.29,-1.23l-3.38,-0.77l-0.52,-1.1l2.26,-4.45l1.97,0.85l2.6,-2.28l0.21,-0.89l-0.67,-1.39l-1.18,-1.48l-1.06,-0.54l-3.11,0.13l-0.71,-1.2l-1.12,-0.7l-0.65,-1.49l-2.54,-1.06l-3.18,-0.1l-2.61,0.76l-1.67,-0.44l-1.79,0.25l-2.1,-2.09l-1.61,-2.68l-0.74,-8.3l1.27,0.96l1.88,0.37l5.33,-1.88l1.16,-1.93l1.11,-3.55l0.36,-7.64l0.81,-1.64l1.34,-0.92l3.2,-1.04l2.21,2.61l2.07,1.27l2.22,2.88l0.22,2.59l-3.32,2.47l-0.17,1.45l5.12,5.59l2.38,1.59l0.81,3.04l3.63,2.93l0.14,1.77l-1.0,0.93l-0.06,1.46l0.86,1.14l2.94,2.08l-0.59,2.99l-1.01,1.59l0.24,1.26l1.95,1.79l1.39,-0.37l1.14,0.45l0.4,-0.76l2.18,5.84l0.47,0.28l2.33,-0.5l2.05,2.78l1.9,0.0l0.54,1.36l1.92,1.02l0.48,1.16l0.62,0.16l1.26,-1.02l2.36,1.07l1.34,-0.35l1.41,-1.67l5.26,-2.46l2.59,1.29l1.39,-0.55l0.33,0.53l-0.6,1.1l1.29,1.03l2.16,-0.23l1.2,-2.09l2.38,0.99l1.53,2.01l1.64,0.5l-0.11,1.99l-1.78,4.19l-1.99,1.37l-1.92,5.86l0.52,8.72l1.09,2.79l-0.77,2.62l1.46,2.9l-0.24,0.69l-1.94,1.39l-0.63,1.27l0.35,7.6l-2.59,2.55l-2.47,4.65l-8.83,6.86l-2.85,3.88l-0.32,1.41l0.31,2.4l-1.58,6.45l-2.1,4.08l-0.64,2.89l-1.73,2.03l-0.23,7.25l0.73,3.72l2.11,5.49l-1.53,4.5l0.33,2.25l-0.6,2.06l0.23,2.82l-4.5,1.38l-6.58,0.99l-5.84,2.67l-8.72,7.44l-1.78,1.04l-5.95,2.09l-1.68,1.71l-0.62,2.25l-3.81,1.04l-6.12,-1.13l-2.79,0.78l-3.05,1.6l-5.52,1.26l-6.51,-0.4l-2.6,-1.82l-0.69,0.13l-1.25,1.6l-1.54,-1.17l-0.86,-6.6l2.82,-5.62l0.56,-2.76l-1.76,-1.43l-0.86,-5.67l-1.87,-2.37l0.55,-3.91l-1.01,-3.29l-1.46,-2.3l-4.77,-3.85l-3.01,-7.35l-0.16,-1.4l2.43,-6.41l0.22,-2.68l-2.93,-7.03l0.02,-3.96l-1.98,-2.51l-2.26,-7.62Z", "name": "Buri Ram"}, "TH-94": {"path": "M473.49,1533.62l-3.98,-0.32l-1.2,-1.88l-0.18,-1.78l-0.55,-0.84l-2.24,-1.18l-1.52,0.49l-1.44,-0.39l-2.91,0.79l-1.1,1.27l0.15,1.41l2.56,1.92l0.15,0.65l-0.62,1.94l-2.3,0.97l-1.49,0.23l-1.24,-0.67l-2.91,-4.4l-1.26,-0.67l-1.56,0.34l-4.17,2.52l-4.03,-0.2l-5.5,1.06l-3.75,1.32l-1.17,-1.03l-2.11,-3.67l0.3,-2.85l-0.77,-3.13l-0.04,-2.54l-0.65,-0.51l-1.68,1.15l-2.51,4.46l-2.9,2.42l-2.73,0.79l-5.21,-0.57l-3.9,-2.9l-6.19,-2.76l-1.09,-5.99l-1.48,-2.53l0.28,-6.93l2.77,-5.06l0.12,-1.12l13.12,-0.45l3.93,-0.78l4.91,-2.64l1.92,-0.3l2.58,2.14l4.3,-0.23l0.52,-2.73l-3.26,-2.32l-6.31,-2.61l2.49,-1.28l2.68,1.17l2.86,2.29l4.3,1.66l3.54,2.03l7.45,1.77l7.46,3.94l17.6,28.52Z", "name": "Pattani"}, "TH-30": {"path": "M527.7,525.76l0.58,0.54l2.14,-0.31l3.98,-3.56l4.78,-2.38l0.66,0.08l1.79,2.71l2.19,1.84l0.06,2.94l0.46,0.65l2.97,1.64l2.75,2.52l2.11,-0.31l2.09,-1.14l4.97,-0.88l9.52,1.28l1.86,-1.4l5.68,0.94l3.16,-1.07l0.62,2.19l1.94,2.85l1.14,0.69l3.29,0.65l2.88,2.23l0.97,10.11l3.31,4.18l0.87,0.48l1.89,-0.24l1.72,0.44l2.72,-0.77l2.84,0.08l2.32,0.97l0.42,1.24l1.21,0.81l0.91,1.35l2.74,-0.16l1.32,0.48l1.56,2.44l-2.24,2.18l-1.51,-0.89l-0.85,0.28l-2.45,4.91l0.91,1.88l3.49,0.83l0.81,0.65l-0.17,0.5l-2.12,1.02l-0.58,1.39l-0.05,2.7l0.52,1.91l-0.5,3.33l0.18,4.61l0.94,1.96l-0.76,1.03l-3.51,1.21l-2.67,-0.68l-7.14,3.17l-8.06,8.91l0.33,3.09l-1.43,2.03l-1.72,4.72l-4.91,3.46l-3.64,1.2l-5.52,0.24l-9.21,-3.18l-1.69,0.27l-0.18,0.9l0.52,0.69l3.45,2.25l-1.13,3.31l0.0,1.58l0.64,2.11l2.29,3.91l0.08,0.78l-0.75,1.27l-3.85,0.89l-2.71,-0.21l-2.23,-2.71l-2.75,-0.96l-1.55,-1.26l-0.7,0.28l2.43,9.01l1.98,2.51l-0.07,3.75l0.96,3.04l1.97,3.99l-0.18,2.31l-2.45,6.48l0.18,1.81l1.84,5.23l1.3,2.38l4.86,3.95l1.28,2.06l0.93,2.98l-0.51,4.13l1.9,2.43l0.87,5.69l0.56,0.83l1.14,0.5l-0.52,2.21l-2.88,5.85l0.85,6.71l-2.62,2.07l-3.2,1.05l-0.3,1.92l1.66,0.88l-1.18,0.52l-2.18,0.17l-1.12,-0.66l-0.45,-1.13l0.06,-2.95l-0.84,-1.27l-4.16,0.09l-2.99,-1.62l-3.11,1.06l-4.51,-1.13l-4.73,1.18l-1.44,1.77l-0.96,0.24l-2.24,-1.3l-4.53,-0.25l-0.65,-0.87l-0.25,-1.8l-2.85,-2.22l-2.74,1.16l-0.64,1.53l0.21,2.01l-0.75,0.68l-2.43,-0.26l-5.53,-2.06l-13.25,-10.45l-1.53,-3.55l3.73,-5.8l0.39,-1.4l-0.51,-1.72l-2.1,-1.38l-1.09,-0.1l-2.14,1.81l-0.78,0.12l-3.18,-3.48l-1.08,-0.14l-2.62,3.22l-3.7,0.81l-3.55,-0.2l-1.69,0.92l-2.13,0.38l-0.65,0.76l-0.07,2.13l-0.68,0.45l-4.19,-4.55l-4.65,-3.56l-1.04,-1.53l-1.85,-1.18l-0.89,-1.21l-1.34,-0.68l-3.1,-0.34l-5.49,0.83l-2.52,-0.75l-2.53,-2.53l-1.33,-0.5l-1.97,0.78l-2.99,3.13l-2.97,0.12l-9.27,-5.61l-1.47,-1.76l-3.07,-1.27l-1.16,0.44l-1.35,2.57l-1.63,-0.41l-2.25,-2.33l-1.35,-2.23l-2.25,-1.96l2.18,-4.48l-1.5,-18.74l2.14,0.53l1.69,1.14l5.21,1.06l0.84,-1.22l1.31,-0.4l1.33,-1.34l2.4,-1.26l1.75,-4.27l3.13,-1.37l1.32,-1.22l5.92,-3.27l0.86,-0.83l0.37,-1.24l-0.19,-4.41l-5.11,-10.4l-1.06,-3.64l-1.12,-1.71l-1.01,-1.06l-4.4,-0.72l-2.9,-1.87l-3.05,-0.04l-0.17,-16.5l2.12,-3.92l0.25,-2.43l6.85,3.39l3.48,5.77l0.75,0.36l2.2,-0.15l15.22,-4.28l3.8,-2.4l4.13,-3.93l5.07,-1.42l4.3,-1.85l8.32,-4.51l3.62,-0.92l2.72,0.92l2.1,0.09l0.79,-0.78l1.66,-5.01l1.08,-1.32l5.83,-3.57l0.13,-1.44l-1.44,-4.53l0.44,-2.74l0.65,-1.21l4.52,-3.16l3.73,-6.95l4.93,4.08l3.8,-3.13l1.53,-3.06l1.47,-0.84l0.06,-2.28l1.35,-1.72l0.21,-2.11l1.32,-0.75l3.1,0.03l1.23,-0.65l0.09,-0.5Z", "name": "Nakhon Ratchasima"}}, "height": 1636.683877232386, "projection": {"type": "mill", "centralMeridian": 0.0}, "width": 900.0});
\ No newline at end of file
diff --git a/travel/jquery.js b/travel/jquery.js
new file mode 100644 (file)
index 0000000..bc3fbc8
--- /dev/null
@@ -0,0 +1,2 @@
+/*! jQuery v1.8.2 jquery.com | jquery.org/license */
+(function(a,b){function G(a){var b=F[a]={};return p.each(a.split(s),function(a,c){b[c]=!0}),b}function J(a,c,d){if(d===b&&a.nodeType===1){var e="data-"+c.replace(I,"-$1").toLowerCase();d=a.getAttribute(e);if(typeof d=="string"){try{d=d==="true"?!0:d==="false"?!1:d==="null"?null:+d+""===d?+d:H.test(d)?p.parseJSON(d):d}catch(f){}p.data(a,c,d)}else d=b}return d}function K(a){var b;for(b in a){if(b==="data"&&p.isEmptyObject(a[b]))continue;if(b!=="toJSON")return!1}return!0}function ba(){return!1}function bb(){return!0}function bh(a){return!a||!a.parentNode||a.parentNode.nodeType===11}function bi(a,b){do a=a[b];while(a&&a.nodeType!==1);return a}function bj(a,b,c){b=b||0;if(p.isFunction(b))return p.grep(a,function(a,d){var e=!!b.call(a,d,a);return e===c});if(b.nodeType)return p.grep(a,function(a,d){return a===b===c});if(typeof b=="string"){var d=p.grep(a,function(a){return a.nodeType===1});if(be.test(b))return p.filter(b,d,!c);b=p.filter(b,d)}return p.grep(a,function(a,d){return p.inArray(a,b)>=0===c})}function bk(a){var b=bl.split("|"),c=a.createDocumentFragment();if(c.createElement)while(b.length)c.createElement(b.pop());return c}function bC(a,b){return a.getElementsByTagName(b)[0]||a.appendChild(a.ownerDocument.createElement(b))}function bD(a,b){if(b.nodeType!==1||!p.hasData(a))return;var c,d,e,f=p._data(a),g=p._data(b,f),h=f.events;if(h){delete g.handle,g.events={};for(c in h)for(d=0,e=h[c].length;d<e;d++)p.event.add(b,c,h[c][d])}g.data&&(g.data=p.extend({},g.data))}function bE(a,b){var c;if(b.nodeType!==1)return;b.clearAttributes&&b.clearAttributes(),b.mergeAttributes&&b.mergeAttributes(a),c=b.nodeName.toLowerCase(),c==="object"?(b.parentNode&&(b.outerHTML=a.outerHTML),p.support.html5Clone&&a.innerHTML&&!p.trim(b.innerHTML)&&(b.innerHTML=a.innerHTML)):c==="input"&&bv.test(a.type)?(b.defaultChecked=b.checked=a.checked,b.value!==a.value&&(b.value=a.value)):c==="option"?b.selected=a.defaultSelected:c==="input"||c==="textarea"?b.defaultValue=a.defaultValue:c==="script"&&b.text!==a.text&&(b.text=a.text),b.removeAttribute(p.expando)}function bF(a){return typeof a.getElementsByTagName!="undefined"?a.getElementsByTagName("*"):typeof a.querySelectorAll!="undefined"?a.querySelectorAll("*"):[]}function bG(a){bv.test(a.type)&&(a.defaultChecked=a.checked)}function bY(a,b){if(b in a)return b;var c=b.charAt(0).toUpperCase()+b.slice(1),d=b,e=bW.length;while(e--){b=bW[e]+c;if(b in a)return b}return d}function bZ(a,b){return a=b||a,p.css(a,"display")==="none"||!p.contains(a.ownerDocument,a)}function b$(a,b){var c,d,e=[],f=0,g=a.length;for(;f<g;f++){c=a[f];if(!c.style)continue;e[f]=p._data(c,"olddisplay"),b?(!e[f]&&c.style.display==="none"&&(c.style.display=""),c.style.display===""&&bZ(c)&&(e[f]=p._data(c,"olddisplay",cc(c.nodeName)))):(d=bH(c,"display"),!e[f]&&d!=="none"&&p._data(c,"olddisplay",d))}for(f=0;f<g;f++){c=a[f];if(!c.style)continue;if(!b||c.style.display==="none"||c.style.display==="")c.style.display=b?e[f]||"":"none"}return a}function b_(a,b,c){var d=bP.exec(b);return d?Math.max(0,d[1]-(c||0))+(d[2]||"px"):b}function ca(a,b,c,d){var e=c===(d?"border":"content")?4:b==="width"?1:0,f=0;for(;e<4;e+=2)c==="margin"&&(f+=p.css(a,c+bV[e],!0)),d?(c==="content"&&(f-=parseFloat(bH(a,"padding"+bV[e]))||0),c!=="margin"&&(f-=parseFloat(bH(a,"border"+bV[e]+"Width"))||0)):(f+=parseFloat(bH(a,"padding"+bV[e]))||0,c!=="padding"&&(f+=parseFloat(bH(a,"border"+bV[e]+"Width"))||0));return f}function cb(a,b,c){var d=b==="width"?a.offsetWidth:a.offsetHeight,e=!0,f=p.support.boxSizing&&p.css(a,"boxSizing")==="border-box";if(d<=0||d==null){d=bH(a,b);if(d<0||d==null)d=a.style[b];if(bQ.test(d))return d;e=f&&(p.support.boxSizingReliable||d===a.style[b]),d=parseFloat(d)||0}return d+ca(a,b,c||(f?"border":"content"),e)+"px"}function cc(a){if(bS[a])return bS[a];var b=p("<"+a+">").appendTo(e.body),c=b.css("display");b.remove();if(c==="none"||c===""){bI=e.body.appendChild(bI||p.extend(e.createElement("iframe"),{frameBorder:0,width:0,height:0}));if(!bJ||!bI.createElement)bJ=(bI.contentWindow||bI.contentDocument).document,bJ.write("<!doctype html><html><body>"),bJ.close();b=bJ.body.appendChild(bJ.createElement(a)),c=bH(b,"display"),e.body.removeChild(bI)}return bS[a]=c,c}function ci(a,b,c,d){var e;if(p.isArray(b))p.each(b,function(b,e){c||ce.test(a)?d(a,e):ci(a+"["+(typeof e=="object"?b:"")+"]",e,c,d)});else if(!c&&p.type(b)==="object")for(e in b)ci(a+"["+e+"]",b[e],c,d);else d(a,b)}function cz(a){return function(b,c){typeof b!="string"&&(c=b,b="*");var d,e,f,g=b.toLowerCase().split(s),h=0,i=g.length;if(p.isFunction(c))for(;h<i;h++)d=g[h],f=/^\+/.test(d),f&&(d=d.substr(1)||"*"),e=a[d]=a[d]||[],e[f?"unshift":"push"](c)}}function cA(a,c,d,e,f,g){f=f||c.dataTypes[0],g=g||{},g[f]=!0;var h,i=a[f],j=0,k=i?i.length:0,l=a===cv;for(;j<k&&(l||!h);j++)h=i[j](c,d,e),typeof h=="string"&&(!l||g[h]?h=b:(c.dataTypes.unshift(h),h=cA(a,c,d,e,h,g)));return(l||!h)&&!g["*"]&&(h=cA(a,c,d,e,"*",g)),h}function cB(a,c){var d,e,f=p.ajaxSettings.flatOptions||{};for(d in c)c[d]!==b&&((f[d]?a:e||(e={}))[d]=c[d]);e&&p.extend(!0,a,e)}function cC(a,c,d){var e,f,g,h,i=a.contents,j=a.dataTypes,k=a.responseFields;for(f in k)f in d&&(c[k[f]]=d[f]);while(j[0]==="*")j.shift(),e===b&&(e=a.mimeType||c.getResponseHeader("content-type"));if(e)for(f in i)if(i[f]&&i[f].test(e)){j.unshift(f);break}if(j[0]in d)g=j[0];else{for(f in d){if(!j[0]||a.converters[f+" "+j[0]]){g=f;break}h||(h=f)}g=g||h}if(g)return g!==j[0]&&j.unshift(g),d[g]}function cD(a,b){var c,d,e,f,g=a.dataTypes.slice(),h=g[0],i={},j=0;a.dataFilter&&(b=a.dataFilter(b,a.dataType));if(g[1])for(c in a.converters)i[c.toLowerCase()]=a.converters[c];for(;e=g[++j];)if(e!=="*"){if(h!=="*"&&h!==e){c=i[h+" "+e]||i["* "+e];if(!c)for(d in i){f=d.split(" ");if(f[1]===e){c=i[h+" "+f[0]]||i["* "+f[0]];if(c){c===!0?c=i[d]:i[d]!==!0&&(e=f[0],g.splice(j--,0,e));break}}}if(c!==!0)if(c&&a["throws"])b=c(b);else try{b=c(b)}catch(k){return{state:"parsererror",error:c?k:"No conversion from "+h+" to "+e}}}h=e}return{state:"success",data:b}}function cL(){try{return new a.XMLHttpRequest}catch(b){}}function cM(){try{return new a.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}}function cU(){return setTimeout(function(){cN=b},0),cN=p.now()}function cV(a,b){p.each(b,function(b,c){var d=(cT[b]||[]).concat(cT["*"]),e=0,f=d.length;for(;e<f;e++)if(d[e].call(a,b,c))return})}function cW(a,b,c){var d,e=0,f=0,g=cS.length,h=p.Deferred().always(function(){delete i.elem}),i=function(){var b=cN||cU(),c=Math.max(0,j.startTime+j.duration-b),d=1-(c/j.duration||0),e=0,f=j.tweens.length;for(;e<f;e++)j.tweens[e].run(d);return h.notifyWith(a,[j,d,c]),d<1&&f?c:(h.resolveWith(a,[j]),!1)},j=h.promise({elem:a,props:p.extend({},b),opts:p.extend(!0,{specialEasing:{}},c),originalProperties:b,originalOptions:c,startTime:cN||cU(),duration:c.duration,tweens:[],createTween:function(b,c,d){var e=p.Tween(a,j.opts,b,c,j.opts.specialEasing[b]||j.opts.easing);return j.tweens.push(e),e},stop:function(b){var c=0,d=b?j.tweens.length:0;for(;c<d;c++)j.tweens[c].run(1);return b?h.resolveWith(a,[j,b]):h.rejectWith(a,[j,b]),this}}),k=j.props;cX(k,j.opts.specialEasing);for(;e<g;e++){d=cS[e].call(j,a,k,j.opts);if(d)return d}return cV(j,k),p.isFunction(j.opts.start)&&j.opts.start.call(a,j),p.fx.timer(p.extend(i,{anim:j,queue:j.opts.queue,elem:a})),j.progress(j.opts.progress).done(j.opts.done,j.opts.complete).fail(j.opts.fail).always(j.opts.always)}function cX(a,b){var c,d,e,f,g;for(c in a){d=p.camelCase(c),e=b[d],f=a[c],p.isArray(f)&&(e=f[1],f=a[c]=f[0]),c!==d&&(a[d]=f,delete a[c]),g=p.cssHooks[d];if(g&&"expand"in g){f=g.expand(f),delete a[d];for(c in f)c in a||(a[c]=f[c],b[c]=e)}else b[d]=e}}function cY(a,b,c){var d,e,f,g,h,i,j,k,l=this,m=a.style,n={},o=[],q=a.nodeType&&bZ(a);c.queue||(j=p._queueHooks(a,"fx"),j.unqueued==null&&(j.unqueued=0,k=j.empty.fire,j.empty.fire=function(){j.unqueued||k()}),j.unqueued++,l.always(function(){l.always(function(){j.unqueued--,p.queue(a,"fx").length||j.empty.fire()})})),a.nodeType===1&&("height"in b||"width"in b)&&(c.overflow=[m.overflow,m.overflowX,m.overflowY],p.css(a,"display")==="inline"&&p.css(a,"float")==="none"&&(!p.support.inlineBlockNeedsLayout||cc(a.nodeName)==="inline"?m.display="inline-block":m.zoom=1)),c.overflow&&(m.overflow="hidden",p.support.shrinkWrapBlocks||l.done(function(){m.overflow=c.overflow[0],m.overflowX=c.overflow[1],m.overflowY=c.overflow[2]}));for(d in b){f=b[d];if(cP.exec(f)){delete b[d];if(f===(q?"hide":"show"))continue;o.push(d)}}g=o.length;if(g){h=p._data(a,"fxshow")||p._data(a,"fxshow",{}),q?p(a).show():l.done(function(){p(a).hide()}),l.done(function(){var b;p.removeData(a,"fxshow",!0);for(b in n)p.style(a,b,n[b])});for(d=0;d<g;d++)e=o[d],i=l.createTween(e,q?h[e]:0),n[e]=h[e]||p.style(a,e),e in h||(h[e]=i.start,q&&(i.end=i.start,i.start=e==="width"||e==="height"?1:0))}}function cZ(a,b,c,d,e){return new cZ.prototype.init(a,b,c,d,e)}function c$(a,b){var c,d={height:a},e=0;b=b?1:0;for(;e<4;e+=2-b)c=bV[e],d["margin"+c]=d["padding"+c]=a;return b&&(d.opacity=d.width=a),d}function da(a){return p.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:!1}var c,d,e=a.document,f=a.location,g=a.navigator,h=a.jQuery,i=a.$,j=Array.prototype.push,k=Array.prototype.slice,l=Array.prototype.indexOf,m=Object.prototype.toString,n=Object.prototype.hasOwnProperty,o=String.prototype.trim,p=function(a,b){return new p.fn.init(a,b,c)},q=/[\-+]?(?:\d*\.|)\d+(?:[eE][\-+]?\d+|)/.source,r=/\S/,s=/\s+/,t=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,u=/^(?:[^#<]*(<[\w\W]+>)[^>]*$|#([\w\-]*)$)/,v=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,w=/^[\],:{}\s]*$/,x=/(?:^|:|,)(?:\s*\[)+/g,y=/\\(?:["\\\/bfnrt]|u[\da-fA-F]{4})/g,z=/"[^"\\\r\n]*"|true|false|null|-?(?:\d\d*\.|)\d+(?:[eE][\-+]?\d+|)/g,A=/^-ms-/,B=/-([\da-z])/gi,C=function(a,b){return(b+"").toUpperCase()},D=function(){e.addEventListener?(e.removeEventListener("DOMContentLoaded",D,!1),p.ready()):e.readyState==="complete"&&(e.detachEvent("onreadystatechange",D),p.ready())},E={};p.fn=p.prototype={constructor:p,init:function(a,c,d){var f,g,h,i;if(!a)return this;if(a.nodeType)return this.context=this[0]=a,this.length=1,this;if(typeof a=="string"){a.charAt(0)==="<"&&a.charAt(a.length-1)===">"&&a.length>=3?f=[null,a,null]:f=u.exec(a);if(f&&(f[1]||!c)){if(f[1])return c=c instanceof p?c[0]:c,i=c&&c.nodeType?c.ownerDocument||c:e,a=p.parseHTML(f[1],i,!0),v.test(f[1])&&p.isPlainObject(c)&&this.attr.call(a,c,!0),p.merge(this,a);g=e.getElementById(f[2]);if(g&&g.parentNode){if(g.id!==f[2])return d.find(a);this.length=1,this[0]=g}return this.context=e,this.selector=a,this}return!c||c.jquery?(c||d).find(a):this.constructor(c).find(a)}return p.isFunction(a)?d.ready(a):(a.selector!==b&&(this.selector=a.selector,this.context=a.context),p.makeArray(a,this))},selector:"",jquery:"1.8.2",length:0,size:function(){return this.length},toArray:function(){return k.call(this)},get:function(a){return a==null?this.toArray():a<0?this[this.length+a]:this[a]},pushStack:function(a,b,c){var d=p.merge(this.constructor(),a);return d.prevObject=this,d.context=this.context,b==="find"?d.selector=this.selector+(this.selector?" ":"")+c:b&&(d.selector=this.selector+"."+b+"("+c+")"),d},each:function(a,b){return p.each(this,a,b)},ready:function(a){return p.ready.promise().done(a),this},eq:function(a){return a=+a,a===-1?this.slice(a):this.slice(a,a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(k.apply(this,arguments),"slice",k.call(arguments).join(","))},map:function(a){return this.pushStack(p.map(this,function(b,c){return a.call(b,c,b)}))},end:function(){return this.prevObject||this.constructor(null)},push:j,sort:[].sort,splice:[].splice},p.fn.init.prototype=p.fn,p.extend=p.fn.extend=function(){var a,c,d,e,f,g,h=arguments[0]||{},i=1,j=arguments.length,k=!1;typeof h=="boolean"&&(k=h,h=arguments[1]||{},i=2),typeof h!="object"&&!p.isFunction(h)&&(h={}),j===i&&(h=this,--i);for(;i<j;i++)if((a=arguments[i])!=null)for(c in a){d=h[c],e=a[c];if(h===e)continue;k&&e&&(p.isPlainObject(e)||(f=p.isArray(e)))?(f?(f=!1,g=d&&p.isArray(d)?d:[]):g=d&&p.isPlainObject(d)?d:{},h[c]=p.extend(k,g,e)):e!==b&&(h[c]=e)}return h},p.extend({noConflict:function(b){return a.$===p&&(a.$=i),b&&a.jQuery===p&&(a.jQuery=h),p},isReady:!1,readyWait:1,holdReady:function(a){a?p.readyWait++:p.ready(!0)},ready:function(a){if(a===!0?--p.readyWait:p.isReady)return;if(!e.body)return setTimeout(p.ready,1);p.isReady=!0;if(a!==!0&&--p.readyWait>0)return;d.resolveWith(e,[p]),p.fn.trigger&&p(e).trigger("ready").off("ready")},isFunction:function(a){return p.type(a)==="function"},isArray:Array.isArray||function(a){return p.type(a)==="array"},isWindow:function(a){return a!=null&&a==a.window},isNumeric:function(a){return!isNaN(parseFloat(a))&&isFinite(a)},type:function(a){return a==null?String(a):E[m.call(a)]||"object"},isPlainObject:function(a){if(!a||p.type(a)!=="object"||a.nodeType||p.isWindow(a))return!1;try{if(a.constructor&&!n.call(a,"constructor")&&!n.call(a.constructor.prototype,"isPrototypeOf"))return!1}catch(c){return!1}var d;for(d in a);return d===b||n.call(a,d)},isEmptyObject:function(a){var b;for(b in a)return!1;return!0},error:function(a){throw new Error(a)},parseHTML:function(a,b,c){var d;return!a||typeof a!="string"?null:(typeof b=="boolean"&&(c=b,b=0),b=b||e,(d=v.exec(a))?[b.createElement(d[1])]:(d=p.buildFragment([a],b,c?null:[]),p.merge([],(d.cacheable?p.clone(d.fragment):d.fragment).childNodes)))},parseJSON:function(b){if(!b||typeof b!="string")return null;b=p.trim(b);if(a.JSON&&a.JSON.parse)return a.JSON.parse(b);if(w.test(b.replace(y,"@").replace(z,"]").replace(x,"")))return(new Function("return "+b))();p.error("Invalid JSON: "+b)},parseXML:function(c){var d,e;if(!c||typeof c!="string")return null;try{a.DOMParser?(e=new DOMParser,d=e.parseFromString(c,"text/xml")):(d=new ActiveXObject("Microsoft.XMLDOM"),d.async="false",d.loadXML(c))}catch(f){d=b}return(!d||!d.documentElement||d.getElementsByTagName("parsererror").length)&&p.error("Invalid XML: "+c),d},noop:function(){},globalEval:function(b){b&&r.test(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){return a.replace(A,"ms-").replace(B,C)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toLowerCase()===b.toLowerCase()},each:function(a,c,d){var e,f=0,g=a.length,h=g===b||p.isFunction(a);if(d){if(h){for(e in a)if(c.apply(a[e],d)===!1)break}else for(;f<g;)if(c.apply(a[f++],d)===!1)break}else if(h){for(e in a)if(c.call(a[e],e,a[e])===!1)break}else for(;f<g;)if(c.call(a[f],f,a[f++])===!1)break;return a},trim:o&&!o.call(" ")?function(a){return a==null?"":o.call(a)}:function(a){return a==null?"":(a+"").replace(t,"")},makeArray:function(a,b){var c,d=b||[];return a!=null&&(c=p.type(a),a.length==null||c==="string"||c==="function"||c==="regexp"||p.isWindow(a)?j.call(d,a):p.merge(d,a)),d},inArray:function(a,b,c){var d;if(b){if(l)return l.call(b,a,c);d=b.length,c=c?c<0?Math.max(0,d+c):c:0;for(;c<d;c++)if(c in b&&b[c]===a)return c}return-1},merge:function(a,c){var d=c.length,e=a.length,f=0;if(typeof d=="number")for(;f<d;f++)a[e++]=c[f];else while(c[f]!==b)a[e++]=c[f++];return a.length=e,a},grep:function(a,b,c){var d,e=[],f=0,g=a.length;c=!!c;for(;f<g;f++)d=!!b(a[f],f),c!==d&&e.push(a[f]);return e},map:function(a,c,d){var e,f,g=[],h=0,i=a.length,j=a instanceof p||i!==b&&typeof i=="number"&&(i>0&&a[0]&&a[i-1]||i===0||p.isArray(a));if(j)for(;h<i;h++)e=c(a[h],h,d),e!=null&&(g[g.length]=e);else for(f in a)e=c(a[f],f,d),e!=null&&(g[g.length]=e);return g.concat.apply([],g)},guid:1,proxy:function(a,c){var d,e,f;return typeof c=="string"&&(d=a[c],c=a,a=d),p.isFunction(a)?(e=k.call(arguments,2),f=function(){return a.apply(c,e.concat(k.call(arguments)))},f.guid=a.guid=a.guid||p.guid++,f):b},access:function(a,c,d,e,f,g,h){var i,j=d==null,k=0,l=a.length;if(d&&typeof d=="object"){for(k in d)p.access(a,c,k,d[k],1,g,e);f=1}else if(e!==b){i=h===b&&p.isFunction(e),j&&(i?(i=c,c=function(a,b,c){return i.call(p(a),c)}):(c.call(a,e),c=null));if(c)for(;k<l;k++)c(a[k],d,i?e.call(a[k],k,c(a[k],d)):e,h);f=1}return f?a:j?c.call(a):l?c(a[0],d):g},now:function(){return(new Date).getTime()}}),p.ready.promise=function(b){if(!d){d=p.Deferred();if(e.readyState==="complete")setTimeout(p.ready,1);else if(e.addEventListener)e.addEventListener("DOMContentLoaded",D,!1),a.addEventListener("load",p.ready,!1);else{e.attachEvent("onreadystatechange",D),a.attachEvent("onload",p.ready);var c=!1;try{c=a.frameElement==null&&e.documentElement}catch(f){}c&&c.doScroll&&function g(){if(!p.isReady){try{c.doScroll("left")}catch(a){return setTimeout(g,50)}p.ready()}}()}}return d.promise(b)},p.each("Boolean Number String Function Array Date RegExp Object".split(" "),function(a,b){E["[object "+b+"]"]=b.toLowerCase()}),c=p(e);var F={};p.Callbacks=function(a){a=typeof a=="string"?F[a]||G(a):p.extend({},a);var c,d,e,f,g,h,i=[],j=!a.once&&[],k=function(b){c=a.memory&&b,d=!0,h=f||0,f=0,g=i.length,e=!0;for(;i&&h<g;h++)if(i[h].apply(b[0],b[1])===!1&&a.stopOnFalse){c=!1;break}e=!1,i&&(j?j.length&&k(j.shift()):c?i=[]:l.disable())},l={add:function(){if(i){var b=i.length;(function d(b){p.each(b,function(b,c){var e=p.type(c);e==="function"&&(!a.unique||!l.has(c))?i.push(c):c&&c.length&&e!=="string"&&d(c)})})(arguments),e?g=i.length:c&&(f=b,k(c))}return this},remove:function(){return i&&p.each(arguments,function(a,b){var c;while((c=p.inArray(b,i,c))>-1)i.splice(c,1),e&&(c<=g&&g--,c<=h&&h--)}),this},has:function(a){return p.inArray(a,i)>-1},empty:function(){return i=[],this},disable:function(){return i=j=c=b,this},disabled:function(){return!i},lock:function(){return j=b,c||l.disable(),this},locked:function(){return!j},fireWith:function(a,b){return b=b||[],b=[a,b.slice?b.slice():b],i&&(!d||j)&&(e?j.push(b):k(b)),this},fire:function(){return l.fireWith(this,arguments),this},fired:function(){return!!d}};return l},p.extend({Deferred:function(a){var b=[["resolve","done",p.Callbacks("once memory"),"resolved"],["reject","fail",p.Callbacks("once memory"),"rejected"],["notify","progress",p.Callbacks("memory")]],c="pending",d={state:function(){return c},always:function(){return e.done(arguments).fail(arguments),this},then:function(){var a=arguments;return p.Deferred(function(c){p.each(b,function(b,d){var f=d[0],g=a[b];e[d[1]](p.isFunction(g)?function(){var a=g.apply(this,arguments);a&&p.isFunction(a.promise)?a.promise().done(c.resolve).fail(c.reject).progress(c.notify):c[f+"With"](this===e?c:this,[a])}:c[f])}),a=null}).promise()},promise:function(a){return a!=null?p.extend(a,d):d}},e={};return d.pipe=d.then,p.each(b,function(a,f){var g=f[2],h=f[3];d[f[1]]=g.add,h&&g.add(function(){c=h},b[a^1][2].disable,b[2][2].lock),e[f[0]]=g.fire,e[f[0]+"With"]=g.fireWith}),d.promise(e),a&&a.call(e,e),e},when:function(a){var b=0,c=k.call(arguments),d=c.length,e=d!==1||a&&p.isFunction(a.promise)?d:0,f=e===1?a:p.Deferred(),g=function(a,b,c){return function(d){b[a]=this,c[a]=arguments.length>1?k.call(arguments):d,c===h?f.notifyWith(b,c):--e||f.resolveWith(b,c)}},h,i,j;if(d>1){h=new Array(d),i=new Array(d),j=new Array(d);for(;b<d;b++)c[b]&&p.isFunction(c[b].promise)?c[b].promise().done(g(b,j,c)).fail(f.reject).progress(g(b,i,h)):--e}return e||f.resolveWith(j,c),f.promise()}}),p.support=function(){var b,c,d,f,g,h,i,j,k,l,m,n=e.createElement("div");n.setAttribute("className","t"),n.innerHTML="  <link/><table></table><a href='/a'>a</a><input type='checkbox'/>",c=n.getElementsByTagName("*"),d=n.getElementsByTagName("a")[0],d.style.cssText="top:1px;float:left;opacity:.5";if(!c||!c.length)return{};f=e.createElement("select"),g=f.appendChild(e.createElement("option")),h=n.getElementsByTagName("input")[0],b={leadingWhitespace:n.firstChild.nodeType===3,tbody:!n.getElementsByTagName("tbody").length,htmlSerialize:!!n.getElementsByTagName("link").length,style:/top/.test(d.getAttribute("style")),hrefNormalized:d.getAttribute("href")==="/a",opacity:/^0.5/.test(d.style.opacity),cssFloat:!!d.style.cssFloat,checkOn:h.value==="on",optSelected:g.selected,getSetAttribute:n.className!=="t",enctype:!!e.createElement("form").enctype,html5Clone:e.createElement("nav").cloneNode(!0).outerHTML!=="<:nav></:nav>",boxModel:e.compatMode==="CSS1Compat",submitBubbles:!0,changeBubbles:!0,focusinBubbles:!1,deleteExpando:!0,noCloneEvent:!0,inlineBlockNeedsLayout:!1,shrinkWrapBlocks:!1,reliableMarginRight:!0,boxSizingReliable:!0,pixelPosition:!1},h.checked=!0,b.noCloneChecked=h.cloneNode(!0).checked,f.disabled=!0,b.optDisabled=!g.disabled;try{delete n.test}catch(o){b.deleteExpando=!1}!n.addEventListener&&n.attachEvent&&n.fireEvent&&(n.attachEvent("onclick",m=function(){b.noCloneEvent=!1}),n.cloneNode(!0).fireEvent("onclick"),n.detachEvent("onclick",m)),h=e.createElement("input"),h.value="t",h.setAttribute("type","radio"),b.radioValue=h.value==="t",h.setAttribute("checked","checked"),h.setAttribute("name","t"),n.appendChild(h),i=e.createDocumentFragment(),i.appendChild(n.lastChild),b.checkClone=i.cloneNode(!0).cloneNode(!0).lastChild.checked,b.appendChecked=h.checked,i.removeChild(h),i.appendChild(n);if(n.attachEvent)for(k in{submit:!0,change:!0,focusin:!0})j="on"+k,l=j in n,l||(n.setAttribute(j,"return;"),l=typeof n[j]=="function"),b[k+"Bubbles"]=l;return p(function(){var c,d,f,g,h="padding:0;margin:0;border:0;display:block;overflow:hidden;",i=e.getElementsByTagName("body")[0];if(!i)return;c=e.createElement("div"),c.style.cssText="visibility:hidden;border:0;width:0;height:0;position:static;top:0;margin-top:1px",i.insertBefore(c,i.firstChild),d=e.createElement("div"),c.appendChild(d),d.innerHTML="<table><tr><td></td><td>t</td></tr></table>",f=d.getElementsByTagName("td"),f[0].style.cssText="padding:0;margin:0;border:0;display:none",l=f[0].offsetHeight===0,f[0].style.display="",f[1].style.display="none",b.reliableHiddenOffsets=l&&f[0].offsetHeight===0,d.innerHTML="",d.style.cssText="box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding:1px;border:1px;display:block;width:4px;margin-top:1%;position:absolute;top:1%;",b.boxSizing=d.offsetWidth===4,b.doesNotIncludeMarginInBodyOffset=i.offsetTop!==1,a.getComputedStyle&&(b.pixelPosition=(a.getComputedStyle(d,null)||{}).top!=="1%",b.boxSizingReliable=(a.getComputedStyle(d,null)||{width:"4px"}).width==="4px",g=e.createElement("div"),g.style.cssText=d.style.cssText=h,g.style.marginRight=g.style.width="0",d.style.width="1px",d.appendChild(g),b.reliableMarginRight=!parseFloat((a.getComputedStyle(g,null)||{}).marginRight)),typeof d.style.zoom!="undefined"&&(d.innerHTML="",d.style.cssText=h+"width:1px;padding:1px;display:inline;zoom:1",b.inlineBlockNeedsLayout=d.offsetWidth===3,d.style.display="block",d.style.overflow="visible",d.innerHTML="<div></div>",d.firstChild.style.width="5px",b.shrinkWrapBlocks=d.offsetWidth!==3,c.style.zoom=1),i.removeChild(c),c=d=f=g=null}),i.removeChild(n),c=d=f=g=h=i=n=null,b}();var H=/(?:\{[\s\S]*\}|\[[\s\S]*\])$/,I=/([A-Z])/g;p.extend({cache:{},deletedIds:[],uuid:0,expando:"jQuery"+(p.fn.jquery+Math.random()).replace(/\D/g,""),noData:{embed:!0,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:!0},hasData:function(a){return a=a.nodeType?p.cache[a[p.expando]]:a[p.expando],!!a&&!K(a)},data:function(a,c,d,e){if(!p.acceptData(a))return;var f,g,h=p.expando,i=typeof c=="string",j=a.nodeType,k=j?p.cache:a,l=j?a[h]:a[h]&&h;if((!l||!k[l]||!e&&!k[l].data)&&i&&d===b)return;l||(j?a[h]=l=p.deletedIds.pop()||p.guid++:l=h),k[l]||(k[l]={},j||(k[l].toJSON=p.noop));if(typeof c=="object"||typeof c=="function")e?k[l]=p.extend(k[l],c):k[l].data=p.extend(k[l].data,c);return f=k[l],e||(f.data||(f.data={}),f=f.data),d!==b&&(f[p.camelCase(c)]=d),i?(g=f[c],g==null&&(g=f[p.camelCase(c)])):g=f,g},removeData:function(a,b,c){if(!p.acceptData(a))return;var d,e,f,g=a.nodeType,h=g?p.cache:a,i=g?a[p.expando]:p.expando;if(!h[i])return;if(b){d=c?h[i]:h[i].data;if(d){p.isArray(b)||(b in d?b=[b]:(b=p.camelCase(b),b in d?b=[b]:b=b.split(" ")));for(e=0,f=b.length;e<f;e++)delete d[b[e]];if(!(c?K:p.isEmptyObject)(d))return}}if(!c){delete h[i].data;if(!K(h[i]))return}g?p.cleanData([a],!0):p.support.deleteExpando||h!=h.window?delete h[i]:h[i]=null},_data:function(a,b,c){return p.data(a,b,c,!0)},acceptData:function(a){var b=a.nodeName&&p.noData[a.nodeName.toLowerCase()];return!b||b!==!0&&a.getAttribute("classid")===b}}),p.fn.extend({data:function(a,c){var d,e,f,g,h,i=this[0],j=0,k=null;if(a===b){if(this.length){k=p.data(i);if(i.nodeType===1&&!p._data(i,"parsedAttrs")){f=i.attributes;for(h=f.length;j<h;j++)g=f[j].name,g.indexOf("data-")||(g=p.camelCase(g.substring(5)),J(i,g,k[g]));p._data(i,"parsedAttrs",!0)}}return k}return typeof a=="object"?this.each(function(){p.data(this,a)}):(d=a.split(".",2),d[1]=d[1]?"."+d[1]:"",e=d[1]+"!",p.access(this,function(c){if(c===b)return k=this.triggerHandler("getData"+e,[d[0]]),k===b&&i&&(k=p.data(i,a),k=J(i,a,k)),k===b&&d[1]?this.data(d[0]):k;d[1]=c,this.each(function(){var b=p(this);b.triggerHandler("setData"+e,d),p.data(this,a,c),b.triggerHandler("changeData"+e,d)})},null,c,arguments.length>1,null,!1))},removeData:function(a){return this.each(function(){p.removeData(this,a)})}}),p.extend({queue:function(a,b,c){var d;if(a)return b=(b||"fx")+"queue",d=p._data(a,b),c&&(!d||p.isArray(c)?d=p._data(a,b,p.makeArray(c)):d.push(c)),d||[]},dequeue:function(a,b){b=b||"fx";var c=p.queue(a,b),d=c.length,e=c.shift(),f=p._queueHooks(a,b),g=function(){p.dequeue(a,b)};e==="inprogress"&&(e=c.shift(),d--),e&&(b==="fx"&&c.unshift("inprogress"),delete f.stop,e.call(a,g,f)),!d&&f&&f.empty.fire()},_queueHooks:function(a,b){var c=b+"queueHooks";return p._data(a,c)||p._data(a,c,{empty:p.Callbacks("once memory").add(function(){p.removeData(a,b+"queue",!0),p.removeData(a,c,!0)})})}}),p.fn.extend({queue:function(a,c){var d=2;return typeof a!="string"&&(c=a,a="fx",d--),arguments.length<d?p.queue(this[0],a):c===b?this:this.each(function(){var b=p.queue(this,a,c);p._queueHooks(this,a),a==="fx"&&b[0]!=="inprogress"&&p.dequeue(this,a)})},dequeue:function(a){return this.each(function(){p.dequeue(this,a)})},delay:function(a,b){return a=p.fx?p.fx.speeds[a]||a:a,b=b||"fx",this.queue(b,function(b,c){var d=setTimeout(b,a);c.stop=function(){clearTimeout(d)}})},clearQueue:function(a){return this.queue(a||"fx",[])},promise:function(a,c){var d,e=1,f=p.Deferred(),g=this,h=this.length,i=function(){--e||f.resolveWith(g,[g])};typeof a!="string"&&(c=a,a=b),a=a||"fx";while(h--)d=p._data(g[h],a+"queueHooks"),d&&d.empty&&(e++,d.empty.add(i));return i(),f.promise(c)}});var L,M,N,O=/[\t\r\n]/g,P=/\r/g,Q=/^(?:button|input)$/i,R=/^(?:button|input|object|select|textarea)$/i,S=/^a(?:rea|)$/i,T=/^(?:autofocus|autoplay|async|checked|controls|defer|disabled|hidden|loop|multiple|open|readonly|required|scoped|selected)$/i,U=p.support.getSetAttribute;p.fn.extend({attr:function(a,b){return p.access(this,p.attr,a,b,arguments.length>1)},removeAttr:function(a){return this.each(function(){p.removeAttr(this,a)})},prop:function(a,b){return p.access(this,p.prop,a,b,arguments.length>1)},removeProp:function(a){return a=p.propFix[a]||a,this.each(function(){try{this[a]=b,delete this[a]}catch(c){}})},addClass:function(a){var b,c,d,e,f,g,h;if(p.isFunction(a))return this.each(function(b){p(this).addClass(a.call(this,b,this.className))});if(a&&typeof a=="string"){b=a.split(s);for(c=0,d=this.length;c<d;c++){e=this[c];if(e.nodeType===1)if(!e.className&&b.length===1)e.className=a;else{f=" "+e.className+" ";for(g=0,h=b.length;g<h;g++)f.indexOf(" "+b[g]+" ")<0&&(f+=b[g]+" ");e.className=p.trim(f)}}}return this},removeClass:function(a){var c,d,e,f,g,h,i;if(p.isFunction(a))return this.each(function(b){p(this).removeClass(a.call(this,b,this.className))});if(a&&typeof a=="string"||a===b){c=(a||"").split(s);for(h=0,i=this.length;h<i;h++){e=this[h];if(e.nodeType===1&&e.className){d=(" "+e.className+" ").replace(O," ");for(f=0,g=c.length;f<g;f++)while(d.indexOf(" "+c[f]+" ")>=0)d=d.replace(" "+c[f]+" "," ");e.className=a?p.trim(d):""}}}return this},toggleClass:function(a,b){var c=typeof a,d=typeof b=="boolean";return p.isFunction(a)?this.each(function(c){p(this).toggleClass(a.call(this,c,this.className,b),b)}):this.each(function(){if(c==="string"){var e,f=0,g=p(this),h=b,i=a.split(s);while(e=i[f++])h=d?h:!g.hasClass(e),g[h?"addClass":"removeClass"](e)}else if(c==="undefined"||c==="boolean")this.className&&p._data(this,"__className__",this.className),this.className=this.className||a===!1?"":p._data(this,"__className__")||""})},hasClass:function(a){var b=" "+a+" ",c=0,d=this.length;for(;c<d;c++)if(this[c].nodeType===1&&(" "+this[c].className+" ").replace(O," ").indexOf(b)>=0)return!0;return!1},val:function(a){var c,d,e,f=this[0];if(!arguments.length){if(f)return c=p.valHooks[f.type]||p.valHooks[f.nodeName.toLowerCase()],c&&"get"in c&&(d=c.get(f,"value"))!==b?d:(d=f.value,typeof d=="string"?d.replace(P,""):d==null?"":d);return}return e=p.isFunction(a),this.each(function(d){var f,g=p(this);if(this.nodeType!==1)return;e?f=a.call(this,d,g.val()):f=a,f==null?f="":typeof f=="number"?f+="":p.isArray(f)&&(f=p.map(f,function(a){return a==null?"":a+""})),c=p.valHooks[this.type]||p.valHooks[this.nodeName.toLowerCase()];if(!c||!("set"in c)||c.set(this,f,"value")===b)this.value=f})}}),p.extend({valHooks:{option:{get:function(a){var b=a.attributes.value;return!b||b.specified?a.value:a.text}},select:{get:function(a){var b,c,d,e,f=a.selectedIndex,g=[],h=a.options,i=a.type==="select-one";if(f<0)return null;c=i?f:0,d=i?f+1:h.length;for(;c<d;c++){e=h[c];if(e.selected&&(p.support.optDisabled?!e.disabled:e.getAttribute("disabled")===null)&&(!e.parentNode.disabled||!p.nodeName(e.parentNode,"optgroup"))){b=p(e).val();if(i)return b;g.push(b)}}return i&&!g.length&&h.length?p(h[f]).val():g},set:function(a,b){var c=p.makeArray(b);return p(a).find("option").each(function(){this.selected=p.inArray(p(this).val(),c)>=0}),c.length||(a.selectedIndex=-1),c}}},attrFn:{},attr:function(a,c,d,e){var f,g,h,i=a.nodeType;if(!a||i===3||i===8||i===2)return;if(e&&p.isFunction(p.fn[c]))return p(a)[c](d);if(typeof a.getAttribute=="undefined")return p.prop(a,c,d);h=i!==1||!p.isXMLDoc(a),h&&(c=c.toLowerCase(),g=p.attrHooks[c]||(T.test(c)?M:L));if(d!==b){if(d===null){p.removeAttr(a,c);return}return g&&"set"in g&&h&&(f=g.set(a,d,c))!==b?f:(a.setAttribute(c,d+""),d)}return g&&"get"in g&&h&&(f=g.get(a,c))!==null?f:(f=a.getAttribute(c),f===null?b:f)},removeAttr:function(a,b){var c,d,e,f,g=0;if(b&&a.nodeType===1){d=b.split(s);for(;g<d.length;g++)e=d[g],e&&(c=p.propFix[e]||e,f=T.test(e),f||p.attr(a,e,""),a.removeAttribute(U?e:c),f&&c in a&&(a[c]=!1))}},attrHooks:{type:{set:function(a,b){if(Q.test(a.nodeName)&&a.parentNode)p.error("type property can't be changed");else if(!p.support.radioValue&&b==="radio"&&p.nodeName(a,"input")){var c=a.value;return a.setAttribute("type",b),c&&(a.value=c),b}}},value:{get:function(a,b){return L&&p.nodeName(a,"button")?L.get(a,b):b in a?a.value:null},set:function(a,b,c){if(L&&p.nodeName(a,"button"))return L.set(a,b,c);a.value=b}}},propFix:{tabindex:"tabIndex",readonly:"readOnly","for":"htmlFor","class":"className",maxlength:"maxLength",cellspacing:"cellSpacing",cellpadding:"cellPadding",rowspan:"rowSpan",colspan:"colSpan",usemap:"useMap",frameborder:"frameBorder",contenteditable:"contentEditable"},prop:function(a,c,d){var e,f,g,h=a.nodeType;if(!a||h===3||h===8||h===2)return;return g=h!==1||!p.isXMLDoc(a),g&&(c=p.propFix[c]||c,f=p.propHooks[c]),d!==b?f&&"set"in f&&(e=f.set(a,d,c))!==b?e:a[c]=d:f&&"get"in f&&(e=f.get(a,c))!==null?e:a[c]},propHooks:{tabIndex:{get:function(a){var c=a.getAttributeNode("tabindex");return c&&c.specified?parseInt(c.value,10):R.test(a.nodeName)||S.test(a.nodeName)&&a.href?0:b}}}}),M={get:function(a,c){var d,e=p.prop(a,c);return e===!0||typeof e!="boolean"&&(d=a.getAttributeNode(c))&&d.nodeValue!==!1?c.toLowerCase():b},set:function(a,b,c){var d;return b===!1?p.removeAttr(a,c):(d=p.propFix[c]||c,d in a&&(a[d]=!0),a.setAttribute(c,c.toLowerCase())),c}},U||(N={name:!0,id:!0,coords:!0},L=p.valHooks.button={get:function(a,c){var d;return d=a.getAttributeNode(c),d&&(N[c]?d.value!=="":d.specified)?d.value:b},set:function(a,b,c){var d=a.getAttributeNode(c);return d||(d=e.createAttribute(c),a.setAttributeNode(d)),d.value=b+""}},p.each(["width","height"],function(a,b){p.attrHooks[b]=p.extend(p.attrHooks[b],{set:function(a,c){if(c==="")return a.setAttribute(b,"auto"),c}})}),p.attrHooks.contenteditable={get:L.get,set:function(a,b,c){b===""&&(b="false"),L.set(a,b,c)}}),p.support.hrefNormalized||p.each(["href","src","width","height"],function(a,c){p.attrHooks[c]=p.extend(p.attrHooks[c],{get:function(a){var d=a.getAttribute(c,2);return d===null?b:d}})}),p.support.style||(p.attrHooks.style={get:function(a){return a.style.cssText.toLowerCase()||b},set:function(a,b){return a.style.cssText=b+""}}),p.support.optSelected||(p.propHooks.selected=p.extend(p.propHooks.selected,{get:function(a){var b=a.parentNode;return b&&(b.selectedIndex,b.parentNode&&b.parentNode.selectedIndex),null}})),p.support.enctype||(p.propFix.enctype="encoding"),p.support.checkOn||p.each(["radio","checkbox"],function(){p.valHooks[this]={get:function(a){return a.getAttribute("value")===null?"on":a.value}}}),p.each(["radio","checkbox"],function(){p.valHooks[this]=p.extend(p.valHooks[this],{set:function(a,b){if(p.isArray(b))return a.checked=p.inArray(p(a).val(),b)>=0}})});var V=/^(?:textarea|input|select)$/i,W=/^([^\.]*|)(?:\.(.+)|)$/,X=/(?:^|\s)hover(\.\S+|)\b/,Y=/^key/,Z=/^(?:mouse|contextmenu)|click/,$=/^(?:focusinfocus|focusoutblur)$/,_=function(a){return p.event.special.hover?a:a.replace(X,"mouseenter$1 mouseleave$1")};p.event={add:function(a,c,d,e,f){var g,h,i,j,k,l,m,n,o,q,r;if(a.nodeType===3||a.nodeType===8||!c||!d||!(g=p._data(a)))return;d.handler&&(o=d,d=o.handler,f=o.selector),d.guid||(d.guid=p.guid++),i=g.events,i||(g.events=i={}),h=g.handle,h||(g.handle=h=function(a){return typeof p!="undefined"&&(!a||p.event.triggered!==a.type)?p.event.dispatch.apply(h.elem,arguments):b},h.elem=a),c=p.trim(_(c)).split(" ");for(j=0;j<c.length;j++){k=W.exec(c[j])||[],l=k[1],m=(k[2]||"").split(".").sort(),r=p.event.special[l]||{},l=(f?r.delegateType:r.bindType)||l,r=p.event.special[l]||{},n=p.extend({type:l,origType:k[1],data:e,handler:d,guid:d.guid,selector:f,needsContext:f&&p.expr.match.needsContext.test(f),namespace:m.join(".")},o),q=i[l];if(!q){q=i[l]=[],q.delegateCount=0;if(!r.setup||r.setup.call(a,e,m,h)===!1)a.addEventListener?a.addEventListener(l,h,!1):a.attachEvent&&a.attachEvent("on"+l,h)}r.add&&(r.add.call(a,n),n.handler.guid||(n.handler.guid=d.guid)),f?q.splice(q.delegateCount++,0,n):q.push(n),p.event.global[l]=!0}a=null},global:{},remove:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,n,o,q,r=p.hasData(a)&&p._data(a);if(!r||!(m=r.events))return;b=p.trim(_(b||"")).split(" ");for(f=0;f<b.length;f++){g=W.exec(b[f])||[],h=i=g[1],j=g[2];if(!h){for(h in m)p.event.remove(a,h+b[f],c,d,!0);continue}n=p.event.special[h]||{},h=(d?n.delegateType:n.bindType)||h,o=m[h]||[],k=o.length,j=j?new RegExp("(^|\\.)"+j.split(".").sort().join("\\.(?:.*\\.|)")+"(\\.|$)"):null;for(l=0;l<o.length;l++)q=o[l],(e||i===q.origType)&&(!c||c.guid===q.guid)&&(!j||j.test(q.namespace))&&(!d||d===q.selector||d==="**"&&q.selector)&&(o.splice(l--,1),q.selector&&o.delegateCount--,n.remove&&n.remove.call(a,q));o.length===0&&k!==o.length&&((!n.teardown||n.teardown.call(a,j,r.handle)===!1)&&p.removeEvent(a,h,r.handle),delete m[h])}p.isEmptyObject(m)&&(delete r.handle,p.removeData(a,"events",!0))},customEvent:{getData:!0,setData:!0,changeData:!0},trigger:function(c,d,f,g){if(!f||f.nodeType!==3&&f.nodeType!==8){var h,i,j,k,l,m,n,o,q,r,s=c.type||c,t=[];if($.test(s+p.event.triggered))return;s.indexOf("!")>=0&&(s=s.slice(0,-1),i=!0),s.indexOf(".")>=0&&(t=s.split("."),s=t.shift(),t.sort());if((!f||p.event.customEvent[s])&&!p.event.global[s])return;c=typeof c=="object"?c[p.expando]?c:new p.Event(s,c):new p.Event(s),c.type=s,c.isTrigger=!0,c.exclusive=i,c.namespace=t.join("."),c.namespace_re=c.namespace?new RegExp("(^|\\.)"+t.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,m=s.indexOf(":")<0?"on"+s:"";if(!f){h=p.cache;for(j in h)h[j].events&&h[j].events[s]&&p.event.trigger(c,d,h[j].handle.elem,!0);return}c.result=b,c.target||(c.target=f),d=d!=null?p.makeArray(d):[],d.unshift(c),n=p.event.special[s]||{};if(n.trigger&&n.trigger.apply(f,d)===!1)return;q=[[f,n.bindType||s]];if(!g&&!n.noBubble&&!p.isWindow(f)){r=n.delegateType||s,k=$.test(r+s)?f:f.parentNode;for(l=f;k;k=k.parentNode)q.push([k,r]),l=k;l===(f.ownerDocument||e)&&q.push([l.defaultView||l.parentWindow||a,r])}for(j=0;j<q.length&&!c.isPropagationStopped();j++)k=q[j][0],c.type=q[j][1],o=(p._data(k,"events")||{})[c.type]&&p._data(k,"handle"),o&&o.apply(k,d),o=m&&k[m],o&&p.acceptData(k)&&o.apply&&o.apply(k,d)===!1&&c.preventDefault();return c.type=s,!g&&!c.isDefaultPrevented()&&(!n._default||n._default.apply(f.ownerDocument,d)===!1)&&(s!=="click"||!p.nodeName(f,"a"))&&p.acceptData(f)&&m&&f[s]&&(s!=="focus"&&s!=="blur"||c.target.offsetWidth!==0)&&!p.isWindow(f)&&(l=f[m],l&&(f[m]=null),p.event.triggered=s,f[s](),p.event.triggered=b,l&&(f[m]=l)),c.result}return},dispatch:function(c){c=p.event.fix(c||a.event);var d,e,f,g,h,i,j,l,m,n,o=(p._data(this,"events")||{})[c.type]||[],q=o.delegateCount,r=k.call(arguments),s=!c.exclusive&&!c.namespace,t=p.event.special[c.type]||{},u=[];r[0]=c,c.delegateTarget=this;if(t.preDispatch&&t.preDispatch.call(this,c)===!1)return;if(q&&(!c.button||c.type!=="click"))for(f=c.target;f!=this;f=f.parentNode||this)if(f.disabled!==!0||c.type!=="click"){h={},j=[];for(d=0;d<q;d++)l=o[d],m=l.selector,h[m]===b&&(h[m]=l.needsContext?p(m,this).index(f)>=0:p.find(m,this,null,[f]).length),h[m]&&j.push(l);j.length&&u.push({elem:f,matches:j})}o.length>q&&u.push({elem:this,matches:o.slice(q)});for(d=0;d<u.length&&!c.isPropagationStopped();d++){i=u[d],c.currentTarget=i.elem;for(e=0;e<i.matches.length&&!c.isImmediatePropagationStopped();e++){l=i.matches[e];if(s||!c.namespace&&!l.namespace||c.namespace_re&&c.namespace_re.test(l.namespace))c.data=l.data,c.handleObj=l,g=((p.event.special[l.origType]||{}).handle||l.handler).apply(i.elem,r),g!==b&&(c.result=g,g===!1&&(c.preventDefault(),c.stopPropagation()))}}return t.postDispatch&&t.postDispatch.call(this,c),c.result},props:"attrChange attrName relatedNode srcElement altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "),fixHooks:{},keyHooks:{props:"char charCode key keyCode".split(" "),filter:function(a,b){return a.which==null&&(a.which=b.charCode!=null?b.charCode:b.keyCode),a}},mouseHooks:{props:"button buttons clientX clientY fromElement offsetX offsetY pageX pageY screenX screenY toElement".split(" "),filter:function(a,c){var d,f,g,h=c.button,i=c.fromElement;return a.pageX==null&&c.clientX!=null&&(d=a.target.ownerDocument||e,f=d.documentElement,g=d.body,a.pageX=c.clientX+(f&&f.scrollLeft||g&&g.scrollLeft||0)-(f&&f.clientLeft||g&&g.clientLeft||0),a.pageY=c.clientY+(f&&f.scrollTop||g&&g.scrollTop||0)-(f&&f.clientTop||g&&g.clientTop||0)),!a.relatedTarget&&i&&(a.relatedTarget=i===a.target?c.toElement:i),!a.which&&h!==b&&(a.which=h&1?1:h&2?3:h&4?2:0),a}},fix:function(a){if(a[p.expando])return a;var b,c,d=a,f=p.event.fixHooks[a.type]||{},g=f.props?this.props.concat(f.props):this.props;a=p.Event(d);for(b=g.length;b;)c=g[--b],a[c]=d[c];return a.target||(a.target=d.srcElement||e),a.target.nodeType===3&&(a.target=a.target.parentNode),a.metaKey=!!a.metaKey,f.filter?f.filter(a,d):a},special:{load:{noBubble:!0},focus:{delegateType:"focusin"},blur:{delegateType:"focusout"},beforeunload:{setup:function(a,b,c){p.isWindow(this)&&(this.onbeforeunload=c)},teardown:function(a,b){this.onbeforeunload===b&&(this.onbeforeunload=null)}}},simulate:function(a,b,c,d){var e=p.extend(new p.Event,c,{type:a,isSimulated:!0,originalEvent:{}});d?p.event.trigger(e,null,b):p.event.dispatch.call(b,e),e.isDefaultPrevented()&&c.preventDefault()}},p.event.handle=p.event.dispatch,p.removeEvent=e.removeEventListener?function(a,b,c){a.removeEventListener&&a.removeEventListener(b,c,!1)}:function(a,b,c){var d="on"+b;a.detachEvent&&(typeof a[d]=="undefined"&&(a[d]=null),a.detachEvent(d,c))},p.Event=function(a,b){if(this instanceof p.Event)a&&a.type?(this.originalEvent=a,this.type=a.type,this.isDefaultPrevented=a.defaultPrevented||a.returnValue===!1||a.getPreventDefault&&a.getPreventDefault()?bb:ba):this.type=a,b&&p.extend(this,b),this.timeStamp=a&&a.timeStamp||p.now(),this[p.expando]=!0;else return new p.Event(a,b)},p.Event.prototype={preventDefault:function(){this.isDefaultPrevented=bb;var a=this.originalEvent;if(!a)return;a.preventDefault?a.preventDefault():a.returnValue=!1},stopPropagation:function(){this.isPropagationStopped=bb;var a=this.originalEvent;if(!a)return;a.stopPropagation&&a.stopPropagation(),a.cancelBubble=!0},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=bb,this.stopPropagation()},isDefaultPrevented:ba,isPropagationStopped:ba,isImmediatePropagationStopped:ba},p.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(a,b){p.event.special[a]={delegateType:b,bindType:b,handle:function(a){var c,d=this,e=a.relatedTarget,f=a.handleObj,g=f.selector;if(!e||e!==d&&!p.contains(d,e))a.type=f.origType,c=f.handler.apply(this,arguments),a.type=b;return c}}}),p.support.submitBubbles||(p.event.special.submit={setup:function(){if(p.nodeName(this,"form"))return!1;p.event.add(this,"click._submit keypress._submit",function(a){var c=a.target,d=p.nodeName(c,"input")||p.nodeName(c,"button")?c.form:b;d&&!p._data(d,"_submit_attached")&&(p.event.add(d,"submit._submit",function(a){a._submit_bubble=!0}),p._data(d,"_submit_attached",!0))})},postDispatch:function(a){a._submit_bubble&&(delete a._submit_bubble,this.parentNode&&!a.isTrigger&&p.event.simulate("submit",this.parentNode,a,!0))},teardown:function(){if(p.nodeName(this,"form"))return!1;p.event.remove(this,"._submit")}}),p.support.changeBubbles||(p.event.special.change={setup:function(){if(V.test(this.nodeName)){if(this.type==="checkbox"||this.type==="radio")p.event.add(this,"propertychange._change",function(a){a.originalEvent.propertyName==="checked"&&(this._just_changed=!0)}),p.event.add(this,"click._change",function(a){this._just_changed&&!a.isTrigger&&(this._just_changed=!1),p.event.simulate("change",this,a,!0)});return!1}p.event.add(this,"beforeactivate._change",function(a){var b=a.target;V.test(b.nodeName)&&!p._data(b,"_change_attached")&&(p.event.add(b,"change._change",function(a){this.parentNode&&!a.isSimulated&&!a.isTrigger&&p.event.simulate("change",this.parentNode,a,!0)}),p._data(b,"_change_attached",!0))})},handle:function(a){var b=a.target;if(this!==b||a.isSimulated||a.isTrigger||b.type!=="radio"&&b.type!=="checkbox")return a.handleObj.handler.apply(this,arguments)},teardown:function(){return p.event.remove(this,"._change"),!V.test(this.nodeName)}}),p.support.focusinBubbles||p.each({focus:"focusin",blur:"focusout"},function(a,b){var c=0,d=function(a){p.event.simulate(b,a.target,p.event.fix(a),!0)};p.event.special[b]={setup:function(){c++===0&&e.addEventListener(a,d,!0)},teardown:function(){--c===0&&e.removeEventListener(a,d,!0)}}}),p.fn.extend({on:function(a,c,d,e,f){var g,h;if(typeof a=="object"){typeof c!="string"&&(d=d||c,c=b);for(h in a)this.on(h,c,d,a[h],f);return this}d==null&&e==null?(e=c,d=c=b):e==null&&(typeof c=="string"?(e=d,d=b):(e=d,d=c,c=b));if(e===!1)e=ba;else if(!e)return this;return f===1&&(g=e,e=function(a){return p().off(a),g.apply(this,arguments)},e.guid=g.guid||(g.guid=p.guid++)),this.each(function(){p.event.add(this,a,e,d,c)})},one:function(a,b,c,d){return this.on(a,b,c,d,1)},off:function(a,c,d){var e,f;if(a&&a.preventDefault&&a.handleObj)return e=a.handleObj,p(a.delegateTarget).off(e.namespace?e.origType+"."+e.namespace:e.origType,e.selector,e.handler),this;if(typeof a=="object"){for(f in a)this.off(f,c,a[f]);return this}if(c===!1||typeof c=="function")d=c,c=b;return d===!1&&(d=ba),this.each(function(){p.event.remove(this,a,d,c)})},bind:function(a,b,c){return this.on(a,null,b,c)},unbind:function(a,b){return this.off(a,null,b)},live:function(a,b,c){return p(this.context).on(a,this.selector,b,c),this},die:function(a,b){return p(this.context).off(a,this.selector||"**",b),this},delegate:function(a,b,c,d){return this.on(b,a,c,d)},undelegate:function(a,b,c){return arguments.length===1?this.off(a,"**"):this.off(b,a||"**",c)},trigger:function(a,b){return this.each(function(){p.event.trigger(a,b,this)})},triggerHandler:function(a,b){if(this[0])return p.event.trigger(a,b,this[0],!0)},toggle:function(a){var b=arguments,c=a.guid||p.guid++,d=0,e=function(c){var e=(p._data(this,"lastToggle"+a.guid)||0)%d;return p._data(this,"lastToggle"+a.guid,e+1),c.preventDefault(),b[e].apply(this,arguments)||!1};e.guid=c;while(d<b.length)b[d++].guid=c;return this.click(e)},hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)}}),p.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error contextmenu".split(" "),function(a,b){p.fn[b]=function(a,c){return c==null&&(c=a,a=null),arguments.length>0?this.on(b,null,a,c):this.trigger(b)},Y.test(b)&&(p.event.fixHooks[b]=p.event.keyHooks),Z.test(b)&&(p.event.fixHooks[b]=p.event.mouseHooks)}),function(a,b){function bc(a,b,c,d){c=c||[],b=b||r;var e,f,i,j,k=b.nodeType;if(!a||typeof a!="string")return c;if(k!==1&&k!==9)return[];i=g(b);if(!i&&!d)if(e=P.exec(a))if(j=e[1]){if(k===9){f=b.getElementById(j);if(!f||!f.parentNode)return c;if(f.id===j)return c.push(f),c}else if(b.ownerDocument&&(f=b.ownerDocument.getElementById(j))&&h(b,f)&&f.id===j)return c.push(f),c}else{if(e[2])return w.apply(c,x.call(b.getElementsByTagName(a),0)),c;if((j=e[3])&&_&&b.getElementsByClassName)return w.apply(c,x.call(b.getElementsByClassName(j),0)),c}return bp(a.replace(L,"$1"),b,c,d,i)}function bd(a){return function(b){var c=b.nodeName.toLowerCase();return c==="input"&&b.type===a}}function be(a){return function(b){var c=b.nodeName.toLowerCase();return(c==="input"||c==="button")&&b.type===a}}function bf(a){return z(function(b){return b=+b,z(function(c,d){var e,f=a([],c.length,b),g=f.length;while(g--)c[e=f[g]]&&(c[e]=!(d[e]=c[e]))})})}function bg(a,b,c){if(a===b)return c;var d=a.nextSibling;while(d){if(d===b)return-1;d=d.nextSibling}return 1}function bh(a,b){var c,d,f,g,h,i,j,k=C[o][a];if(k)return b?0:k.slice(0);h=a,i=[],j=e.preFilter;while(h){if(!c||(d=M.exec(h)))d&&(h=h.slice(d[0].length)),i.push(f=[]);c=!1;if(d=N.exec(h))f.push(c=new q(d.shift())),h=h.slice(c.length),c.type=d[0].replace(L," ");for(g in e.filter)(d=W[g].exec(h))&&(!j[g]||(d=j[g](d,r,!0)))&&(f.push(c=new q(d.shift())),h=h.slice(c.length),c.type=g,c.matches=d);if(!c)break}return b?h.length:h?bc.error(a):C(a,i).slice(0)}function bi(a,b,d){var e=b.dir,f=d&&b.dir==="parentNode",g=u++;return b.first?function(b,c,d){while(b=b[e])if(f||b.nodeType===1)return a(b,c,d)}:function(b,d,h){if(!h){var i,j=t+" "+g+" ",k=j+c;while(b=b[e])if(f||b.nodeType===1){if((i=b[o])===k)return b.sizset;if(typeof i=="string"&&i.indexOf(j)===0){if(b.sizset)return b}else{b[o]=k;if(a(b,d,h))return b.sizset=!0,b;b.sizset=!1}}}else while(b=b[e])if(f||b.nodeType===1)if(a(b,d,h))return b}}function bj(a){return a.length>1?function(b,c,d){var e=a.length;while(e--)if(!a[e](b,c,d))return!1;return!0}:a[0]}function bk(a,b,c,d,e){var f,g=[],h=0,i=a.length,j=b!=null;for(;h<i;h++)if(f=a[h])if(!c||c(f,d,e))g.push(f),j&&b.push(h);return g}function bl(a,b,c,d,e,f){return d&&!d[o]&&(d=bl(d)),e&&!e[o]&&(e=bl(e,f)),z(function(f,g,h,i){if(f&&e)return;var j,k,l,m=[],n=[],o=g.length,p=f||bo(b||"*",h.nodeType?[h]:h,[],f),q=a&&(f||!b)?bk(p,m,a,h,i):p,r=c?e||(f?a:o||d)?[]:g:q;c&&c(q,r,h,i);if(d){l=bk(r,n),d(l,[],h,i),j=l.length;while(j--)if(k=l[j])r[n[j]]=!(q[n[j]]=k)}if(f){j=a&&r.length;while(j--)if(k=r[j])f[m[j]]=!(g[m[j]]=k)}else r=bk(r===g?r.splice(o,r.length):r),e?e(null,g,r,i):w.apply(g,r)})}function bm(a){var b,c,d,f=a.length,g=e.relative[a[0].type],h=g||e.relative[" "],i=g?1:0,j=bi(function(a){return a===b},h,!0),k=bi(function(a){return y.call(b,a)>-1},h,!0),m=[function(a,c,d){return!g&&(d||c!==l)||((b=c).nodeType?j(a,c,d):k(a,c,d))}];for(;i<f;i++)if(c=e.relative[a[i].type])m=[bi(bj(m),c)];else{c=e.filter[a[i].type].apply(null,a[i].matches);if(c[o]){d=++i;for(;d<f;d++)if(e.relative[a[d].type])break;return bl(i>1&&bj(m),i>1&&a.slice(0,i-1).join("").replace(L,"$1"),c,i<d&&bm(a.slice(i,d)),d<f&&bm(a=a.slice(d)),d<f&&a.join(""))}m.push(c)}return bj(m)}function bn(a,b){var d=b.length>0,f=a.length>0,g=function(h,i,j,k,m){var n,o,p,q=[],s=0,u="0",x=h&&[],y=m!=null,z=l,A=h||f&&e.find.TAG("*",m&&i.parentNode||i),B=t+=z==null?1:Math.E;y&&(l=i!==r&&i,c=g.el);for(;(n=A[u])!=null;u++){if(f&&n){for(o=0;p=a[o];o++)if(p(n,i,j)){k.push(n);break}y&&(t=B,c=++g.el)}d&&((n=!p&&n)&&s--,h&&x.push(n))}s+=u;if(d&&u!==s){for(o=0;p=b[o];o++)p(x,q,i,j);if(h){if(s>0)while(u--)!x[u]&&!q[u]&&(q[u]=v.call(k));q=bk(q)}w.apply(k,q),y&&!h&&q.length>0&&s+b.length>1&&bc.uniqueSort(k)}return y&&(t=B,l=z),x};return g.el=0,d?z(g):g}function bo(a,b,c,d){var e=0,f=b.length;for(;e<f;e++)bc(a,b[e],c,d);return c}function bp(a,b,c,d,f){var g,h,j,k,l,m=bh(a),n=m.length;if(!d&&m.length===1){h=m[0]=m[0].slice(0);if(h.length>2&&(j=h[0]).type==="ID"&&b.nodeType===9&&!f&&e.relative[h[1].type]){b=e.find.ID(j.matches[0].replace(V,""),b,f)[0];if(!b)return c;a=a.slice(h.shift().length)}for(g=W.POS.test(a)?-1:h.length-1;g>=0;g--){j=h[g];if(e.relative[k=j.type])break;if(l=e.find[k])if(d=l(j.matches[0].replace(V,""),R.test(h[0].type)&&b.parentNode||b,f)){h.splice(g,1),a=d.length&&h.join("");if(!a)return w.apply(c,x.call(d,0)),c;break}}}return i(a,m)(d,b,f,c,R.test(a)),c}function bq(){}var c,d,e,f,g,h,i,j,k,l,m=!0,n="undefined",o=("sizcache"+Math.random()).replace(".",""),q=String,r=a.document,s=r.documentElement,t=0,u=0,v=[].pop,w=[].push,x=[].slice,y=[].indexOf||function(a){var b=0,c=this.length;for(;b<c;b++)if(this[b]===a)return b;return-1},z=function(a,b){return a[o]=b==null||b,a},A=function(){var a={},b=[];return z(function(c,d){return b.push(c)>e.cacheLength&&delete a[b.shift()],a[c]=d},a)},B=A(),C=A(),D=A(),E="[\\x20\\t\\r\\n\\f]",F="(?:\\\\.|[-\\w]|[^\\x00-\\xa0])+",G=F.replace("w","w#"),H="([*^$|!~]?=)",I="\\["+E+"*("+F+")"+E+"*(?:"+H+E+"*(?:(['\"])((?:\\\\.|[^\\\\])*?)\\3|("+G+")|)|)"+E+"*\\]",J=":("+F+")(?:\\((?:(['\"])((?:\\\\.|[^\\\\])*?)\\2|([^()[\\]]*|(?:(?:"+I+")|[^:]|\\\\.)*|.*))\\)|)",K=":(even|odd|eq|gt|lt|nth|first|last)(?:\\("+E+"*((?:-\\d)?\\d*)"+E+"*\\)|)(?=[^-]|$)",L=new RegExp("^"+E+"+|((?:^|[^\\\\])(?:\\\\.)*)"+E+"+$","g"),M=new RegExp("^"+E+"*,"+E+"*"),N=new RegExp("^"+E+"*([\\x20\\t\\r\\n\\f>+~])"+E+"*"),O=new RegExp(J),P=/^(?:#([\w\-]+)|(\w+)|\.([\w\-]+))$/,Q=/^:not/,R=/[\x20\t\r\n\f]*[+~]/,S=/:not\($/,T=/h\d/i,U=/input|select|textarea|button/i,V=/\\(?!\\)/g,W={ID:new RegExp("^#("+F+")"),CLASS:new RegExp("^\\.("+F+")"),NAME:new RegExp("^\\[name=['\"]?("+F+")['\"]?\\]"),TAG:new RegExp("^("+F.replace("w","w*")+")"),ATTR:new RegExp("^"+I),PSEUDO:new RegExp("^"+J),POS:new RegExp(K,"i"),CHILD:new RegExp("^:(only|nth|first|last)-child(?:\\("+E+"*(even|odd|(([+-]|)(\\d*)n|)"+E+"*(?:([+-]|)"+E+"*(\\d+)|))"+E+"*\\)|)","i"),needsContext:new RegExp("^"+E+"*[>+~]|"+K,"i")},X=function(a){var b=r.createElement("div");try{return a(b)}catch(c){return!1}finally{b=null}},Y=X(function(a){return a.appendChild(r.createComment("")),!a.getElementsByTagName("*").length}),Z=X(function(a){return a.innerHTML="<a href='#'></a>",a.firstChild&&typeof a.firstChild.getAttribute!==n&&a.firstChild.getAttribute("href")==="#"}),$=X(function(a){a.innerHTML="<select></select>";var b=typeof a.lastChild.getAttribute("multiple");return b!=="boolean"&&b!=="string"}),_=X(function(a){return a.innerHTML="<div class='hidden e'></div><div class='hidden'></div>",!a.getElementsByClassName||!a.getElementsByClassName("e").length?!1:(a.lastChild.className="e",a.getElementsByClassName("e").length===2)}),ba=X(function(a){a.id=o+0,a.innerHTML="<a name='"+o+"'></a><div name='"+o+"'></div>",s.insertBefore(a,s.firstChild);var b=r.getElementsByName&&r.getElementsByName(o).length===2+r.getElementsByName(o+0).length;return d=!r.getElementById(o),s.removeChild(a),b});try{x.call(s.childNodes,0)[0].nodeType}catch(bb){x=function(a){var b,c=[];for(;b=this[a];a++)c.push(b);return c}}bc.matches=function(a,b){return bc(a,null,null,b)},bc.matchesSelector=function(a,b){return bc(b,null,null,[a]).length>0},f=bc.getText=function(a){var b,c="",d=0,e=a.nodeType;if(e){if(e===1||e===9||e===11){if(typeof a.textContent=="string")return a.textContent;for(a=a.firstChild;a;a=a.nextSibling)c+=f(a)}else if(e===3||e===4)return a.nodeValue}else for(;b=a[d];d++)c+=f(b);return c},g=bc.isXML=function(a){var b=a&&(a.ownerDocument||a).documentElement;return b?b.nodeName!=="HTML":!1},h=bc.contains=s.contains?function(a,b){var c=a.nodeType===9?a.documentElement:a,d=b&&b.parentNode;return a===d||!!(d&&d.nodeType===1&&c.contains&&c.contains(d))}:s.compareDocumentPosition?function(a,b){return b&&!!(a.compareDocumentPosition(b)&16)}:function(a,b){while(b=b.parentNode)if(b===a)return!0;return!1},bc.attr=function(a,b){var c,d=g(a);return d||(b=b.toLowerCase()),(c=e.attrHandle[b])?c(a):d||$?a.getAttribute(b):(c=a.getAttributeNode(b),c?typeof a[b]=="boolean"?a[b]?b:null:c.specified?c.value:null:null)},e=bc.selectors={cacheLength:50,createPseudo:z,match:W,attrHandle:Z?{}:{href:function(a){return a.getAttribute("href",2)},type:function(a){return a.getAttribute("type")}},find:{ID:d?function(a,b,c){if(typeof b.getElementById!==n&&!c){var d=b.getElementById(a);return d&&d.parentNode?[d]:[]}}:function(a,c,d){if(typeof c.getElementById!==n&&!d){var e=c.getElementById(a);return e?e.id===a||typeof e.getAttributeNode!==n&&e.getAttributeNode("id").value===a?[e]:b:[]}},TAG:Y?function(a,b){if(typeof b.getElementsByTagName!==n)return b.getElementsByTagName(a)}:function(a,b){var c=b.getElementsByTagName(a);if(a==="*"){var d,e=[],f=0;for(;d=c[f];f++)d.nodeType===1&&e.push(d);return e}return c},NAME:ba&&function(a,b){if(typeof b.getElementsByName!==n)return b.getElementsByName(name)},CLASS:_&&function(a,b,c){if(typeof b.getElementsByClassName!==n&&!c)return b.getElementsByClassName(a)}},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(a){return a[1]=a[1].replace(V,""),a[3]=(a[4]||a[5]||"").replace(V,""),a[2]==="~="&&(a[3]=" "+a[3]+" "),a.slice(0,4)},CHILD:function(a){return a[1]=a[1].toLowerCase(),a[1]==="nth"?(a[2]||bc.error(a[0]),a[3]=+(a[3]?a[4]+(a[5]||1):2*(a[2]==="even"||a[2]==="odd")),a[4]=+(a[6]+a[7]||a[2]==="odd")):a[2]&&bc.error(a[0]),a},PSEUDO:function(a){var b,c;if(W.CHILD.test(a[0]))return null;if(a[3])a[2]=a[3];else if(b=a[4])O.test(b)&&(c=bh(b,!0))&&(c=b.indexOf(")",b.length-c)-b.length)&&(b=b.slice(0,c),a[0]=a[0].slice(0,c)),a[2]=b;return a.slice(0,3)}},filter:{ID:d?function(a){return a=a.replace(V,""),function(b){return b.getAttribute("id")===a}}:function(a){return a=a.replace(V,""),function(b){var c=typeof b.getAttributeNode!==n&&b.getAttributeNode("id");return c&&c.value===a}},TAG:function(a){return a==="*"?function(){return!0}:(a=a.replace(V,"").toLowerCase(),function(b){return b.nodeName&&b.nodeName.toLowerCase()===a})},CLASS:function(a){var b=B[o][a];return b||(b=B(a,new RegExp("(^|"+E+")"+a+"("+E+"|$)"))),function(a){return b.test(a.className||typeof a.getAttribute!==n&&a.getAttribute("class")||"")}},ATTR:function(a,b,c){return function(d,e){var f=bc.attr(d,a);return f==null?b==="!=":b?(f+="",b==="="?f===c:b==="!="?f!==c:b==="^="?c&&f.indexOf(c)===0:b==="*="?c&&f.indexOf(c)>-1:b==="$="?c&&f.substr(f.length-c.length)===c:b==="~="?(" "+f+" ").indexOf(c)>-1:b==="|="?f===c||f.substr(0,c.length+1)===c+"-":!1):!0}},CHILD:function(a,b,c,d){return a==="nth"?function(a){var b,e,f=a.parentNode;if(c===1&&d===0)return!0;if(f){e=0;for(b=f.firstChild;b;b=b.nextSibling)if(b.nodeType===1){e++;if(a===b)break}}return e-=d,e===c||e%c===0&&e/c>=0}:function(b){var c=b;switch(a){case"only":case"first":while(c=c.previousSibling)if(c.nodeType===1)return!1;if(a==="first")return!0;c=b;case"last":while(c=c.nextSibling)if(c.nodeType===1)return!1;return!0}}},PSEUDO:function(a,b){var c,d=e.pseudos[a]||e.setFilters[a.toLowerCase()]||bc.error("unsupported pseudo: "+a);return d[o]?d(b):d.length>1?(c=[a,a,"",b],e.setFilters.hasOwnProperty(a.toLowerCase())?z(function(a,c){var e,f=d(a,b),g=f.length;while(g--)e=y.call(a,f[g]),a[e]=!(c[e]=f[g])}):function(a){return d(a,0,c)}):d}},pseudos:{not:z(function(a){var b=[],c=[],d=i(a.replace(L,"$1"));return d[o]?z(function(a,b,c,e){var f,g=d(a,null,e,[]),h=a.length;while(h--)if(f=g[h])a[h]=!(b[h]=f)}):function(a,e,f){return b[0]=a,d(b,null,f,c),!c.pop()}}),has:z(function(a){return function(b){return bc(a,b).length>0}}),contains:z(function(a){return function(b){return(b.textContent||b.innerText||f(b)).indexOf(a)>-1}}),enabled:function(a){return a.disabled===!1},disabled:function(a){return a.disabled===!0},checked:function(a){var b=a.nodeName.toLowerCase();return b==="input"&&!!a.checked||b==="option"&&!!a.selected},selected:function(a){return a.parentNode&&a.parentNode.selectedIndex,a.selected===!0},parent:function(a){return!e.pseudos.empty(a)},empty:function(a){var b;a=a.firstChild;while(a){if(a.nodeName>"@"||(b=a.nodeType)===3||b===4)return!1;a=a.nextSibling}return!0},header:function(a){return T.test(a.nodeName)},text:function(a){var b,c;return a.nodeName.toLowerCase()==="input"&&(b=a.type)==="text"&&((c=a.getAttribute("type"))==null||c.toLowerCase()===b)},radio:bd("radio"),checkbox:bd("checkbox"),file:bd("file"),password:bd("password"),image:bd("image"),submit:be("submit"),reset:be("reset"),button:function(a){var b=a.nodeName.toLowerCase();return b==="input"&&a.type==="button"||b==="button"},input:function(a){return U.test(a.nodeName)},focus:function(a){var b=a.ownerDocument;return a===b.activeElement&&(!b.hasFocus||b.hasFocus())&&(!!a.type||!!a.href)},active:function(a){return a===a.ownerDocument.activeElement},first:bf(function(a,b,c){return[0]}),last:bf(function(a,b,c){return[b-1]}),eq:bf(function(a,b,c){return[c<0?c+b:c]}),even:bf(function(a,b,c){for(var d=0;d<b;d+=2)a.push(d);return a}),odd:bf(function(a,b,c){for(var d=1;d<b;d+=2)a.push(d);return a}),lt:bf(function(a,b,c){for(var d=c<0?c+b:c;--d>=0;)a.push(d);return a}),gt:bf(function(a,b,c){for(var d=c<0?c+b:c;++d<b;)a.push(d);return a})}},j=s.compareDocumentPosition?function(a,b){return a===b?(k=!0,0):(!a.compareDocumentPosition||!b.compareDocumentPosition?a.compareDocumentPosition:a.compareDocumentPosition(b)&4)?-1:1}:function(a,b){if(a===b)return k=!0,0;if(a.sourceIndex&&b.sourceIndex)return a.sourceIndex-b.sourceIndex;var c,d,e=[],f=[],g=a.parentNode,h=b.parentNode,i=g;if(g===h)return bg(a,b);if(!g)return-1;if(!h)return 1;while(i)e.unshift(i),i=i.parentNode;i=h;while(i)f.unshift(i),i=i.parentNode;c=e.length,d=f.length;for(var j=0;j<c&&j<d;j++)if(e[j]!==f[j])return bg(e[j],f[j]);return j===c?bg(a,f[j],-1):bg(e[j],b,1)},[0,0].sort(j),m=!k,bc.uniqueSort=function(a){var b,c=1;k=m,a.sort(j);if(k)for(;b=a[c];c++)b===a[c-1]&&a.splice(c--,1);return a},bc.error=function(a){throw new Error("Syntax error, unrecognized expression: "+a)},i=bc.compile=function(a,b){var c,d=[],e=[],f=D[o][a];if(!f){b||(b=bh(a)),c=b.length;while(c--)f=bm(b[c]),f[o]?d.push(f):e.push(f);f=D(a,bn(e,d))}return f},r.querySelectorAll&&function(){var a,b=bp,c=/'|\\/g,d=/\=[\x20\t\r\n\f]*([^'"\]]*)[\x20\t\r\n\f]*\]/g,e=[":focus"],f=[":active",":focus"],h=s.matchesSelector||s.mozMatchesSelector||s.webkitMatchesSelector||s.oMatchesSelector||s.msMatchesSelector;X(function(a){a.innerHTML="<select><option selected=''></option></select>",a.querySelectorAll("[selected]").length||e.push("\\["+E+"*(?:checked|disabled|ismap|multiple|readonly|selected|value)"),a.querySelectorAll(":checked").length||e.push(":checked")}),X(function(a){a.innerHTML="<p test=''></p>",a.querySelectorAll("[test^='']").length&&e.push("[*^$]="+E+"*(?:\"\"|'')"),a.innerHTML="<input type='hidden'/>",a.querySelectorAll(":enabled").length||e.push(":enabled",":disabled")}),e=new RegExp(e.join("|")),bp=function(a,d,f,g,h){if(!g&&!h&&(!e||!e.test(a))){var i,j,k=!0,l=o,m=d,n=d.nodeType===9&&a;if(d.nodeType===1&&d.nodeName.toLowerCase()!=="object"){i=bh(a),(k=d.getAttribute("id"))?l=k.replace(c,"\\$&"):d.setAttribute("id",l),l="[id='"+l+"'] ",j=i.length;while(j--)i[j]=l+i[j].join("");m=R.test(a)&&d.parentNode||d,n=i.join(",")}if(n)try{return w.apply(f,x.call(m.querySelectorAll(n),0)),f}catch(p){}finally{k||d.removeAttribute("id")}}return b(a,d,f,g,h)},h&&(X(function(b){a=h.call(b,"div");try{h.call(b,"[test!='']:sizzle"),f.push("!=",J)}catch(c){}}),f=new RegExp(f.join("|")),bc.matchesSelector=function(b,c){c=c.replace(d,"='$1']");if(!g(b)&&!f.test(c)&&(!e||!e.test(c)))try{var i=h.call(b,c);if(i||a||b.document&&b.document.nodeType!==11)return i}catch(j){}return bc(c,null,null,[b]).length>0})}(),e.pseudos.nth=e.pseudos.eq,e.filters=bq.prototype=e.pseudos,e.setFilters=new bq,bc.attr=p.attr,p.find=bc,p.expr=bc.selectors,p.expr[":"]=p.expr.pseudos,p.unique=bc.uniqueSort,p.text=bc.getText,p.isXMLDoc=bc.isXML,p.contains=bc.contains}(a);var bc=/Until$/,bd=/^(?:parents|prev(?:Until|All))/,be=/^.[^:#\[\.,]*$/,bf=p.expr.match.needsContext,bg={children:!0,contents:!0,next:!0,prev:!0};p.fn.extend({find:function(a){var b,c,d,e,f,g,h=this;if(typeof a!="string")return p(a).filter(function(){for(b=0,c=h.length;b<c;b++)if(p.contains(h[b],this))return!0});g=this.pushStack("","find",a);for(b=0,c=this.length;b<c;b++){d=g.length,p.find(a,this[b],g);if(b>0)for(e=d;e<g.length;e++)for(f=0;f<d;f++)if(g[f]===g[e]){g.splice(e--,1);break}}return g},has:function(a){var b,c=p(a,this),d=c.length;return this.filter(function(){for(b=0;b<d;b++)if(p.contains(this,c[b]))return!0})},not:function(a){return this.pushStack(bj(this,a,!1),"not",a)},filter:function(a){return this.pushStack(bj(this,a,!0),"filter",a)},is:function(a){return!!a&&(typeof a=="string"?bf.test(a)?p(a,this.context).index(this[0])>=0:p.filter(a,this).length>0:this.filter(a).length>0)},closest:function(a,b){var c,d=0,e=this.length,f=[],g=bf.test(a)||typeof a!="string"?p(a,b||this.context):0;for(;d<e;d++){c=this[d];while(c&&c.ownerDocument&&c!==b&&c.nodeType!==11){if(g?g.index(c)>-1:p.find.matchesSelector(c,a)){f.push(c);break}c=c.parentNode}}return f=f.length>1?p.unique(f):f,this.pushStack(f,"closest",a)},index:function(a){return a?typeof a=="string"?p.inArray(this[0],p(a)):p.inArray(a.jquery?a[0]:a,this):this[0]&&this[0].parentNode?this.prevAll().length:-1},add:function(a,b){var c=typeof a=="string"?p(a,b):p.makeArray(a&&a.nodeType?[a]:a),d=p.merge(this.get(),c);return this.pushStack(bh(c[0])||bh(d[0])?d:p.unique(d))},addBack:function(a){return this.add(a==null?this.prevObject:this.prevObject.filter(a))}}),p.fn.andSelf=p.fn.addBack,p.each({parent:function(a){var b=a.parentNode;return b&&b.nodeType!==11?b:null},parents:function(a){return p.dir(a,"parentNode")},parentsUntil:function(a,b,c){return p.dir(a,"parentNode",c)},next:function(a){return bi(a,"nextSibling")},prev:function(a){return bi(a,"previousSibling")},nextAll:function(a){return p.dir(a,"nextSibling")},prevAll:function(a){return p.dir(a,"previousSibling")},nextUntil:function(a,b,c){return p.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return p.dir(a,"previousSibling",c)},siblings:function(a){return p.sibling((a.parentNode||{}).firstChild,a)},children:function(a){return p.sibling(a.firstChild)},contents:function(a){return p.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:p.merge([],a.childNodes)}},function(a,b){p.fn[a]=function(c,d){var e=p.map(this,b,c);return bc.test(a)||(d=c),d&&typeof d=="string"&&(e=p.filter(d,e)),e=this.length>1&&!bg[a]?p.unique(e):e,this.length>1&&bd.test(a)&&(e=e.reverse()),this.pushStack(e,a,k.call(arguments).join(","))}}),p.extend({filter:function(a,b,c){return c&&(a=":not("+a+")"),b.length===1?p.find.matchesSelector(b[0],a)?[b[0]]:[]:p.find.matches(a,b)},dir:function(a,c,d){var e=[],f=a[c];while(f&&f.nodeType!==9&&(d===b||f.nodeType!==1||!p(f).is(d)))f.nodeType===1&&e.push(f),f=f[c];return e},sibling:function(a,b){var c=[];for(;a;a=a.nextSibling)a.nodeType===1&&a!==b&&c.push(a);return c}});var bl="abbr|article|aside|audio|bdi|canvas|data|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",bm=/ jQuery\d+="(?:null|\d+)"/g,bn=/^\s+/,bo=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,bp=/<([\w:]+)/,bq=/<tbody/i,br=/<|&#?\w+;/,bs=/<(?:script|style|link)/i,bt=/<(?:script|object|embed|option|style)/i,bu=new RegExp("<(?:"+bl+")[\\s/>]","i"),bv=/^(?:checkbox|radio)$/,bw=/checked\s*(?:[^=]|=\s*.checked.)/i,bx=/\/(java|ecma)script/i,by=/^\s*<!(?:\[CDATA\[|\-\-)|[\]\-]{2}>\s*$/g,bz={option:[1,"<select multiple='multiple'>","</select>"],legend:[1,"<fieldset>","</fieldset>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],area:[1,"<map>","</map>"],_default:[0,"",""]},bA=bk(e),bB=bA.appendChild(e.createElement("div"));bz.optgroup=bz.option,bz.tbody=bz.tfoot=bz.colgroup=bz.caption=bz.thead,bz.th=bz.td,p.support.htmlSerialize||(bz._default=[1,"X<div>","</div>"]),p.fn.extend({text:function(a){return p.access(this,function(a){return a===b?p.text(this):this.empty().append((this[0]&&this[0].ownerDocument||e).createTextNode(a))},null,a,arguments.length)},wrapAll:function(a){if(p.isFunction(a))return this.each(function(b){p(this).wrapAll(a.call(this,b))});if(this[0]){var b=p(a,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstChild&&a.firstChild.nodeType===1)a=a.firstChild;return a}).append(this)}return this},wrapInner:function(a){return p.isFunction(a)?this.each(function(b){p(this).wrapInner(a.call(this,b))}):this.each(function(){var b=p(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){var b=p.isFunction(a);return this.each(function(c){p(this).wrapAll(b?a.call(this,c):a)})},unwrap:function(){return this.parent().each(function(){p.nodeName(this,"body")||p(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,!0,function(a){(this.nodeType===1||this.nodeType===11)&&this.appendChild(a)})},prepend:function(){return this.domManip(arguments,!0,function(a){(this.nodeType===1||this.nodeType===11)&&this.insertBefore(a,this.firstChild)})},before:function(){if(!bh(this[0]))return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this)});if(arguments.length){var a=p.clean(arguments);return this.pushStack(p.merge(a,this),"before",this.selector)}},after:function(){if(!bh(this[0]))return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this.nextSibling)});if(arguments.length){var a=p.clean(arguments);return this.pushStack(p.merge(this,a),"after",this.selector)}},remove:function(a,b){var c,d=0;for(;(c=this[d])!=null;d++)if(!a||p.filter(a,[c]).length)!b&&c.nodeType===1&&(p.cleanData(c.getElementsByTagName("*")),p.cleanData([c])),c.parentNode&&c.parentNode.removeChild(c);return this},empty:function(){var a,b=0;for(;(a=this[b])!=null;b++){a.nodeType===1&&p.cleanData(a.getElementsByTagName("*"));while(a.firstChild)a.removeChild(a.firstChild)}return this},clone:function(a,b){return a=a==null?!1:a,b=b==null?a:b,this.map(function(){return p.clone(this,a,b)})},html:function(a){return p.access(this,function(a){var c=this[0]||{},d=0,e=this.length;if(a===b)return c.nodeType===1?c.innerHTML.replace(bm,""):b;if(typeof a=="string"&&!bs.test(a)&&(p.support.htmlSerialize||!bu.test(a))&&(p.support.leadingWhitespace||!bn.test(a))&&!bz[(bp.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(bo,"<$1></$2>");try{for(;d<e;d++)c=this[d]||{},c.nodeType===1&&(p.cleanData(c.getElementsByTagName("*")),c.innerHTML=a);c=0}catch(f){}}c&&this.empty().append(a)},null,a,arguments.length)},replaceWith:function(a){return bh(this[0])?this.length?this.pushStack(p(p.isFunction(a)?a():a),"replaceWith",a):this:p.isFunction(a)?this.each(function(b){var c=p(this),d=c.html();c.replaceWith(a.call(this,b,d))}):(typeof a!="string"&&(a=p(a).detach()),this.each(function(){var b=this.nextSibling,c=this.parentNode;p(this).remove(),b?p(b).before(a):p(c).append(a)}))},detach:function(a){return this.remove(a,!0)},domManip:function(a,c,d){a=[].concat.apply([],a);var e,f,g,h,i=0,j=a[0],k=[],l=this.length;if(!p.support.checkClone&&l>1&&typeof j=="string"&&bw.test(j))return this.each(function(){p(this).domManip(a,c,d)});if(p.isFunction(j))return this.each(function(e){var f=p(this);a[0]=j.call(this,e,c?f.html():b),f.domManip(a,c,d)});if(this[0]){e=p.buildFragment(a,this,k),g=e.fragment,f=g.firstChild,g.childNodes.length===1&&(g=f);if(f){c=c&&p.nodeName(f,"tr");for(h=e.cacheable||l-1;i<l;i++)d.call(c&&p.nodeName(this[i],"table")?bC(this[i],"tbody"):this[i],i===h?g:p.clone(g,!0,!0))}g=f=null,k.length&&p.each(k,function(a,b){b.src?p.ajax?p.ajax({url:b.src,type:"GET",dataType:"script",async:!1,global:!1,"throws":!0}):p.error("no ajax"):p.globalEval((b.text||b.textContent||b.innerHTML||"").replace(by,"")),b.parentNode&&b.parentNode.removeChild(b)})}return this}}),p.buildFragment=function(a,c,d){var f,g,h,i=a[0];return c=c||e,c=!c.nodeType&&c[0]||c,c=c.ownerDocument||c,a.length===1&&typeof i=="string"&&i.length<512&&c===e&&i.charAt(0)==="<"&&!bt.test(i)&&(p.support.checkClone||!bw.test(i))&&(p.support.html5Clone||!bu.test(i))&&(g=!0,f=p.fragments[i],h=f!==b),f||(f=c.createDocumentFragment(),p.clean(a,c,f,d),g&&(p.fragments[i]=h&&f)),{fragment:f,cacheable:g}},p.fragments={},p.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){p.fn[a]=function(c){var d,e=0,f=[],g=p(c),h=g.length,i=this.length===1&&this[0].parentNode;if((i==null||i&&i.nodeType===11&&i.childNodes.length===1)&&h===1)return g[b](this[0]),this;for(;e<h;e++)d=(e>0?this.clone(!0):this).get(),p(g[e])[b](d),f=f.concat(d);return this.pushStack(f,a,g.selector)}}),p.extend({clone:function(a,b,c){var d,e,f,g;p.support.html5Clone||p.isXMLDoc(a)||!bu.test("<"+a.nodeName+">")?g=a.cloneNode(!0):(bB.innerHTML=a.outerHTML,bB.removeChild(g=bB.firstChild));if((!p.support.noCloneEvent||!p.support.noCloneChecked)&&(a.nodeType===1||a.nodeType===11)&&!p.isXMLDoc(a)){bE(a,g),d=bF(a),e=bF(g);for(f=0;d[f];++f)e[f]&&bE(d[f],e[f])}if(b){bD(a,g);if(c){d=bF(a),e=bF(g);for(f=0;d[f];++f)bD(d[f],e[f])}}return d=e=null,g},clean:function(a,b,c,d){var f,g,h,i,j,k,l,m,n,o,q,r,s=b===e&&bA,t=[];if(!b||typeof b.createDocumentFragment=="undefined")b=e;for(f=0;(h=a[f])!=null;f++){typeof h=="number"&&(h+="");if(!h)continue;if(typeof h=="string")if(!br.test(h))h=b.createTextNode(h);else{s=s||bk(b),l=b.createElement("div"),s.appendChild(l),h=h.replace(bo,"<$1></$2>"),i=(bp.exec(h)||["",""])[1].toLowerCase(),j=bz[i]||bz._default,k=j[0],l.innerHTML=j[1]+h+j[2];while(k--)l=l.lastChild;if(!p.support.tbody){m=bq.test(h),n=i==="table"&&!m?l.firstChild&&l.firstChild.childNodes:j[1]==="<table>"&&!m?l.childNodes:[];for(g=n.length-1;g>=0;--g)p.nodeName(n[g],"tbody")&&!n[g].childNodes.length&&n[g].parentNode.removeChild(n[g])}!p.support.leadingWhitespace&&bn.test(h)&&l.insertBefore(b.createTextNode(bn.exec(h)[0]),l.firstChild),h=l.childNodes,l.parentNode.removeChild(l)}h.nodeType?t.push(h):p.merge(t,h)}l&&(h=l=s=null);if(!p.support.appendChecked)for(f=0;(h=t[f])!=null;f++)p.nodeName(h,"input")?bG(h):typeof h.getElementsByTagName!="undefined"&&p.grep(h.getElementsByTagName("input"),bG);if(c){q=function(a){if(!a.type||bx.test(a.type))return d?d.push(a.parentNode?a.parentNode.removeChild(a):a):c.appendChild(a)};for(f=0;(h=t[f])!=null;f++)if(!p.nodeName(h,"script")||!q(h))c.appendChild(h),typeof h.getElementsByTagName!="undefined"&&(r=p.grep(p.merge([],h.getElementsByTagName("script")),q),t.splice.apply(t,[f+1,0].concat(r)),f+=r.length)}return t},cleanData:function(a,b){var c,d,e,f,g=0,h=p.expando,i=p.cache,j=p.support.deleteExpando,k=p.event.special;for(;(e=a[g])!=null;g++)if(b||p.acceptData(e)){d=e[h],c=d&&i[d];if(c){if(c.events)for(f in c.events)k[f]?p.event.remove(e,f):p.removeEvent(e,f,c.handle);i[d]&&(delete i[d],j?delete e[h]:e.removeAttribute?e.removeAttribute(h):e[h]=null,p.deletedIds.push(d))}}}}),function(){var a,b;p.uaMatch=function(a){a=a.toLowerCase();var b=/(chrome)[ \/]([\w.]+)/.exec(a)||/(webkit)[ \/]([\w.]+)/.exec(a)||/(opera)(?:.*version|)[ \/]([\w.]+)/.exec(a)||/(msie) ([\w.]+)/.exec(a)||a.indexOf("compatible")<0&&/(mozilla)(?:.*? rv:([\w.]+)|)/.exec(a)||[];return{browser:b[1]||"",version:b[2]||"0"}},a=p.uaMatch(g.userAgent),b={},a.browser&&(b[a.browser]=!0,b.version=a.version),b.chrome?b.webkit=!0:b.webkit&&(b.safari=!0),p.browser=b,p.sub=function(){function a(b,c){return new a.fn.init(b,c)}p.extend(!0,a,this),a.superclass=this,a.fn=a.prototype=this(),a.fn.constructor=a,a.sub=this.sub,a.fn.init=function c(c,d){return d&&d instanceof p&&!(d instanceof a)&&(d=a(d)),p.fn.init.call(this,c,d,b)},a.fn.init.prototype=a.fn;var b=a(e);return a}}();var bH,bI,bJ,bK=/alpha\([^)]*\)/i,bL=/opacity=([^)]*)/,bM=/^(top|right|bottom|left)$/,bN=/^(none|table(?!-c[ea]).+)/,bO=/^margin/,bP=new RegExp("^("+q+")(.*)$","i"),bQ=new RegExp("^("+q+")(?!px)[a-z%]+$","i"),bR=new RegExp("^([-+])=("+q+")","i"),bS={},bT={position:"absolute",visibility:"hidden",display:"block"},bU={letterSpacing:0,fontWeight:400},bV=["Top","Right","Bottom","Left"],bW=["Webkit","O","Moz","ms"],bX=p.fn.toggle;p.fn.extend({css:function(a,c){return p.access(this,function(a,c,d){return d!==b?p.style(a,c,d):p.css(a,c)},a,c,arguments.length>1)},show:function(){return b$(this,!0)},hide:function(){return b$(this)},toggle:function(a,b){var c=typeof a=="boolean";return p.isFunction(a)&&p.isFunction(b)?bX.apply(this,arguments):this.each(function(){(c?a:bZ(this))?p(this).show():p(this).hide()})}}),p.extend({cssHooks:{opacity:{get:function(a,b){if(b){var c=bH(a,"opacity");return c===""?"1":c}}}},cssNumber:{fillOpacity:!0,fontWeight:!0,lineHeight:!0,opacity:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{"float":p.support.cssFloat?"cssFloat":"styleFloat"},style:function(a,c,d,e){if(!a||a.nodeType===3||a.nodeType===8||!a.style)return;var f,g,h,i=p.camelCase(c),j=a.style;c=p.cssProps[i]||(p.cssProps[i]=bY(j,i)),h=p.cssHooks[c]||p.cssHooks[i];if(d===b)return h&&"get"in h&&(f=h.get(a,!1,e))!==b?f:j[c];g=typeof d,g==="string"&&(f=bR.exec(d))&&(d=(f[1]+1)*f[2]+parseFloat(p.css(a,c)),g="number");if(d==null||g==="number"&&isNaN(d))return;g==="number"&&!p.cssNumber[i]&&(d+="px");if(!h||!("set"in h)||(d=h.set(a,d,e))!==b)try{j[c]=d}catch(k){}},css:function(a,c,d,e){var f,g,h,i=p.camelCase(c);return c=p.cssProps[i]||(p.cssProps[i]=bY(a.style,i)),h=p.cssHooks[c]||p.cssHooks[i],h&&"get"in h&&(f=h.get(a,!0,e)),f===b&&(f=bH(a,c)),f==="normal"&&c in bU&&(f=bU[c]),d||e!==b?(g=parseFloat(f),d||p.isNumeric(g)?g||0:f):f},swap:function(a,b,c){var d,e,f={};for(e in b)f[e]=a.style[e],a.style[e]=b[e];d=c.call(a);for(e in b)a.style[e]=f[e];return d}}),a.getComputedStyle?bH=function(b,c){var d,e,f,g,h=a.getComputedStyle(b,null),i=b.style;return h&&(d=h[c],d===""&&!p.contains(b.ownerDocument,b)&&(d=p.style(b,c)),bQ.test(d)&&bO.test(c)&&(e=i.width,f=i.minWidth,g=i.maxWidth,i.minWidth=i.maxWidth=i.width=d,d=h.width,i.width=e,i.minWidth=f,i.maxWidth=g)),d}:e.documentElement.currentStyle&&(bH=function(a,b){var c,d,e=a.currentStyle&&a.currentStyle[b],f=a.style;return e==null&&f&&f[b]&&(e=f[b]),bQ.test(e)&&!bM.test(b)&&(c=f.left,d=a.runtimeStyle&&a.runtimeStyle.left,d&&(a.runtimeStyle.left=a.currentStyle.left),f.left=b==="fontSize"?"1em":e,e=f.pixelLeft+"px",f.left=c,d&&(a.runtimeStyle.left=d)),e===""?"auto":e}),p.each(["height","width"],function(a,b){p.cssHooks[b]={get:function(a,c,d){if(c)return a.offsetWidth===0&&bN.test(bH(a,"display"))?p.swap(a,bT,function(){return cb(a,b,d)}):cb(a,b,d)},set:function(a,c,d){return b_(a,c,d?ca(a,b,d,p.support.boxSizing&&p.css(a,"boxSizing")==="border-box"):0)}}}),p.support.opacity||(p.cssHooks.opacity={get:function(a,b){return bL.test((b&&a.currentStyle?a.currentStyle.filter:a.style.filter)||"")?.01*parseFloat(RegExp.$1)+"":b?"1":""},set:function(a,b){var c=a.style,d=a.currentStyle,e=p.isNumeric(b)?"alpha(opacity="+b*100+")":"",f=d&&d.filter||c.filter||"";c.zoom=1;if(b>=1&&p.trim(f.replace(bK,""))===""&&c.removeAttribute){c.removeAttribute("filter");if(d&&!d.filter)return}c.filter=bK.test(f)?f.replace(bK,e):f+" "+e}}),p(function(){p.support.reliableMarginRight||(p.cssHooks.marginRight={get:function(a,b){return p.swap(a,{display:"inline-block"},function(){if(b)return bH(a,"marginRight")})}}),!p.support.pixelPosition&&p.fn.position&&p.each(["top","left"],function(a,b){p.cssHooks[b]={get:function(a,c){if(c){var d=bH(a,b);return bQ.test(d)?p(a).position()[b]+"px":d}}}})}),p.expr&&p.expr.filters&&(p.expr.filters.hidden=function(a){return a.offsetWidth===0&&a.offsetHeight===0||!p.support.reliableHiddenOffsets&&(a.style&&a.style.display||bH(a,"display"))==="none"},p.expr.filters.visible=function(a){return!p.expr.filters.hidden(a)}),p.each({margin:"",padding:"",border:"Width"},function(a,b){p.cssHooks[a+b]={expand:function(c){var d,e=typeof c=="string"?c.split(" "):[c],f={};for(d=0;d<4;d++)f[a+bV[d]+b]=e[d]||e[d-2]||e[0];return f}},bO.test(a)||(p.cssHooks[a+b].set=b_)});var cd=/%20/g,ce=/\[\]$/,cf=/\r?\n/g,cg=/^(?:color|date|datetime|datetime-local|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,ch=/^(?:select|textarea)/i;p.fn.extend({serialize:function(){return p.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?p.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||ch.test(this.nodeName)||cg.test(this.type))}).map(function(a,b){var c=p(this).val();return c==null?null:p.isArray(c)?p.map(c,function(a,c){return{name:b.name,value:a.replace(cf,"\r\n")}}):{name:b.name,value:c.replace(cf,"\r\n")}}).get()}}),p.param=function(a,c){var d,e=[],f=function(a,b){b=p.isFunction(b)?b():b==null?"":b,e[e.length]=encodeURIComponent(a)+"="+encodeURIComponent(b)};c===b&&(c=p.ajaxSettings&&p.ajaxSettings.traditional);if(p.isArray(a)||a.jquery&&!p.isPlainObject(a))p.each(a,function(){f(this.name,this.value)});else for(d in a)ci(d,a[d],c,f);return e.join("&").replace(cd,"+")};var cj,ck,cl=/#.*$/,cm=/^(.*?):[ \t]*([^\r\n]*)\r?$/mg,cn=/^(?:about|app|app\-storage|.+\-extension|file|res|widget):$/,co=/^(?:GET|HEAD)$/,cp=/^\/\//,cq=/\?/,cr=/<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script>/gi,cs=/([?&])_=[^&]*/,ct=/^([\w\+\.\-]+:)(?:\/\/([^\/?#:]*)(?::(\d+)|)|)/,cu=p.fn.load,cv={},cw={},cx=["*/"]+["*"];try{ck=f.href}catch(cy){ck=e.createElement("a"),ck.href="",ck=ck.href}cj=ct.exec(ck.toLowerCase())||[],p.fn.load=function(a,c,d){if(typeof a!="string"&&cu)return cu.apply(this,arguments);if(!this.length)return this;var e,f,g,h=this,i=a.indexOf(" ");return i>=0&&(e=a.slice(i,a.length),a=a.slice(0,i)),p.isFunction(c)?(d=c,c=b):c&&typeof c=="object"&&(f="POST"),p.ajax({url:a,type:f,dataType:"html",data:c,complete:function(a,b){d&&h.each(d,g||[a.responseText,b,a])}}).done(function(a){g=arguments,h.html(e?p("<div>").append(a.replace(cr,"")).find(e):a)}),this},p.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(a,b){p.fn[b]=function(a){return this.on(b,a)}}),p.each(["get","post"],function(a,c){p[c]=function(a,d,e,f){return p.isFunction(d)&&(f=f||e,e=d,d=b),p.ajax({type:c,url:a,data:d,success:e,dataType:f})}}),p.extend({getScript:function(a,c){return p.get(a,b,c,"script")},getJSON:function(a,b,c){return p.get(a,b,c,"json")},ajaxSetup:function(a,b){return b?cB(a,p.ajaxSettings):(b=a,a=p.ajaxSettings),cB(a,b),a},ajaxSettings:{url:ck,isLocal:cn.test(cj[1]),global:!0,type:"GET",contentType:"application/x-www-form-urlencoded; charset=UTF-8",processData:!0,async:!0,accepts:{xml:"application/xml, text/xml",html:"text/html",text:"text/plain",json:"application/json, text/javascript","*":cx},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText"},converters:{"* text":a.String,"text html":!0,"text json":p.parseJSON,"text xml":p.parseXML},flatOptions:{context:!0,url:!0}},ajaxPrefilter:cz(cv),ajaxTransport:cz(cw),ajax:function(a,c){function y(a,c,f,i){var k,s,t,u,w,y=c;if(v===2)return;v=2,h&&clearTimeout(h),g=b,e=i||"",x.readyState=a>0?4:0,f&&(u=cC(l,x,f));if(a>=200&&a<300||a===304)l.ifModified&&(w=x.getResponseHeader("Last-Modified"),w&&(p.lastModified[d]=w),w=x.getResponseHeader("Etag"),w&&(p.etag[d]=w)),a===304?(y="notmodified",k=!0):(k=cD(l,u),y=k.state,s=k.data,t=k.error,k=!t);else{t=y;if(!y||a)y="error",a<0&&(a=0)}x.status=a,x.statusText=(c||y)+"",k?o.resolveWith(m,[s,y,x]):o.rejectWith(m,[x,y,t]),x.statusCode(r),r=b,j&&n.trigger("ajax"+(k?"Success":"Error"),[x,l,k?s:t]),q.fireWith(m,[x,y]),j&&(n.trigger("ajaxComplete",[x,l]),--p.active||p.event.trigger("ajaxStop"))}typeof a=="object"&&(c=a,a=b),c=c||{};var d,e,f,g,h,i,j,k,l=p.ajaxSetup({},c),m=l.context||l,n=m!==l&&(m.nodeType||m instanceof p)?p(m):p.event,o=p.Deferred(),q=p.Callbacks("once memory"),r=l.statusCode||{},t={},u={},v=0,w="canceled",x={readyState:0,setRequestHeader:function(a,b){if(!v){var c=a.toLowerCase();a=u[c]=u[c]||a,t[a]=b}return this},getAllResponseHeaders:function(){return v===2?e:null},getResponseHeader:function(a){var c;if(v===2){if(!f){f={};while(c=cm.exec(e))f[c[1].toLowerCase()]=c[2]}c=f[a.toLowerCase()]}return c===b?null:c},overrideMimeType:function(a){return v||(l.mimeType=a),this},abort:function(a){return a=a||w,g&&g.abort(a),y(0,a),this}};o.promise(x),x.success=x.done,x.error=x.fail,x.complete=q.add,x.statusCode=function(a){if(a){var b;if(v<2)for(b in a)r[b]=[r[b],a[b]];else b=a[x.status],x.always(b)}return this},l.url=((a||l.url)+"").replace(cl,"").replace(cp,cj[1]+"//"),l.dataTypes=p.trim(l.dataType||"*").toLowerCase().split(s),l.crossDomain==null&&(i=ct.exec(l.url.toLowerCase())||!1,l.crossDomain=i&&i.join(":")+(i[3]?"":i[1]==="http:"?80:443)!==cj.join(":")+(cj[3]?"":cj[1]==="http:"?80:443)),l.data&&l.processData&&typeof l.data!="string"&&(l.data=p.param(l.data,l.traditional)),cA(cv,l,c,x);if(v===2)return x;j=l.global,l.type=l.type.toUpperCase(),l.hasContent=!co.test(l.type),j&&p.active++===0&&p.event.trigger("ajaxStart");if(!l.hasContent){l.data&&(l.url+=(cq.test(l.url)?"&":"?")+l.data,delete l.data),d=l.url;if(l.cache===!1){var z=p.now(),A=l.url.replace(cs,"$1_="+z);l.url=A+(A===l.url?(cq.test(l.url)?"&":"?")+"_="+z:"")}}(l.data&&l.hasContent&&l.contentType!==!1||c.contentType)&&x.setRequestHeader("Content-Type",l.contentType),l.ifModified&&(d=d||l.url,p.lastModified[d]&&x.setRequestHeader("If-Modified-Since",p.lastModified[d]),p.etag[d]&&x.setRequestHeader("If-None-Match",p.etag[d])),x.setRequestHeader("Accept",l.dataTypes[0]&&l.accepts[l.dataTypes[0]]?l.accepts[l.dataTypes[0]]+(l.dataTypes[0]!=="*"?", "+cx+"; q=0.01":""):l.accepts["*"]);for(k in l.headers)x.setRequestHeader(k,l.headers[k]);if(!l.beforeSend||l.beforeSend.call(m,x,l)!==!1&&v!==2){w="abort";for(k in{success:1,error:1,complete:1})x[k](l[k]);g=cA(cw,l,c,x);if(!g)y(-1,"No Transport");else{x.readyState=1,j&&n.trigger("ajaxSend",[x,l]),l.async&&l.timeout>0&&(h=setTimeout(function(){x.abort("timeout")},l.timeout));try{v=1,g.send(t,y)}catch(B){if(v<2)y(-1,B);else throw B}}return x}return x.abort()},active:0,lastModified:{},etag:{}});var cE=[],cF=/\?/,cG=/(=)\?(?=&|$)|\?\?/,cH=p.now();p.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var a=cE.pop()||p.expando+"_"+cH++;return this[a]=!0,a}}),p.ajaxPrefilter("json jsonp",function(c,d,e){var f,g,h,i=c.data,j=c.url,k=c.jsonp!==!1,l=k&&cG.test(j),m=k&&!l&&typeof i=="string"&&!(c.contentType||"").indexOf("application/x-www-form-urlencoded")&&cG.test(i);if(c.dataTypes[0]==="jsonp"||l||m)return f=c.jsonpCallback=p.isFunction(c.jsonpCallback)?c.jsonpCallback():c.jsonpCallback,g=a[f],l?c.url=j.replace(cG,"$1"+f):m?c.data=i.replace(cG,"$1"+f):k&&(c.url+=(cF.test(j)?"&":"?")+c.jsonp+"="+f),c.converters["script json"]=function(){return h||p.error(f+" was not called"),h[0]},c.dataTypes[0]="json",a[f]=function(){h=arguments},e.always(function(){a[f]=g,c[f]&&(c.jsonpCallback=d.jsonpCallback,cE.push(f)),h&&p.isFunction(g)&&g(h[0]),h=g=b}),"script"}),p.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/javascript|ecmascript/},converters:{"text script":function(a){return p.globalEval(a),a}}}),p.ajaxPrefilter("script",function(a){a.cache===b&&(a.cache=!1),a.crossDomain&&(a.type="GET",a.global=!1)}),p.ajaxTransport("script",function(a){if(a.crossDomain){var c,d=e.head||e.getElementsByTagName("head")[0]||e.documentElement;return{send:function(f,g){c=e.createElement("script"),c.async="async",a.scriptCharset&&(c.charset=a.scriptCharset),c.src=a.url,c.onload=c.onreadystatechange=function(a,e){if(e||!c.readyState||/loaded|complete/.test(c.readyState))c.onload=c.onreadystatechange=null,d&&c.parentNode&&d.removeChild(c),c=b,e||g(200,"success")},d.insertBefore(c,d.firstChild)},abort:function(){c&&c.onload(0,1)}}}});var cI,cJ=a.ActiveXObject?function(){for(var a in cI)cI[a](0,1)}:!1,cK=0;p.ajaxSettings.xhr=a.ActiveXObject?function(){return!this.isLocal&&cL()||cM()}:cL,function(a){p.extend(p.support,{ajax:!!a,cors:!!a&&"withCredentials"in a})}(p.ajaxSettings.xhr()),p.support.ajax&&p.ajaxTransport(function(c){if(!c.crossDomain||p.support.cors){var d;return{send:function(e,f){var g,h,i=c.xhr();c.username?i.open(c.type,c.url,c.async,c.username,c.password):i.open(c.type,c.url,c.async);if(c.xhrFields)for(h in c.xhrFields)i[h]=c.xhrFields[h];c.mimeType&&i.overrideMimeType&&i.overrideMimeType(c.mimeType),!c.crossDomain&&!e["X-Requested-With"]&&(e["X-Requested-With"]="XMLHttpRequest");try{for(h in e)i.setRequestHeader(h,e[h])}catch(j){}i.send(c.hasContent&&c.data||null),d=function(a,e){var h,j,k,l,m;try{if(d&&(e||i.readyState===4)){d=b,g&&(i.onreadystatechange=p.noop,cJ&&delete cI[g]);if(e)i.readyState!==4&&i.abort();else{h=i.status,k=i.getAllResponseHeaders(),l={},m=i.responseXML,m&&m.documentElement&&(l.xml=m);try{l.text=i.responseText}catch(a){}try{j=i.statusText}catch(n){j=""}!h&&c.isLocal&&!c.crossDomain?h=l.text?200:404:h===1223&&(h=204)}}}catch(o){e||f(-1,o)}l&&f(h,j,l,k)},c.async?i.readyState===4?setTimeout(d,0):(g=++cK,cJ&&(cI||(cI={},p(a).unload(cJ)),cI[g]=d),i.onreadystatechange=d):d()},abort:function(){d&&d(0,1)}}}});var cN,cO,cP=/^(?:toggle|show|hide)$/,cQ=new RegExp("^(?:([-+])=|)("+q+")([a-z%]*)$","i"),cR=/queueHooks$/,cS=[cY],cT={"*":[function(a,b){var c,d,e=this.createTween(a,b),f=cQ.exec(b),g=e.cur(),h=+g||0,i=1,j=20;if(f){c=+f[2],d=f[3]||(p.cssNumber[a]?"":"px");if(d!=="px"&&h){h=p.css(e.elem,a,!0)||c||1;do i=i||".5",h=h/i,p.style(e.elem,a,h+d);while(i!==(i=e.cur()/g)&&i!==1&&--j)}e.unit=d,e.start=h,e.end=f[1]?h+(f[1]+1)*c:c}return e}]};p.Animation=p.extend(cW,{tweener:function(a,b){p.isFunction(a)?(b=a,a=["*"]):a=a.split(" ");var c,d=0,e=a.length;for(;d<e;d++)c=a[d],cT[c]=cT[c]||[],cT[c].unshift(b)},prefilter:function(a,b){b?cS.unshift(a):cS.push(a)}}),p.Tween=cZ,cZ.prototype={constructor:cZ,init:function(a,b,c,d,e,f){this.elem=a,this.prop=c,this.easing=e||"swing",this.options=b,this.start=this.now=this.cur(),this.end=d,this.unit=f||(p.cssNumber[c]?"":"px")},cur:function(){var a=cZ.propHooks[this.prop];return a&&a.get?a.get(this):cZ.propHooks._default.get(this)},run:function(a){var b,c=cZ.propHooks[this.prop];return this.options.duration?this.pos=b=p.easing[this.easing](a,this.options.duration*a,0,1,this.options.duration):this.pos=b=a,this.now=(this.end-this.start)*b+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),c&&c.set?c.set(this):cZ.propHooks._default.set(this),this}},cZ.prototype.init.prototype=cZ.prototype,cZ.propHooks={_default:{get:function(a){var b;return a.elem[a.prop]==null||!!a.elem.style&&a.elem.style[a.prop]!=null?(b=p.css(a.elem,a.prop,!1,""),!b||b==="auto"?0:b):a.elem[a.prop]},set:function(a){p.fx.step[a.prop]?p.fx.step[a.prop](a):a.elem.style&&(a.elem.style[p.cssProps[a.prop]]!=null||p.cssHooks[a.prop])?p.style(a.elem,a.prop,a.now+a.unit):a.elem[a.prop]=a.now}}},cZ.propHooks.scrollTop=cZ.propHooks.scrollLeft={set:function(a){a.elem.nodeType&&a.elem.parentNode&&(a.elem[a.prop]=a.now)}},p.each(["toggle","show","hide"],function(a,b){var c=p.fn[b];p.fn[b]=function(d,e,f){return d==null||typeof d=="boolean"||!a&&p.isFunction(d)&&p.isFunction(e)?c.apply(this,arguments):this.animate(c$(b,!0),d,e,f)}}),p.fn.extend({fadeTo:function(a,b,c,d){return this.filter(bZ).css("opacity",0).show().end().animate({opacity:b},a,c,d)},animate:function(a,b,c,d){var e=p.isEmptyObject(a),f=p.speed(b,c,d),g=function(){var b=cW(this,p.extend({},a),f);e&&b.stop(!0)};return e||f.queue===!1?this.each(g):this.queue(f.queue,g)},stop:function(a,c,d){var e=function(a){var b=a.stop;delete a.stop,b(d)};return typeof a!="string"&&(d=c,c=a,a=b),c&&a!==!1&&this.queue(a||"fx",[]),this.each(function(){var b=!0,c=a!=null&&a+"queueHooks",f=p.timers,g=p._data(this);if(c)g[c]&&g[c].stop&&e(g[c]);else for(c in g)g[c]&&g[c].stop&&cR.test(c)&&e(g[c]);for(c=f.length;c--;)f[c].elem===this&&(a==null||f[c].queue===a)&&(f[c].anim.stop(d),b=!1,f.splice(c,1));(b||!d)&&p.dequeue(this,a)})}}),p.each({slideDown:c$("show"),slideUp:c$("hide"),slideToggle:c$("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(a,b){p.fn[a]=function(a,c,d){return this.animate(b,a,c,d)}}),p.speed=function(a,b,c){var d=a&&typeof a=="object"?p.extend({},a):{complete:c||!c&&b||p.isFunction(a)&&a,duration:a,easing:c&&b||b&&!p.isFunction(b)&&b};d.duration=p.fx.off?0:typeof d.duration=="number"?d.duration:d.duration in p.fx.speeds?p.fx.speeds[d.duration]:p.fx.speeds._default;if(d.queue==null||d.queue===!0)d.queue="fx";return d.old=d.complete,d.complete=function(){p.isFunction(d.old)&&d.old.call(this),d.queue&&p.dequeue(this,d.queue)},d},p.easing={linear:function(a){return a},swing:function(a){return.5-Math.cos(a*Math.PI)/2}},p.timers=[],p.fx=cZ.prototype.init,p.fx.tick=function(){var a,b=p.timers,c=0;for(;c<b.length;c++)a=b[c],!a()&&b[c]===a&&b.splice(c--,1);b.length||p.fx.stop()},p.fx.timer=function(a){a()&&p.timers.push(a)&&!cO&&(cO=setInterval(p.fx.tick,p.fx.interval))},p.fx.interval=13,p.fx.stop=function(){clearInterval(cO),cO=null},p.fx.speeds={slow:600,fast:200,_default:400},p.fx.step={},p.expr&&p.expr.filters&&(p.expr.filters.animated=function(a){return p.grep(p.timers,function(b){return a===b.elem}).length});var c_=/^(?:body|html)$/i;p.fn.offset=function(a){if(arguments.length)return a===b?this:this.each(function(b){p.offset.setOffset(this,a,b)});var c,d,e,f,g,h,i,j={top:0,left:0},k=this[0],l=k&&k.ownerDocument;if(!l)return;return(d=l.body)===k?p.offset.bodyOffset(k):(c=l.documentElement,p.contains(c,k)?(typeof k.getBoundingClientRect!="undefined"&&(j=k.getBoundingClientRect()),e=da(l),f=c.clientTop||d.clientTop||0,g=c.clientLeft||d.clientLeft||0,h=e.pageYOffset||c.scrollTop,i=e.pageXOffset||c.scrollLeft,{top:j.top+h-f,left:j.left+i-g}):j)},p.offset={bodyOffset:function(a){var b=a.offsetTop,c=a.offsetLeft;return p.support.doesNotIncludeMarginInBodyOffset&&(b+=parseFloat(p.css(a,"marginTop"))||0,c+=parseFloat(p.css(a,"marginLeft"))||0),{top:b,left:c}},setOffset:function(a,b,c){var d=p.css(a,"position");d==="static"&&(a.style.position="relative");var e=p(a),f=e.offset(),g=p.css(a,"top"),h=p.css(a,"left"),i=(d==="absolute"||d==="fixed")&&p.inArray("auto",[g,h])>-1,j={},k={},l,m;i?(k=e.position(),l=k.top,m=k.left):(l=parseFloat(g)||0,m=parseFloat(h)||0),p.isFunction(b)&&(b=b.call(a,c,f)),b.top!=null&&(j.top=b.top-f.top+l),b.left!=null&&(j.left=b.left-f.left+m),"using"in b?b.using.call(a,j):e.css(j)}},p.fn.extend({position:function(){if(!this[0])return;var a=this[0],b=this.offsetParent(),c=this.offset(),d=c_.test(b[0].nodeName)?{top:0,left:0}:b.offset();return c.top-=parseFloat(p.css(a,"marginTop"))||0,c.left-=parseFloat(p.css(a,"marginLeft"))||0,d.top+=parseFloat(p.css(b[0],"borderTopWidth"))||0,d.left+=parseFloat(p.css(b[0],"borderLeftWidth"))||0,{top:c.top-d.top,left:c.left-d.left}},offsetParent:function(){return this.map(function(){var a=this.offsetParent||e.body;while(a&&!c_.test(a.nodeName)&&p.css(a,"position")==="static")a=a.offsetParent;return a||e.body})}}),p.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(a,c){var d=/Y/.test(c);p.fn[a]=function(e){return p.access(this,function(a,e,f){var g=da(a);if(f===b)return g?c in g?g[c]:g.document.documentElement[e]:a[e];g?g.scrollTo(d?p(g).scrollLeft():f,d?f:p(g).scrollTop()):a[e]=f},a,e,arguments.length,null)}}),p.each({Height:"height",Width:"width"},function(a,c){p.each({padding:"inner"+a,content:c,"":"outer"+a},function(d,e){p.fn[e]=function(e,f){var g=arguments.length&&(d||typeof e!="boolean"),h=d||(e===!0||f===!0?"margin":"border");return p.access(this,function(c,d,e){var f;return p.isWindow(c)?c.document.documentElement["client"+a]:c.nodeType===9?(f=c.documentElement,Math.max(c.body["scroll"+a],f["scroll"+a],c.body["offset"+a],f["offset"+a],f["client"+a])):e===b?p.css(c,d,e,h):p.style(c,d,e,h)},c,g?e:b,g,null)}})}),a.jQuery=a.$=p,typeof define=="function"&&define.amd&&define.amd.jQuery&&define("jquery",[],function(){return p})})(window);
\ No newline at end of file
diff --git a/travel/jvectormap-world.js b/travel/jvectormap-world.js
new file mode 100644 (file)
index 0000000..89f7783
--- /dev/null
@@ -0,0 +1 @@
+$.fn.vectorMap('addMap', 'world_mill_en',{"insets": [{"width": 900.0, "top": 0, "height": 440.7063107441331, "bbox": [{"y": -12671671.123330014, "x": -20004297.151525836}, {"y": 6930392.02513512, "x": 20026572.394749384}], "left": 0}], "paths": {"BD": {"path": "M652.71,228.85l-0.04,1.38l-0.46,-0.21l-0.42,0.3l0.05,0.65l-0.17,-1.37l-0.48,-1.26l-1.08,-1.6l-0.23,-0.13l-2.31,-0.11l-0.31,0.36l0.21,0.98l-0.6,1.11l-0.8,-0.4l-0.37,0.09l-0.23,0.3l-0.54,-0.21l-0.78,-0.19l-0.38,-2.04l-0.83,-1.89l0.4,-1.5l-0.16,-0.35l-1.24,-0.57l0.36,-0.62l1.5,-0.95l0.02,-0.49l-1.62,-1.26l0.64,-1.31l1.7,1.0l0.12,0.04l0.96,0.11l0.19,1.62l0.25,0.26l2.38,0.37l2.32,-0.04l1.06,0.33l-0.92,1.79l-0.97,0.13l-0.23,0.16l-0.77,1.51l0.05,0.35l1.37,1.37l0.5,-0.14l0.35,-1.46l0.24,-0.0l1.24,3.92Z", "name": "Bangladesh"}, "BE": {"path": "M429.28,143.95l1.76,0.25l0.13,-0.01l2.16,-0.64l1.46,1.34l1.26,0.71l-0.23,1.8l-0.44,0.08l-0.24,0.25l-0.2,1.36l-1.8,-1.22l-0.23,-0.05l-1.14,0.23l-1.62,-1.43l-1.15,-1.31l-0.21,-0.1l-0.95,-0.04l-0.21,-0.68l1.66,-0.54Z", "name": "Belgium"}, "BF": {"path": "M413.48,260.21l-1.22,-0.46l-0.13,-0.02l-1.17,0.1l-0.15,0.06l-0.73,0.53l-0.87,-0.41l-0.39,-0.75l-0.13,-0.13l-0.98,-0.48l-0.14,-1.2l0.63,-0.99l0.05,-0.18l-0.05,-0.73l1.9,-2.01l0.08,-0.14l0.35,-1.65l0.49,-0.44l1.05,0.3l0.21,-0.02l1.05,-0.52l0.13,-0.13l0.3,-0.58l1.87,-1.1l0.11,-0.1l0.43,-0.72l2.23,-1.01l1.21,-0.32l0.51,0.4l0.19,0.06l1.25,-0.01l-0.14,0.89l0.01,0.13l0.34,1.16l0.06,0.11l1.35,1.59l0.07,1.13l0.24,0.28l2.64,0.53l-0.05,1.39l-0.42,0.59l-1.11,0.21l-0.22,0.17l-0.46,0.99l-0.69,0.23l-2.12,-0.05l-1.14,-0.2l-0.19,0.03l-0.72,0.36l-1.07,-0.17l-4.35,0.12l-0.29,0.29l-0.06,1.44l0.25,1.45Z", "name": "Burkina Faso"}, "BG": {"path": "M477.63,166.84l0.51,0.9l0.33,0.14l0.9,-0.21l1.91,0.47l3.68,0.16l0.17,-0.05l1.2,-0.75l2.78,-0.67l1.72,1.05l1.02,0.24l-0.97,0.97l-0.91,2.17l0.0,0.24l0.56,1.19l-1.58,-0.3l-0.16,0.01l-2.55,0.95l-0.2,0.28l-0.02,1.23l-1.92,0.24l-1.68,-0.99l-0.27,-0.02l-1.94,0.8l-1.52,-0.07l-0.15,-1.72l-0.12,-0.21l-0.99,-0.76l0.18,-0.18l0.02,-0.39l-0.17,-0.22l0.33,-0.75l0.91,-0.91l0.01,-0.42l-1.16,-1.25l-0.18,-0.89l0.24,-0.27Z", "name": "Bulgaria"}, "BA": {"path": "M468.39,164.66l0.16,0.04l0.43,-0.0l-0.43,0.93l0.06,0.34l1.08,1.06l-0.28,1.09l-0.5,0.13l-0.47,0.28l-0.86,0.74l-0.1,0.16l-0.28,1.29l-1.81,-0.94l-0.9,-1.22l-1.0,-0.73l-1.1,-1.1l-0.55,-0.96l-1.11,-1.3l0.3,-0.75l0.59,0.46l0.42,-0.04l0.46,-0.54l1.0,-0.06l2.11,0.5l1.72,-0.03l1.06,0.64Z", "name": "Bosnia and Herzegovina"}, "BN": {"path": "M707.34,273.57l0.76,-0.72l1.59,-1.03l-0.18,1.93l-0.9,-0.06l-0.28,0.14l-0.31,0.51l-0.68,-0.78Z", "name": "Brunei"}, "BO": {"path": "M263.83,340.79l-0.23,-0.12l-2.86,-0.11l-0.28,0.17l-0.77,1.67l-1.17,-1.51l-0.18,-0.11l-3.28,-0.64l-0.28,0.1l-2.02,2.3l-1.43,0.29l-0.91,-3.35l-1.31,-2.88l0.75,-2.41l-0.09,-0.32l-1.23,-1.03l-0.31,-1.76l-0.05,-0.12l-1.12,-1.6l1.49,-2.62l0.01,-0.28l-1.0,-2.0l0.48,-0.72l0.02,-0.29l-0.37,-0.78l0.87,-1.13l0.06,-0.18l0.05,-2.17l0.12,-1.71l0.5,-0.8l0.01,-0.3l-1.9,-3.58l1.3,0.15l1.34,-0.05l0.23,-0.12l0.51,-0.7l2.12,-0.99l1.31,-0.93l2.81,-0.37l-0.21,1.51l0.01,0.13l0.29,0.91l-0.19,1.64l0.11,0.27l2.72,2.27l0.15,0.07l2.71,0.41l0.92,0.88l0.12,0.07l1.64,0.49l1.0,0.71l0.18,0.06l1.5,-0.02l1.24,0.64l0.1,1.31l0.05,0.14l0.44,0.68l0.02,0.73l-0.44,0.03l-0.27,0.39l0.96,2.99l0.28,0.21l4.43,0.1l-0.28,1.12l0.0,0.15l0.27,1.02l0.15,0.19l1.27,0.67l0.52,1.42l-0.42,1.91l-0.66,1.1l-0.04,0.2l0.21,1.3l-0.19,0.13l-0.01,-0.27l-0.15,-0.24l-2.33,-1.33l-0.14,-0.04l-2.38,-0.03l-4.36,0.76l-0.21,0.16l-1.2,2.29l-0.03,0.13l-0.06,1.37l-0.79,2.53l-0.05,-0.08Z", "name": "Bolivia"}, "JP": {"path": "M781.17,166.78l1.8,0.67l0.28,-0.04l1.38,-1.01l0.43,2.67l-3.44,0.77l-0.18,0.12l-2.04,2.79l-3.71,-1.94l-0.42,0.15l-1.29,3.11l-2.32,0.04l-0.3,-2.63l1.12,-2.1l2.51,-0.16l0.28,-0.25l0.73,-4.22l0.58,-1.9l2.59,2.84l2.0,1.1ZM773.66,187.36l-0.92,2.24l-0.01,0.2l0.4,1.3l-1.18,1.81l-3.06,1.28l-4.35,0.17l-0.19,0.08l-3.4,3.06l-1.36,-0.87l-0.1,-1.95l-0.34,-0.28l-4.35,0.62l-2.99,1.33l-2.87,0.05l-0.28,0.2l0.09,0.33l2.37,1.93l-1.57,4.44l-1.35,0.97l-0.9,-0.79l0.57,-2.32l-0.15,-0.34l-1.5,-0.77l-0.81,-1.53l2.04,-0.75l0.14,-0.1l1.28,-1.72l2.47,-1.43l1.84,-1.92l4.83,-0.82l2.62,0.57l0.33,-0.16l2.45,-4.77l1.38,1.14l0.38,0.0l5.1,-4.02l0.09,-0.11l1.57,-3.57l0.02,-0.16l-0.42,-3.22l0.94,-1.67l2.27,-0.47l1.26,3.82l-0.07,2.23l-2.26,2.86l-0.06,0.19l0.04,2.93ZM757.85,196.18l0.22,0.66l-1.11,1.33l-0.8,-0.7l-0.33,-0.04l-1.28,0.65l-0.14,0.15l-0.54,1.34l-1.17,-0.57l0.02,-1.03l1.2,-1.45l1.24,0.28l0.29,-0.1l0.9,-1.03l1.51,0.5Z", "name": "Japan"}, "BI": {"path": "M494.7,295.83l-0.14,-2.71l-0.04,-0.13l-0.34,-0.62l0.93,0.12l0.3,-0.16l0.67,-1.25l0.9,0.11l0.11,0.76l0.08,0.16l0.46,0.48l0.02,0.56l-0.55,0.48l-0.96,1.29l-0.82,0.82l-0.61,0.07Z", "name": "Burundi"}, "BJ": {"path": "M427.4,268.94l-1.58,0.22l-0.52,-1.45l0.11,-5.73l-0.08,-0.21l-0.43,-0.44l-0.09,-1.13l-0.09,-0.19l-1.52,-1.52l0.24,-1.01l0.7,-0.23l0.18,-0.16l0.45,-0.97l1.07,-0.21l0.19,-0.12l0.53,-0.73l0.73,-0.65l0.68,-0.0l1.69,1.3l-0.08,0.67l0.02,0.14l0.52,1.38l-0.44,0.9l-0.01,0.24l0.2,0.52l-1.1,1.42l-0.76,0.76l-0.08,0.13l-0.47,1.59l0.05,1.69l-0.13,3.79Z", "name": "Benin"}, "BT": {"path": "M650.38,213.78l0.88,0.75l-0.13,1.24l-1.77,0.07l-2.1,-0.18l-1.57,0.4l-2.02,-0.91l-0.02,-0.24l1.54,-1.87l1.18,-0.6l1.67,0.59l1.32,0.08l1.01,0.67Z", "name": "Bhutan"}, "JM": {"path": "M226.67,238.37l1.64,0.23l1.2,0.56l0.11,0.19l-1.25,0.03l-0.14,0.04l-0.65,0.37l-1.24,-0.37l-1.17,-0.77l0.11,-0.22l0.86,-0.15l0.52,0.08Z", "name": "Jamaica"}, "BW": {"path": "M484.91,331.96l0.53,0.52l0.82,1.53l2.83,2.86l0.14,0.08l0.85,0.22l0.03,0.81l0.74,1.66l0.21,0.17l1.87,0.39l1.17,0.87l-3.13,1.71l-2.3,2.01l-0.07,0.1l-0.82,1.74l-0.66,0.88l-1.24,0.19l-0.24,0.2l-0.65,1.98l-1.4,0.55l-1.9,-0.12l-1.2,-0.74l-1.06,-0.32l-0.22,0.02l-1.22,0.62l-0.14,0.14l-0.58,1.21l-1.16,0.79l-1.18,1.13l-1.5,0.23l-0.4,-0.68l0.22,-1.53l-0.04,-0.19l-1.48,-2.54l-0.11,-0.11l-0.53,-0.31l-0.0,-7.25l2.18,-0.08l0.29,-0.3l0.07,-9.0l1.63,-0.08l3.69,-0.86l0.84,0.93l0.38,0.05l1.53,-0.97l0.79,-0.03l1.3,-0.53l0.23,0.1l0.92,1.96Z", "name": "Botswana"}, "BR": {"path": "M259.49,274.87l1.42,0.25l1.97,0.62l0.28,-0.05l0.67,-0.55l1.76,-0.38l2.8,-0.94l0.12,-0.08l0.92,-0.96l0.05,-0.33l-0.15,-0.32l0.73,-0.06l0.36,0.35l-0.27,0.93l0.17,0.36l0.76,0.34l0.44,0.9l-0.58,0.73l-0.06,0.13l-0.4,2.13l0.03,0.19l0.62,1.22l0.17,1.11l0.11,0.19l1.54,1.18l0.15,0.06l1.23,0.12l0.29,-0.15l0.2,-0.36l0.71,-0.11l1.13,-0.44l0.79,-0.63l1.25,0.19l0.65,-0.08l1.32,0.2l0.32,-0.18l0.23,-0.51l-0.05,-0.31l-0.31,-0.37l0.11,-0.31l0.75,0.17l0.13,0.0l1.1,-0.24l1.34,0.5l1.08,0.51l0.33,-0.05l0.67,-0.58l0.27,0.05l0.28,0.57l0.31,0.17l1.2,-0.18l0.17,-0.08l1.03,-1.05l0.76,-1.82l1.39,-2.16l0.49,-0.07l0.52,1.17l1.4,4.37l0.2,0.2l1.14,0.35l0.05,1.39l-1.8,1.97l0.01,0.42l0.78,0.75l0.18,0.08l4.16,0.37l0.08,2.25l0.5,0.22l1.78,-1.54l2.98,0.85l4.07,1.5l1.07,1.28l-0.37,1.23l0.36,0.38l2.83,-0.75l4.8,1.3l3.75,-0.09l3.6,2.02l3.27,2.84l1.93,0.72l2.13,0.11l0.76,0.66l1.22,4.56l-0.96,4.03l-1.22,1.58l-3.52,3.51l-1.63,2.91l-1.75,2.09l-0.5,0.04l-0.26,0.19l-0.72,1.99l0.18,4.76l-0.95,5.56l-0.74,0.96l-0.06,0.15l-0.43,3.39l-2.49,3.34l-0.06,0.13l-0.4,2.56l-1.9,1.07l-0.13,0.16l-0.51,1.38l-2.59,0.0l-3.94,1.01l-1.82,1.19l-2.85,0.81l-3.01,2.17l-2.12,2.65l-0.06,0.13l-0.36,2.0l0.01,0.13l0.4,1.42l-0.45,2.63l-0.53,1.23l-1.76,1.53l-2.76,4.79l-2.16,2.15l-1.69,1.29l-0.09,0.12l-1.12,2.6l-1.3,1.26l-0.45,-1.02l0.99,-1.18l0.01,-0.37l-1.5,-1.95l-1.98,-1.54l-2.58,-1.77l-0.2,-0.05l-0.81,0.07l-2.42,-2.05l-0.25,-0.07l-0.77,0.14l2.75,-3.07l2.8,-2.61l1.67,-1.09l2.11,-1.49l0.13,-0.24l0.05,-2.15l-0.07,-0.2l-1.26,-1.54l-0.35,-0.09l-0.64,0.27l0.3,-0.95l0.34,-1.57l0.01,-1.52l-0.16,-0.26l-0.9,-0.48l-0.27,-0.01l-0.86,0.39l-0.65,-0.08l-0.23,-0.8l-0.23,-2.39l-0.04,-0.12l-0.47,-0.79l-0.14,-0.12l-1.69,-0.71l-0.25,0.01l-0.93,0.47l-2.29,-0.44l0.15,-3.3l-0.03,-0.15l-0.62,-1.22l0.57,-0.39l0.13,-0.3l-0.22,-1.37l0.67,-1.13l0.44,-2.04l-0.01,-0.17l-0.59,-1.61l-0.14,-0.16l-1.25,-0.66l-0.22,-0.82l0.35,-1.41l-0.28,-0.37l-4.59,-0.1l-0.78,-2.41l0.34,-0.02l0.28,-0.31l-0.03,-1.1l-0.05,-0.16l-0.45,-0.68l-0.1,-1.4l-0.16,-0.24l-1.45,-0.76l-0.14,-0.03l-1.48,0.02l-1.04,-0.73l-1.62,-0.48l-0.93,-0.9l-0.16,-0.08l-2.72,-0.41l-2.53,-2.12l0.18,-1.54l-0.01,-0.13l-0.29,-0.91l0.26,-1.83l-0.34,-0.34l-3.28,0.43l-0.14,0.05l-1.3,0.93l-2.16,1.01l-0.12,0.09l-0.47,0.65l-1.12,0.05l-1.84,-0.21l-0.12,0.01l-1.33,0.41l-0.82,-0.21l0.16,-3.6l-0.48,-0.26l-1.97,1.43l-1.96,-0.06l-0.86,-1.23l-0.22,-0.13l-1.23,-0.11l0.34,-0.69l-0.05,-0.33l-1.36,-1.5l-0.92,-2.0l0.45,-0.32l0.13,-0.25l-0.0,-0.87l1.34,-0.64l0.17,-0.32l-0.23,-1.23l0.56,-0.77l0.05,-0.13l0.16,-1.03l2.7,-1.61l2.01,-0.47l0.16,-0.09l0.24,-0.27l2.11,0.11l0.31,-0.25l1.13,-6.87l0.06,-1.12l-0.4,-1.53l-0.1,-0.15l-1.0,-0.82l0.01,-1.45l1.08,-0.32l0.39,0.2l0.44,-0.24l0.08,-0.96l-0.25,-0.32l-1.22,-0.22l-0.02,-1.01l4.57,0.05l0.22,-0.09l0.6,-0.63l0.44,0.5l0.47,1.42l0.45,0.16l0.27,-0.18l1.21,1.16l0.23,0.08l1.95,-0.16l0.23,-0.14l0.43,-0.67l1.76,-0.55l1.05,-0.42l0.18,-0.2l0.25,-0.92l1.65,-0.66l0.18,-0.35l-0.14,-0.53l-0.26,-0.22l-1.91,-0.19l-0.29,-1.33l0.1,-1.64l-0.15,-0.28l-0.44,-0.25Z", "name": "Brazil"}, "BS": {"path": "M227.51,216.69l0.3,0.18l-0.24,1.07l0.03,-1.04l-0.09,-0.21ZM226.5,224.03l-0.13,0.03l-0.54,-1.3l-0.09,-0.12l-0.78,-0.64l0.4,-1.26l0.33,0.05l0.79,2.0l0.01,1.24ZM225.76,216.5l-2.16,0.34l-0.07,-0.41l0.85,-0.16l1.36,0.07l0.02,0.16Z", "name": "The Bahamas"}, "BY": {"path": "M480.08,135.28l2.09,0.02l0.13,-0.03l2.72,-1.3l0.16,-0.19l0.55,-1.83l1.94,-1.06l0.15,-0.31l-0.2,-1.33l1.33,-0.52l2.58,-1.3l2.39,0.8l0.3,0.75l0.37,0.17l1.22,-0.39l2.18,0.75l0.2,1.36l-0.48,0.85l0.01,0.32l1.57,2.26l0.92,0.6l-0.1,0.41l0.19,0.35l1.61,0.57l0.48,0.6l-0.64,0.49l-1.91,-0.11l-0.18,0.05l-0.48,0.32l-0.1,0.39l0.57,1.1l0.51,1.78l-1.79,0.17l-0.18,0.08l-0.77,0.73l-0.09,0.19l-0.13,1.31l-0.75,-0.22l-2.11,0.15l-0.56,-0.66l-0.39,-0.06l-0.8,0.49l-0.79,-0.4l-0.13,-0.03l-1.94,-0.07l-2.76,-0.79l-2.58,-0.27l-1.98,0.07l-0.15,0.05l-1.31,0.86l-0.8,0.09l-0.04,-1.16l-0.03,-0.12l-0.63,-1.28l1.22,-0.56l0.17,-0.27l0.01,-1.35l-0.04,-0.15l-0.66,-1.24l-0.08,-1.12Z", "name": "Belarus"}, "BZ": {"path": "M198.03,239.7l0.28,0.19l0.43,-0.1l0.82,-1.42l0.0,0.07l0.29,0.29l0.16,0.0l-0.02,0.35l-0.39,1.08l0.02,0.25l0.16,0.29l-0.23,0.8l0.04,0.24l0.09,0.14l-0.25,1.12l-0.38,0.53l-0.33,0.06l-0.21,0.15l-0.41,0.74l-0.25,0.0l0.17,-2.58l0.01,-2.2Z", "name": "Belize"}, "RU": {"path": "M688.57,38.85l0.63,2.39l0.44,0.19l2.22,-1.23l7.18,0.07l5.54,2.49l1.85,1.77l-0.55,2.34l-2.64,1.42l-6.57,2.76l-1.95,1.5l0.12,0.53l3.09,0.68l3.69,1.23l0.21,-0.01l1.98,-0.81l1.16,2.84l0.5,0.08l1.03,-1.18l3.86,-0.74l7.79,0.78l0.56,2.05l0.27,0.22l10.47,0.71l0.32,-0.29l0.13,-3.34l4.98,0.8l3.96,-0.02l3.88,2.43l1.06,2.79l-1.38,1.83l0.01,0.38l3.15,3.64l0.1,0.08l3.94,1.86l0.4,-0.14l2.28,-4.56l3.75,1.94l0.22,0.02l4.18,-1.22l4.76,1.4l0.26,-0.04l1.74,-1.23l3.98,0.63l0.32,-0.41l-1.71,-4.1l3.0,-1.86l22.39,3.04l2.06,2.67l0.1,0.08l6.55,3.51l0.17,0.03l10.08,-0.86l4.86,0.73l1.91,1.72l-0.29,3.13l0.18,0.31l3.08,1.26l0.19,0.01l3.32,-0.9l4.37,-0.11l4.78,0.87l4.61,-0.48l4.26,3.82l0.32,0.05l3.1,-1.4l0.12,-0.45l-1.91,-2.67l0.92,-1.64l7.78,1.22l5.22,-0.26l7.12,2.1l9.6,5.22l6.4,4.15l-0.2,2.44l0.14,0.28l1.69,1.04l0.45,-0.31l-0.51,-2.66l6.31,0.58l4.52,3.61l-2.1,1.52l-4.02,0.42l-0.27,0.29l-0.06,3.83l-0.81,0.67l-2.14,-0.11l-1.91,-1.39l-3.19,-1.13l-0.51,-1.63l-0.21,-0.2l-2.54,-0.67l-0.13,-0.0l-2.69,0.5l-1.12,-1.19l0.48,-1.36l-0.38,-0.39l-3.0,0.98l-0.17,0.44l1.02,1.76l-1.27,1.55l-3.09,1.71l-3.15,-0.29l-0.3,0.18l0.07,0.34l2.22,2.1l1.47,3.22l1.15,1.09l0.25,1.41l-0.48,0.76l-4.47,-0.81l-0.17,0.02l-6.97,2.9l-2.2,0.44l-0.11,0.05l-3.83,2.68l-3.63,2.32l-0.1,0.11l-0.76,1.4l-3.3,-2.4l-0.3,-0.03l-6.31,2.85l-0.99,-1.21l-0.4,-0.06l-2.32,1.54l-3.23,-0.49l-0.33,0.2l-0.79,2.39l-2.97,3.51l-0.07,0.21l0.09,1.47l0.22,0.27l2.62,0.74l-0.3,4.7l-2.06,0.12l-0.26,0.2l-1.07,2.94l0.04,0.27l0.83,1.19l-4.03,1.63l-0.18,0.21l-0.83,3.72l-3.55,0.79l-0.23,0.23l-0.73,3.32l-3.22,2.76l-0.76,-1.88l-1.07,-4.88l-1.39,-7.59l1.17,-4.76l2.05,-2.08l0.09,-0.19l0.11,-1.46l3.67,-0.77l0.15,-0.08l4.47,-4.61l4.29,-3.82l4.48,-3.01l0.11,-0.14l2.01,-5.43l-0.31,-0.4l-3.04,0.33l-0.24,0.17l-1.47,3.11l-5.98,3.94l-1.91,-4.36l-0.33,-0.17l-6.46,1.3l-0.15,0.08l-6.27,6.33l-0.01,0.41l1.7,1.87l-5.04,0.87l-3.51,0.34l0.16,-2.32l-0.26,-0.32l-3.89,-0.56l-0.19,0.04l-3.02,1.77l-7.63,-0.63l-8.24,1.1l-0.16,0.07l-8.11,7.09l-9.6,8.31l0.16,0.52l3.79,0.42l1.16,2.03l0.17,0.14l2.43,0.76l0.31,-0.08l1.5,-1.61l2.49,0.2l3.46,3.6l0.08,2.67l-1.91,3.26l-0.04,0.14l-0.21,3.91l-1.11,5.09l-3.73,4.55l-0.87,2.21l-6.73,7.14l-1.59,1.77l-3.23,1.72l-1.38,0.03l-1.48,-1.39l-0.37,-0.03l-3.36,2.22l-0.11,0.14l-0.16,0.42l-0.01,-1.09l1.0,-0.06l0.28,-0.27l0.36,-3.6l-0.61,-2.51l1.85,-0.94l2.94,0.53l0.32,-0.15l1.71,-3.1l0.84,-3.38l0.97,-1.18l1.32,-2.88l-0.34,-0.42l-4.14,0.95l-2.18,1.25l-3.51,-0.0l-0.95,-2.81l-0.1,-0.14l-2.97,-2.3l-0.11,-0.05l-4.19,-1.0l-0.89,-3.08l-0.87,-2.03l-0.95,-1.46l-1.54,-3.37l-0.12,-0.14l-2.27,-1.28l-3.83,-1.02l-3.37,0.1l-3.11,0.61l-0.13,0.06l-2.07,1.69l0.04,0.49l1.23,0.72l0.03,1.53l-1.34,1.05l-2.26,3.51l-0.05,0.17l0.02,1.27l-3.25,1.9l-2.87,-1.17l-0.14,-0.02l-2.86,0.26l-1.22,-1.02l-0.12,-0.06l-1.5,-0.35l-0.23,0.04l-3.62,2.27l-3.24,0.53l-2.28,0.79l-3.08,-0.51l-2.24,0.03l-1.49,-1.61l-2.45,-1.57l-0.11,-0.04l-2.6,-0.43l-3.17,0.43l-2.31,0.59l-3.31,-1.28l-0.45,-2.31l-0.21,-0.23l-2.94,-0.85l-2.26,-0.39l-2.77,-1.36l-0.37,0.09l-2.59,3.45l-0.03,0.32l0.91,1.74l-2.15,2.01l-3.47,-0.79l-2.44,-0.12l-1.59,-1.46l-0.2,-0.08l-2.55,-0.05l-2.12,-0.98l-0.24,-0.01l-3.85,1.57l-4.74,2.79l-2.59,0.55l-0.79,0.21l-1.21,-1.81l-0.29,-0.13l-3.05,0.41l-0.96,-1.25l-0.14,-0.1l-1.65,-0.6l-1.15,-1.82l-0.13,-0.12l-1.38,-0.6l-0.19,-0.02l-3.49,0.82l-3.35,-1.85l-0.38,0.08l-1.08,1.4l-5.36,-8.17l-3.02,-2.52l0.72,-0.85l0.01,-0.38l-0.37,-0.08l-6.22,3.21l-1.98,0.16l0.17,-1.51l-0.2,-0.31l-3.22,-1.17l-0.19,-0.0l-2.3,0.74l-0.72,-3.27l-0.24,-0.23l-4.5,-0.75l-0.21,0.04l-2.2,1.42l-6.21,1.27l-0.11,0.05l-1.16,0.81l-9.3,1.19l-0.18,0.09l-1.15,1.17l-0.02,0.39l1.56,2.01l-2.02,0.74l-0.16,0.42l0.35,0.68l-2.18,1.49l0.02,0.51l3.83,2.16l-0.45,1.13l-3.31,-0.13l-0.25,0.12l-0.57,0.77l-2.97,-1.59l-0.15,-0.04l-3.97,0.07l-0.13,0.03l-2.53,1.32l-2.84,-1.28l-5.52,-2.3l-0.12,-0.02l-3.91,0.09l-0.16,0.05l-5.17,3.6l-0.13,0.21l-0.25,1.89l-2.17,-1.6l-0.44,0.1l-2.0,3.59l0.06,0.37l0.55,0.5l-1.32,2.23l0.04,0.36l2.13,2.17l0.23,0.09l1.7,-0.08l1.42,1.89l-0.23,1.5l0.19,0.32l0.94,0.38l-0.89,1.44l-2.3,0.49l-0.17,0.11l-2.49,3.2l0.0,0.37l2.2,2.81l-0.23,1.93l0.06,0.22l2.56,3.32l-1.27,1.02l-0.4,0.66l-0.8,-0.15l-1.65,-1.75l-0.18,-0.09l-0.66,-0.09l-1.45,-0.64l-0.72,-1.16l-0.18,-0.13l-2.34,-0.63l-0.17,0.0l-1.32,0.41l-0.31,-0.4l-0.12,-0.09l-3.49,-1.48l-3.67,-0.49l-2.1,-0.52l-0.3,0.1l-0.12,0.14l-2.96,-2.4l-2.89,-1.19l-1.69,-1.42l1.27,-0.35l0.16,-0.1l2.08,-2.61l-0.04,-0.41l-1.02,-0.9l3.21,-1.12l0.2,-0.31l-0.07,-0.69l-0.37,-0.26l-1.86,0.42l0.05,-0.86l1.11,-0.76l2.35,-0.23l0.25,-0.19l0.39,-1.07l0.0,-0.19l-0.51,-1.64l0.95,-1.58l0.04,-0.16l-0.03,-0.95l-0.22,-0.28l-3.69,-1.06l-1.43,0.02l-1.45,-1.44l-0.29,-0.08l-1.83,0.49l-2.88,-1.04l0.04,-0.42l-0.04,-0.18l-0.89,-1.43l-0.23,-0.14l-1.77,-0.14l-0.13,-0.66l0.52,-0.56l0.01,-0.4l-1.6,-1.9l-0.27,-0.1l-2.55,0.32l-0.71,-0.16l-0.3,0.1l-0.53,0.63l-0.58,-0.08l-0.56,-1.97l-0.48,-0.94l0.17,-0.11l1.92,0.11l0.2,-0.06l0.97,-0.74l0.05,-0.42l-0.72,-0.91l-0.13,-0.1l-1.43,-0.51l0.09,-0.36l-0.13,-0.33l-0.97,-0.59l-1.43,-2.06l0.44,-0.77l0.04,-0.19l-0.25,-1.64l-0.2,-0.24l-2.45,-0.84l-0.19,-0.0l-1.05,0.34l-0.25,-0.62l-0.18,-0.17l-2.5,-0.84l-0.74,-1.93l-0.21,-1.7l-0.13,-0.21l-0.92,-0.63l0.83,-0.89l0.07,-0.27l-0.71,-3.26l1.69,-2.01l0.03,-0.34l-0.24,-0.41l2.63,-1.9l-0.01,-0.49l-2.31,-1.57l5.08,-4.61l2.33,-2.24l1.01,-2.08l-0.09,-0.37l-3.52,-2.56l0.94,-2.38l-0.04,-0.29l-2.14,-2.86l1.61,-3.35l-0.01,-0.29l-2.81,-4.58l2.19,-3.04l-0.06,-0.42l-3.7,-2.76l0.32,-2.67l1.87,-0.38l4.26,-1.77l2.46,-1.47l3.96,2.58l0.12,0.05l6.81,1.04l9.37,4.87l1.81,1.92l0.15,2.55l-2.61,2.06l-3.95,1.07l-11.1,-3.15l-0.17,0.0l-1.84,0.53l-0.1,0.53l3.97,2.97l0.15,1.77l0.16,4.14l0.19,0.27l3.21,1.22l1.94,1.03l0.44,-0.22l0.32,-1.94l-0.07,-0.25l-1.32,-1.52l1.25,-1.2l5.87,2.45l0.24,-0.01l2.11,-0.98l0.13,-0.42l-1.55,-2.75l5.52,-3.84l2.13,0.22l2.28,1.42l0.43,-0.12l1.46,-2.87l-0.04,-0.33l-1.97,-2.37l1.14,-2.38l-0.02,-0.3l-1.42,-2.07l6.15,1.22l1.14,1.92l-2.74,0.46l-0.25,0.3l0.02,2.36l0.12,0.24l1.97,1.44l0.25,0.05l3.87,-0.91l0.22,-0.23l0.58,-2.55l5.09,-1.98l8.67,-3.69l1.22,0.14l-2.06,2.2l0.18,0.5l3.11,0.45l0.23,-0.07l1.71,-1.41l4.59,-0.12l0.12,-0.03l3.53,-1.72l2.7,2.48l0.42,-0.01l2.85,-2.88l-0.0,-0.43l-2.42,-2.35l1.0,-1.13l7.2,1.31l3.42,1.36l9.06,4.97l0.39,-0.08l1.67,-2.27l-0.04,-0.4l-2.46,-2.23l-0.06,-0.82l-0.26,-0.27l-2.64,-0.38l0.69,-1.76l0.0,-0.22l-1.32,-3.47l-0.07,-1.27l4.52,-4.09l0.08,-0.11l1.6,-4.18l1.67,-0.84l6.33,1.2l0.46,2.31l-2.31,3.67l0.05,0.38l1.49,1.41l0.77,3.04l-0.56,6.05l0.09,0.24l2.62,2.54l-0.99,2.65l-4.87,5.96l0.17,0.48l2.86,0.61l0.31,-0.13l0.94,-1.42l2.67,-1.04l0.18,-0.19l0.64,-2.01l2.11,-1.98l0.05,-0.37l-1.38,-2.32l1.11,-2.74l-0.24,-0.41l-2.53,-0.33l-0.53,-2.16l1.96,-4.42l-0.05,-0.32l-3.03,-3.48l4.21,-2.94l0.12,-0.3l-0.52,-3.04l0.72,-0.06l1.18,2.35l-0.97,4.39l0.2,0.35l2.68,0.84l0.37,-0.38l-1.05,-3.07l3.89,-1.71l5.05,-0.24l4.55,2.62l0.36,-0.05l0.05,-0.36l-2.19,-3.84l-0.23,-4.78l4.07,-0.92l5.98,0.21l5.47,-0.64l0.2,-0.48l-1.88,-2.37l2.65,-2.99l2.75,-0.13l0.12,-0.03l4.82,-2.48l6.56,-0.67l0.23,-0.14l0.76,-1.27l6.33,-0.46l1.97,1.11l0.28,0.01l5.55,-2.71l4.53,0.08l0.29,-0.21l0.67,-2.18l2.29,-2.15l5.75,-2.13l3.48,1.4l-2.7,1.03l-0.19,0.31l0.26,0.26l5.47,0.78ZM871.83,65.73l0.25,-0.15l1.99,0.01l3.3,1.2l-0.08,0.22l-2.41,1.03l-5.73,0.49l-0.31,-1.0l2.99,-1.8ZM797.64,48.44l-2.22,1.51l-3.85,-0.43l-4.35,-1.85l0.42,-1.13l4.42,0.72l5.59,1.17ZM783.82,46.06l-1.71,3.25l-9.05,-0.14l-4.11,1.15l-4.64,-3.04l1.21,-3.13l3.11,-0.91l6.53,0.22l8.66,2.59ZM780.37,145.71l2.28,5.23l-3.09,-0.89l-0.37,0.19l-1.54,4.65l0.04,0.27l2.38,3.17l-0.05,1.4l-1.41,-1.41l-0.46,0.04l-1.23,1.81l-0.33,-1.86l0.28,-3.1l-0.28,-3.41l0.58,-2.46l0.11,-4.39l-0.03,-0.13l-1.44,-3.2l0.21,-4.39l2.19,-1.49l0.09,-0.41l-0.81,-1.3l0.48,-0.21l0.56,1.94l0.86,3.23l-0.05,3.36l1.03,3.35ZM780.16,57.18l-3.4,0.03l-5.06,-0.53l1.97,-1.59l2.95,-0.42l3.35,1.75l0.18,0.77ZM683.84,31.18l-13.29,1.97l4.16,-6.56l1.88,-0.58l1.77,0.34l6.08,3.02l-0.6,1.8ZM670.94,28.02l-5.18,0.65l-6.89,-1.58l-4.03,-2.07l-1.88,-3.98l-0.18,-0.16l-2.8,-0.93l5.91,-3.62l5.25,-1.29l4.73,2.88l5.63,5.44l-0.57,4.66ZM564.37,68.98l-0.85,0.23l-7.93,-0.57l-0.6,-1.84l-0.21,-0.2l-4.34,-1.18l-0.3,-2.08l2.34,-0.92l0.19,-0.29l-0.08,-2.43l4.85,-4.0l-0.12,-0.52l-1.68,-0.43l5.47,-3.94l0.11,-0.33l-0.6,-2.02l5.36,-2.55l8.22,-3.27l8.29,-0.96l4.34,-1.94l4.67,-0.65l1.45,1.72l-1.43,1.37l-8.8,2.52l-7.65,2.42l-7.92,4.84l-3.73,4.75l-3.92,4.58l-0.07,0.23l0.51,3.88l0.11,0.2l4.32,3.39ZM548.86,18.57l-3.28,0.75l-2.25,0.44l-0.22,0.19l-0.3,0.81l-2.67,0.86l-2.27,-1.14l1.2,-1.51l-0.23,-0.49l-3.14,-0.1l2.48,-0.54l3.55,-0.07l0.44,1.36l0.49,0.12l1.4,-1.35l2.2,-0.9l3.13,1.08l-0.54,0.49ZM477.5,133.25l-4.21,0.05l-2.69,-0.34l0.39,-1.03l3.24,-1.06l2.51,0.58l0.85,0.43l-0.2,0.71l-0.0,0.15l0.12,0.52Z", "name": "Russia"}, "RW": {"path": "M497.03,288.12l0.78,1.11l-0.12,1.19l-0.49,0.21l-1.25,-0.15l-0.3,0.16l-0.67,1.24l-1.01,-0.13l0.16,-0.92l0.22,-0.12l0.15,-0.24l0.09,-1.37l0.49,-0.48l0.42,0.18l0.25,-0.01l1.26,-0.65Z", "name": "Rwanda"}, "RS": {"path": "M469.75,168.65l0.21,-0.21l0.36,-1.44l-0.08,-0.29l-1.06,-1.03l0.54,-1.16l-0.28,-0.43l-0.26,0.0l0.55,-0.67l-0.01,-0.39l-0.77,-0.86l-0.45,-0.89l1.56,-0.67l1.39,0.12l1.22,1.1l0.26,0.91l0.16,0.19l1.38,0.66l0.17,1.12l0.14,0.21l1.46,0.9l0.35,-0.03l0.62,-0.54l0.09,0.06l-0.28,0.25l-0.03,0.42l0.29,0.34l-0.44,0.5l-0.07,0.26l0.22,1.12l0.07,0.14l1.02,1.1l-0.81,0.84l-0.42,0.96l0.04,0.3l0.12,0.15l-0.15,0.16l-1.04,0.04l-0.39,0.08l0.33,-0.81l-0.29,-0.41l-0.21,0.01l-0.39,-0.45l-0.13,-0.09l-0.32,-0.11l-0.27,-0.4l-0.14,-0.11l-0.4,-0.16l-0.31,-0.37l-0.34,-0.09l-0.45,0.17l-0.18,0.18l-0.29,0.84l-0.96,-0.65l-0.81,-0.33l-0.32,-0.37l-0.22,-0.18Z", "name": "Republic of Serbia"}, "LT": {"path": "M478.13,133.31l-0.14,-0.63l0.25,-0.88l-0.15,-0.35l-1.17,-0.58l-2.43,-0.57l-0.45,-2.51l2.58,-0.97l4.14,0.22l2.3,-0.32l0.26,0.54l0.22,0.17l1.26,0.22l2.25,1.6l0.19,1.23l-1.87,1.01l-0.14,0.18l-0.54,1.83l-2.54,1.21l-2.18,-0.02l-0.52,-0.91l-0.18,-0.14l-1.11,-0.32Z", "name": "Lithuania"}, "LU": {"path": "M435.95,147.99l0.33,0.49l-0.11,1.07l-0.39,0.04l-0.29,-0.15l0.21,-1.4l0.25,-0.05Z", "name": "Luxembourg"}, "LR": {"path": "M401.37,273.67l-0.32,0.01l-2.48,-1.15l-2.24,-1.89l-2.14,-1.38l-1.47,-1.42l0.44,-0.59l0.05,-0.13l0.12,-0.65l1.07,-1.3l1.08,-1.09l0.52,-0.07l0.43,-0.18l0.84,1.24l-0.15,0.89l0.07,0.25l0.49,0.54l0.22,0.1l0.71,0.01l0.27,-0.16l0.42,-0.83l0.19,0.02l-0.06,0.52l0.23,1.12l-0.5,1.03l0.06,0.35l0.73,0.69l0.14,0.08l0.71,0.15l0.92,0.91l0.06,0.76l-0.17,0.22l-0.06,0.15l-0.17,1.8Z", "name": "Liberia"}, "RO": {"path": "M477.94,155.19l1.02,-0.64l1.49,0.33l1.52,0.01l1.09,0.73l0.32,0.01l0.81,-0.46l1.8,-0.3l0.18,-0.1l0.54,-0.64l0.86,0.0l0.64,0.26l0.71,0.87l0.8,1.35l1.39,1.81l0.07,1.25l-0.26,1.3l0.01,0.15l0.45,1.42l0.15,0.18l1.12,0.57l0.25,0.01l1.05,-0.45l0.86,0.4l0.03,0.43l-0.92,0.51l-0.63,-0.24l-0.4,0.22l-0.64,3.41l-1.12,-0.24l-1.78,-1.09l-0.23,-0.04l-2.95,0.71l-1.25,0.77l-3.55,-0.16l-1.89,-0.47l-0.14,-0.0l-0.75,0.17l-0.61,-1.07l-0.3,-0.36l0.36,-0.32l-0.04,-0.48l-0.62,-0.38l-0.36,0.03l-0.62,0.54l-1.15,-0.71l-0.18,-1.14l-0.17,-0.22l-1.4,-0.67l-0.24,-0.86l-0.09,-0.14l-0.96,-0.87l1.49,-0.44l0.16,-0.11l1.51,-2.14l1.15,-2.09l1.44,-0.63Z", "name": "Romania"}, "GW": {"path": "M383.03,256.73l-1.12,-0.88l-0.14,-0.06l-0.94,-0.15l-0.43,-0.54l0.01,-0.27l-0.13,-0.26l-0.68,-0.48l-0.05,-0.16l0.99,-0.31l0.77,0.08l0.15,-0.02l0.61,-0.26l4.25,0.1l-0.02,0.44l-0.19,0.18l-0.08,0.29l0.17,0.66l-0.17,0.14l-0.44,0.0l-0.16,0.05l-0.57,0.37l-0.66,-0.04l-0.24,0.1l-0.92,1.03Z", "name": "Guinea Bissau"}, "GT": {"path": "M195.13,249.89l-1.05,-0.35l-1.5,-0.04l-1.06,-0.47l-1.19,-0.93l0.04,-0.53l0.27,-0.55l-0.03,-0.31l-0.24,-0.32l1.02,-1.77l3.04,-0.01l0.3,-0.28l0.06,-0.88l-0.19,-0.3l-0.3,-0.11l-0.23,-0.45l-0.11,-0.12l-0.9,-0.58l-0.35,-0.33l0.37,-0.0l0.3,-0.3l0.0,-1.15l4.05,0.02l-0.02,1.74l-0.2,2.89l0.3,0.32l0.67,-0.0l0.75,0.42l0.4,-0.11l-0.62,0.53l-1.17,0.7l-0.13,0.16l-0.18,0.49l0.0,0.21l0.14,0.34l-0.35,0.44l-0.49,0.13l-0.2,0.41l0.03,0.06l-0.27,0.16l-0.86,0.64l-0.12,0.22ZM199.35,245.38l0.07,-0.13l0.05,0.02l-0.13,0.11Z", "name": "Guatemala"}, "GR": {"path": "M487.2,174.55l-0.64,1.54l-0.43,0.24l-1.41,-0.08l-1.28,-0.28l-0.14,0.0l-3.03,0.77l-0.13,0.51l1.39,1.34l-0.78,0.29l-1.2,0.0l-1.23,-1.42l-0.47,0.02l-0.47,0.65l-0.04,0.27l0.56,1.76l0.06,0.11l1.02,1.12l-0.66,0.45l-0.04,0.46l1.39,1.35l1.15,0.79l0.02,1.06l-1.91,-0.63l-0.36,0.42l0.56,1.12l-1.2,0.23l-0.22,0.4l0.8,2.14l-1.15,0.02l-1.89,-1.15l-0.89,-2.19l-0.43,-1.91l-0.05,-0.11l-0.98,-1.35l-1.24,-1.62l-0.13,-0.63l1.07,-1.32l0.06,-0.14l0.13,-0.81l0.68,-0.36l0.16,-0.25l0.03,-0.54l1.4,-0.23l0.12,-0.05l0.87,-0.6l1.26,0.05l0.25,-0.11l0.34,-0.43l0.33,-0.07l1.81,0.08l0.13,-0.02l1.87,-0.77l1.64,0.97l0.19,0.04l2.28,-0.28l0.26,-0.29l0.02,-0.95l0.56,0.36ZM480.44,192.0l1.05,0.74l0.01,0.0l-1.26,-0.23l0.2,-0.51ZM481.76,192.79l1.86,-0.15l1.53,0.17l-0.02,0.19l0.34,0.3l-2.28,0.15l0.01,-0.13l-0.25,-0.31l-1.19,-0.22ZM485.65,193.28l0.65,-0.16l-0.05,0.12l-0.6,0.04Z", "name": "Greece"}, "GQ": {"path": "M444.81,282.04l-0.21,-0.17l0.74,-2.4l3.56,0.05l0.02,2.42l-3.34,-0.02l-0.76,0.13Z", "name": "Equatorial Guinea"}, "GY": {"path": "M271.34,264.25l1.43,0.81l1.44,1.53l0.06,1.19l0.28,0.28l0.84,0.05l2.13,1.92l-0.34,1.93l-1.37,0.59l-0.17,0.34l0.12,0.51l-0.43,1.21l0.03,0.26l1.11,1.82l0.26,0.14l0.56,0.0l0.32,1.29l1.25,1.78l-0.08,0.01l-1.34,-0.21l-0.24,0.06l-0.78,0.64l-1.06,0.41l-0.76,0.1l-0.22,0.15l-0.18,0.32l-0.95,-0.1l-1.38,-1.05l-0.19,-1.13l-0.6,-1.18l0.37,-1.96l0.65,-0.83l0.03,-0.32l-0.57,-1.17l-0.15,-0.14l-0.62,-0.27l0.25,-0.85l-0.08,-0.3l-0.58,-0.58l-0.24,-0.09l-1.15,0.1l-1.41,-1.58l0.48,-0.49l0.09,-0.22l-0.04,-0.92l1.31,-0.34l0.73,-0.52l0.04,-0.44l-0.75,-0.82l0.16,-0.66l1.74,-1.3Z", "name": "Guyana"}, "GE": {"path": "M525.41,174.19l0.26,-0.88l-0.0,-0.17l-0.63,-2.06l-0.1,-0.15l-1.45,-1.12l-0.11,-0.05l-1.31,-0.33l-0.66,-0.69l1.97,0.48l3.65,0.49l3.3,1.41l0.39,0.5l0.33,0.1l1.43,-0.45l2.14,0.58l0.7,1.14l0.13,0.12l1.06,0.47l-0.18,0.11l-0.08,0.43l1.08,1.41l-0.06,0.06l-1.16,-0.15l-1.82,-0.84l-0.31,0.04l-0.55,0.44l-3.29,0.44l-2.32,-1.41l-0.17,-0.04l-2.25,0.12Z", "name": "Georgia"}, "GB": {"path": "M412.82,118.6l-2.31,3.4l-0.0,0.33l0.31,0.13l2.52,-0.49l2.34,0.02l-0.56,2.51l-2.22,3.13l0.22,0.47l2.43,0.21l2.35,4.35l0.17,0.14l1.58,0.51l1.49,3.78l0.73,1.37l0.2,0.15l2.76,0.59l-0.25,1.75l-1.18,0.91l-0.08,0.39l0.87,1.49l-1.96,1.51l-3.31,-0.02l-4.15,0.88l-1.07,-0.59l-0.35,0.04l-1.55,1.44l-2.17,-0.35l-0.22,0.05l-1.61,1.15l-0.78,-0.38l3.31,-3.12l2.18,-0.7l0.21,-0.31l-0.26,-0.27l-3.78,-0.54l-0.48,-0.9l2.3,-0.92l0.13,-0.46l-1.29,-1.71l0.39,-1.83l3.46,0.29l0.32,-0.24l0.37,-1.99l-0.06,-0.24l-1.71,-2.17l-0.18,-0.11l-2.91,-0.58l-0.43,-0.68l0.82,-1.4l-0.03,-0.35l-0.82,-0.97l-0.46,0.01l-0.85,1.05l-0.11,-2.6l-0.05,-0.16l-1.19,-1.7l0.86,-3.53l1.81,-2.75l1.88,0.26l2.38,-0.24ZM406.39,132.84l-1.09,1.92l-1.65,-0.62l-1.26,0.02l0.41,-1.46l0.0,-0.16l-0.42,-1.51l1.62,-0.11l2.39,1.92Z", "name": "United Kingdom"}, "GA": {"path": "M448.76,294.47l-2.38,-2.34l-1.63,-2.04l-1.46,-2.48l0.06,-0.66l0.54,-0.81l0.61,-1.82l0.46,-1.69l0.63,-0.11l3.62,0.03l0.3,-0.3l-0.02,-2.75l0.88,-0.12l1.47,0.32l0.13,0.0l1.39,-0.3l-0.13,0.87l0.03,0.19l0.7,1.29l0.3,0.16l1.74,-0.19l0.36,0.29l-1.01,2.7l0.05,0.29l1.13,1.42l0.25,1.82l-0.3,1.56l-0.64,0.99l-1.93,-0.09l-1.26,-1.13l-0.5,0.17l-0.16,0.91l-1.48,0.27l-0.12,0.05l-0.86,0.63l-0.08,0.39l0.81,1.42l-1.48,1.08Z", "name": "Gabon"}, "GN": {"path": "M399.83,265.31l-0.69,-0.06l-0.3,0.16l-0.43,0.85l-0.39,-0.01l-0.3,-0.33l0.14,-0.87l-0.05,-0.22l-1.05,-1.54l-0.37,-0.11l-0.61,0.27l-0.84,0.12l0.02,-0.54l-0.04,-0.17l-0.35,-0.57l0.07,-0.63l-0.03,-0.17l-0.57,-1.11l-0.7,-0.9l-0.24,-0.12l-2.0,-0.0l-0.19,0.07l-0.51,0.42l-0.6,0.05l-0.21,0.11l-0.43,0.55l-0.3,0.7l-1.04,0.86l-0.91,-1.24l-1.0,-1.02l-0.69,-0.37l-0.52,-0.42l-0.3,-1.11l-0.37,-0.56l-0.1,-0.1l-0.4,-0.23l0.77,-0.85l0.62,0.04l0.18,-0.05l0.58,-0.38l0.46,-0.0l0.19,-0.07l0.39,-0.34l0.1,-0.3l-0.17,-0.67l0.15,-0.14l0.09,-0.2l0.03,-0.57l0.87,0.02l1.76,0.6l0.13,0.01l0.55,-0.06l0.22,-0.13l0.08,-0.12l1.18,0.17l0.17,-0.02l0.09,0.56l0.3,0.25l0.4,-0.0l0.14,-0.03l0.56,-0.29l0.23,0.05l0.63,0.59l0.15,0.07l1.07,0.2l0.24,-0.06l0.65,-0.52l0.77,-0.32l0.55,-0.32l0.3,0.04l0.44,0.45l0.34,0.74l0.84,0.87l-0.35,0.45l-0.06,0.15l-0.1,0.82l0.42,0.31l0.35,-0.16l0.05,0.04l-0.1,0.59l0.09,0.27l0.42,0.4l-0.06,0.02l-0.18,0.21l-0.2,0.86l0.03,0.21l0.56,1.02l0.52,1.71l-0.65,0.21l-0.15,0.12l-0.24,0.35l-0.03,0.28l0.16,0.41l-0.1,0.76l-0.12,0.0Z", "name": "Guinea"}, "GM": {"path": "M379.18,251.48l0.15,-0.55l2.51,-0.07l0.21,-0.09l0.48,-0.52l0.58,-0.03l0.91,0.58l0.16,0.05l0.78,0.01l0.14,-0.03l0.59,-0.31l0.16,0.24l-0.71,0.38l-0.94,-0.04l-1.02,-0.51l-0.3,0.01l-0.86,0.55l-0.37,0.02l-0.14,0.04l-0.53,0.31l-1.81,-0.04Z", "name": "Gambia"}, "GL": {"path": "M304.13,6.6l8.19,-3.63l8.72,0.28l0.19,-0.06l3.12,-2.28l8.75,-0.61l19.94,0.8l14.93,4.75l-3.92,2.01l-9.52,0.27l-13.48,0.6l-0.27,0.2l0.09,0.33l1.26,1.09l0.22,0.07l8.81,-0.67l7.49,2.07l0.19,-0.01l4.68,-1.78l1.76,1.84l-2.59,3.26l-0.01,0.36l0.34,0.11l6.35,-2.2l12.09,-2.32l7.31,1.14l1.17,2.13l-9.9,4.05l-1.43,1.32l-7.91,0.98l-0.26,0.31l0.29,0.29l5.25,0.25l-2.63,3.72l-2.02,3.61l-0.04,0.15l0.08,6.05l0.07,0.19l2.61,3.0l-3.4,0.2l-4.12,1.66l-0.04,0.54l4.5,2.67l0.53,3.9l-2.39,0.42l-0.19,0.48l2.91,3.83l-5.0,0.32l-0.27,0.22l0.12,0.33l2.69,1.84l-0.65,1.35l-3.36,0.71l-3.46,0.01l-0.21,0.51l3.05,3.15l0.02,1.53l-4.54,-1.79l-0.32,0.06l-1.29,1.26l0.11,0.5l3.33,1.15l3.17,2.74l0.85,3.29l-4.0,0.78l-1.83,-1.66l-3.1,-2.64l-0.36,-0.02l-0.13,0.33l0.8,2.92l-2.76,2.26l-0.09,0.33l0.28,0.2l6.59,0.19l2.47,0.18l-5.86,3.38l-6.76,3.43l-7.26,1.48l-2.73,0.02l-0.16,0.05l-2.67,1.72l-3.44,4.42l-5.28,2.86l-1.73,0.18l-3.33,1.01l-3.59,0.96l-0.15,0.1l-2.15,2.52l-0.07,0.19l-0.03,2.76l-1.21,2.49l-4.03,3.1l-0.1,0.33l0.98,2.94l-2.31,6.57l-3.21,0.21l-3.6,-3.0l-0.19,-0.07l-4.9,-0.02l-2.29,-1.97l-1.69,-3.78l-4.31,-4.86l-1.23,-2.52l-0.34,-3.58l-0.08,-0.17l-3.35,-3.67l0.85,-2.92l-0.09,-0.31l-1.5,-1.34l2.33,-4.7l3.67,-1.57l0.15,-0.13l1.02,-1.93l0.52,-3.47l-0.44,-0.31l-2.85,1.57l-1.33,0.64l-2.12,0.59l-2.81,-1.32l-0.15,-2.79l0.88,-2.17l2.09,-0.06l5.07,1.2l0.34,-0.17l-0.11,-0.37l-4.3,-2.9l-2.24,-1.58l-0.25,-0.05l-2.38,0.62l-1.7,-0.93l2.62,-4.1l-0.03,-0.36l-1.51,-1.75l-1.97,-3.3l-3.01,-5.21l-0.1,-0.11l-3.04,-1.85l0.03,-1.94l-0.18,-0.28l-6.82,-3.01l-5.35,-0.38l-6.69,0.21l-6.03,0.37l-2.81,-1.59l-3.84,-2.9l5.94,-1.5l5.01,-0.28l0.28,-0.29l-0.26,-0.31l-10.68,-1.38l-5.38,-2.1l0.27,-1.68l9.3,-2.6l9.18,-2.68l0.19,-0.16l0.97,-2.05l-0.18,-0.42l-6.29,-1.91l1.81,-1.9l8.58,-4.05l3.6,-0.63l0.23,-0.4l-0.92,-2.37l5.59,-1.5l7.66,-0.95l7.58,-0.05l2.65,1.84l0.31,0.02l6.52,-3.29l5.85,2.24l3.55,0.49l5.17,1.95l0.38,-0.16l-0.13,-0.39l-5.77,-3.16l0.29,-2.26Z", "name": "Greenland"}, "KW": {"path": "M540.87,207.81l0.41,0.94l-0.18,0.51l0.0,0.21l0.65,1.66l-1.15,0.05l-0.54,-1.12l-0.24,-0.17l-1.73,-0.2l1.44,-2.06l1.33,0.18Z", "name": "Kuwait"}, "GH": {"path": "M423.16,269.88l-3.58,1.34l-1.41,0.87l-2.13,0.69l-1.91,-0.61l0.09,-0.75l-0.03,-0.17l-1.04,-2.07l0.62,-2.7l1.04,-2.08l0.03,-0.19l-1.0,-5.46l0.05,-1.12l4.04,-0.11l1.08,0.18l0.18,-0.03l0.72,-0.36l0.75,0.13l-0.11,0.48l0.06,0.26l0.98,1.22l-0.0,1.77l0.24,1.99l0.05,0.13l0.55,0.81l-0.52,2.14l0.19,1.37l0.69,1.66l0.38,0.62Z", "name": "Ghana"}, "OM": {"path": "M568.16,231.0l-0.08,0.1l-0.84,1.61l-0.93,-0.11l-0.27,0.11l-0.58,0.73l-0.4,1.32l-0.01,0.14l0.29,1.61l-0.07,0.09l-1.0,-0.01l-0.16,0.04l-1.56,0.97l-0.14,0.2l-0.23,1.17l-0.41,0.4l-1.44,-0.02l-0.17,0.05l-0.98,0.65l-0.13,0.25l0.01,0.87l-0.97,0.57l-1.27,-0.22l-0.19,0.03l-1.63,0.84l-0.88,0.11l-2.55,-5.57l7.2,-2.49l0.19,-0.19l1.67,-5.23l-0.03,-0.25l-1.1,-1.78l0.05,-0.89l0.68,-1.03l0.05,-0.16l0.01,-0.89l0.96,-0.44l0.07,-0.5l-0.32,-0.26l0.16,-1.31l0.85,-0.01l1.03,1.67l0.09,0.09l1.4,0.96l0.11,0.05l1.82,0.34l1.37,0.45l1.75,2.32l0.13,0.1l0.7,0.26l-0.0,0.3l-1.25,2.19l-1.01,0.8ZM561.88,218.47l-0.01,0.02l-0.15,-0.29l0.3,-0.38l-0.14,0.65Z", "name": "Oman"}, "_3": {"path": "M543.2,261.06l-1.07,1.46l-1.65,1.99l-1.91,0.01l-8.08,-2.95l-0.89,-0.84l-0.9,-1.19l-0.81,-1.23l0.44,-0.73l0.76,-1.12l0.49,0.28l0.52,1.05l1.13,1.06l0.2,0.08l1.24,0.01l2.42,-0.65l2.77,-0.31l2.17,-0.78l1.31,-0.19l0.84,-0.43l1.03,-0.06l-0.01,4.54Z", "name": "Somaliland"}, "_2": {"path": "M384.23,230.37l0.07,-0.06l0.28,-0.89l0.99,-1.13l0.07,-0.13l0.8,-3.54l3.4,-2.8l0.09,-0.13l0.76,-2.17l0.07,5.5l-2.07,0.21l-0.24,0.17l-0.61,1.36l-0.02,0.16l0.43,3.46l-4.01,-0.01ZM391.82,218.2l0.07,-0.06l0.75,-1.93l1.86,-0.25l0.94,0.34l1.14,0.0l0.18,-0.06l0.73,-0.56l1.41,-0.08l-0.0,2.72l-7.08,-0.12Z", "name": "Western Sahara"}, "_1": {"path": "M472.71,172.84l-0.07,-0.43l-0.16,-0.22l-0.53,-0.27l-0.38,-0.58l0.3,-0.43l0.51,-0.19l0.18,-0.18l0.3,-0.87l0.12,-0.04l0.22,0.26l0.12,0.09l0.38,0.15l0.28,0.41l0.15,0.12l0.34,0.12l0.43,0.5l0.15,0.07l-0.12,0.3l-0.27,0.32l-0.03,0.18l-0.31,0.06l-1.48,0.47l-0.15,0.17Z", "name": "Kosovo"}, "_0": {"path": "M503.54,192.92l0.09,-0.17l0.41,0.01l-0.08,0.01l-0.42,0.15ZM504.23,192.76l1.02,0.02l0.4,-0.13l-0.09,0.29l0.03,0.08l-0.35,0.16l-0.24,-0.04l-0.06,-0.1l-0.18,-0.17l-0.19,-0.08l-0.33,-0.02Z", "name": "Northern Cyprus"}, "JO": {"path": "M510.26,200.93l0.28,-0.57l2.53,1.0l0.27,-0.02l4.57,-2.77l0.84,2.84l-0.28,0.25l-4.95,1.37l-0.14,0.49l2.24,2.48l-0.5,0.28l-0.13,0.14l-0.35,0.78l-1.76,0.35l-0.2,0.14l-0.57,0.94l-0.94,0.73l-2.45,-0.38l-0.03,-0.12l1.23,-4.32l-0.04,-1.1l0.34,-0.75l0.03,-0.12l0.0,-1.63Z", "name": "Jordan"}, "HR": {"path": "M455.49,162.73l1.53,0.09l0.24,-0.1l0.29,-0.34l0.64,0.38l0.14,0.04l0.98,0.06l0.32,-0.3l-0.01,-0.66l0.67,-0.25l0.19,-0.22l0.21,-1.11l1.72,-0.72l0.65,0.32l1.94,1.37l2.07,0.6l0.22,-0.02l0.67,-0.33l0.47,0.94l0.67,0.76l-0.63,0.77l-0.91,-0.55l-0.16,-0.04l-1.69,0.04l-2.2,-0.51l-1.17,0.07l-0.21,0.11l-0.36,0.42l-0.67,-0.53l-0.46,0.12l-0.52,1.29l0.05,0.31l1.21,1.42l0.58,0.99l1.15,1.14l0.95,0.68l0.92,1.23l0.1,0.09l1.75,0.91l-1.87,-0.89l-1.5,-1.11l-2.23,-0.88l-1.77,-1.9l0.12,-0.06l0.1,-0.47l-1.07,-1.22l-0.04,-0.94l-0.21,-0.27l-1.61,-0.49l-0.35,0.14l-0.53,0.93l-0.41,-0.57l0.04,-0.73Z", "name": "Croatia"}, "HT": {"path": "M237.82,234.68l1.35,0.1l1.95,0.37l0.18,1.15l-0.16,0.83l-0.51,0.37l-0.06,0.44l0.57,0.68l-0.02,0.22l-1.31,-0.35l-1.26,0.17l-1.49,-0.18l-0.15,0.02l-1.03,0.43l-1.02,-0.61l0.09,-0.36l2.04,0.32l1.9,0.21l0.19,-0.05l0.9,-0.58l0.05,-0.47l-1.05,-1.03l0.02,-0.86l-0.23,-0.3l-1.13,-0.29l0.18,-0.23Z", "name": "Haiti"}, "HU": {"path": "M461.96,157.92l0.68,-1.66l-0.03,-0.29l-0.15,-0.22l0.84,-0.0l0.3,-0.26l0.12,-0.84l0.88,0.57l0.98,0.38l0.16,0.01l2.1,-0.39l0.23,-0.21l0.14,-0.45l0.88,-0.1l1.06,-0.43l0.13,0.1l0.28,0.04l1.18,-0.4l0.14,-0.1l0.52,-0.67l0.63,-0.15l2.6,0.95l0.26,-0.03l0.38,-0.23l1.12,0.7l0.1,0.49l-1.31,0.57l-0.14,0.13l-1.18,2.14l-1.44,2.04l-1.85,0.55l-1.51,-0.13l-0.14,0.02l-1.92,0.82l-0.85,0.42l-1.91,-0.55l-1.83,-1.31l-0.74,-0.37l-0.44,-0.97l-0.26,-0.18Z", "name": "Hungary"}, "HN": {"path": "M202.48,251.87l-0.33,-0.62l-0.18,-0.14l-0.5,-0.15l0.13,-0.76l-0.11,-0.28l-0.34,-0.28l-0.6,-0.23l-0.18,-0.01l-0.81,0.22l-0.16,-0.24l-0.72,-0.39l-0.51,-0.48l-0.12,-0.07l-0.31,-0.09l0.24,-0.3l0.04,-0.3l-0.16,-0.4l0.1,-0.28l1.14,-0.69l1.0,-0.86l0.09,0.04l0.3,-0.05l0.47,-0.39l0.49,-0.03l0.14,0.13l0.29,0.06l0.31,-0.1l1.16,0.22l1.24,-0.08l0.81,-0.28l0.29,-0.25l0.63,0.1l0.69,0.18l0.65,-0.06l0.49,-0.2l1.04,0.32l0.38,0.06l0.7,0.44l0.71,0.56l0.92,0.41l0.1,0.11l-0.11,-0.01l-0.23,0.09l-0.3,0.3l-0.76,0.29l-0.58,0.0l-0.15,0.04l-0.45,0.26l-0.31,-0.07l-0.37,-0.34l-0.28,-0.07l-0.26,0.07l-0.18,0.15l-0.23,0.43l-0.04,-0.0l-0.33,0.28l-0.03,0.4l-0.76,0.61l-0.45,0.3l-0.15,0.16l-0.51,-0.36l-0.41,0.06l-0.45,0.56l-0.41,-0.01l-0.59,0.06l-0.27,0.31l0.04,0.96l-0.07,0.0l-0.25,0.16l-0.24,0.45l-0.42,0.06Z", "name": "Honduras"}, "PR": {"path": "M254.95,238.31l1.15,0.21l0.2,0.23l-0.36,0.36l-1.76,-0.01l-1.2,0.07l-0.09,-0.69l0.17,-0.18l1.89,0.01Z", "name": "Puerto Rico"}, "PS": {"path": "M509.66,201.06l-0.0,1.44l-0.29,0.63l-0.59,0.19l0.02,-0.11l0.52,-0.31l-0.02,-0.53l-0.41,-0.2l0.36,-1.28l0.41,0.17Z", "name": "West Bank"}, "PT": {"path": "M398.65,173.6l0.75,-0.63l0.7,-0.3l0.51,1.2l0.28,0.18l1.48,-0.0l0.2,-0.08l0.33,-0.3l1.16,0.08l0.52,1.11l-0.95,0.66l-0.13,0.24l-0.03,2.2l-0.33,0.35l-0.08,0.18l-0.08,1.17l-0.86,0.19l-0.2,0.44l0.93,1.64l-0.64,1.79l0.07,0.31l0.72,0.72l-0.24,0.56l-0.9,1.05l-0.07,0.26l0.17,0.77l-0.73,0.54l-1.18,-0.36l-0.16,-0.0l-0.85,0.21l0.31,-1.81l-0.23,-1.87l-0.23,-0.25l-0.99,-0.24l-0.49,-0.91l0.18,-1.72l0.93,-0.99l0.08,-0.16l0.17,-1.17l0.52,-1.76l-0.04,-1.36l-0.51,-1.14l-0.09,-0.8Z", "name": "Portugal"}, "PY": {"path": "M264.33,341.43l0.93,-2.96l0.07,-1.42l1.1,-2.1l4.19,-0.73l2.22,0.04l2.12,1.21l0.07,0.76l0.7,1.38l-0.16,3.48l0.24,0.31l2.64,0.5l0.19,-0.03l0.9,-0.45l1.47,0.62l0.38,0.64l0.23,2.35l0.3,1.07l0.25,0.21l0.93,0.12l0.16,-0.02l0.8,-0.37l0.61,0.33l-0.0,1.25l-0.33,1.53l-0.5,1.57l-0.39,2.26l-2.14,1.94l-1.85,0.4l-2.74,-0.4l-2.13,-0.62l2.26,-3.75l0.03,-0.24l-0.36,-1.18l-0.17,-0.19l-2.55,-1.03l-3.04,-1.95l-2.07,-0.43l-4.4,-4.12Z", "name": "Paraguay"}, "PA": {"path": "M213.65,263.79l0.18,-0.43l0.02,-0.18l-0.06,-0.28l0.23,-0.18l-0.01,-0.48l-0.4,-0.29l-0.01,-0.62l0.57,-0.13l0.68,0.69l-0.04,0.39l0.26,0.33l1.0,0.11l0.27,-0.1l0.49,0.44l0.24,0.07l1.34,-0.22l1.04,-0.62l1.49,-0.5l0.86,-0.73l0.99,0.11l0.18,0.28l1.35,0.08l1.02,0.4l0.78,0.72l0.71,0.53l-0.1,0.12l-0.05,0.3l0.53,1.34l-0.28,0.44l-0.6,-0.13l-0.36,0.22l-0.2,0.76l-0.41,-0.36l-0.44,-1.12l0.49,-0.53l-0.14,-0.49l-0.51,-0.14l-0.41,-0.72l-0.11,-0.11l-1.25,-0.7l-0.19,-0.04l-1.1,0.16l-0.22,0.15l-0.47,0.81l-0.9,0.56l-0.49,0.08l-0.22,0.17l-0.25,0.52l0.05,0.32l0.93,1.07l-0.41,0.21l-0.29,0.3l-0.81,0.09l-0.36,-1.26l-0.53,-0.1l-0.21,0.28l-0.5,-0.09l-0.44,-0.88l-0.22,-0.16l-0.99,-0.16l-0.61,-0.28l-0.13,-0.03l-1.0,0.0Z", "name": "Panama"}, "PG": {"path": "M808.4,298.6l0.62,0.46l1.19,1.56l1.04,0.77l-0.18,0.37l-0.42,0.15l-0.92,-0.82l-1.05,-1.53l-0.27,-0.96ZM804.09,296.06l-0.3,0.26l-0.36,-1.11l-0.66,-1.06l-2.55,-1.89l-1.42,-0.59l0.17,-0.15l1.16,0.6l0.85,0.55l1.01,0.58l0.97,1.02l0.9,0.76l0.24,1.03ZM796.71,297.99l0.15,0.82l0.34,0.24l1.43,-0.19l0.19,-0.11l0.68,-0.82l1.36,-0.87l0.13,-0.31l-0.21,-1.13l1.04,-0.03l0.3,0.25l-0.04,1.17l-0.74,1.34l-1.17,0.18l-0.22,0.15l-0.35,0.62l-2.51,1.13l-1.21,-0.0l-1.99,-0.71l-1.19,-0.58l0.07,-0.28l1.98,0.32l1.46,-0.2l0.24,-0.21l0.25,-0.79ZM789.24,303.52l0.11,0.15l2.19,1.62l1.6,2.62l0.27,0.14l1.09,-0.06l-0.07,0.77l0.23,0.32l1.23,0.27l-0.14,0.09l0.05,0.53l2.39,0.95l-0.11,0.28l-1.33,0.14l-0.51,-0.55l-0.18,-0.09l-4.59,-0.65l-1.87,-1.55l-1.38,-1.35l-1.28,-2.17l-0.16,-0.13l-3.27,-1.1l-0.19,0.0l-2.12,0.72l-1.58,0.85l-0.15,0.31l0.28,1.63l-1.65,0.73l-1.37,-0.4l-2.3,-0.09l-0.08,-15.65l3.95,1.57l4.58,1.42l1.67,1.25l1.32,1.19l0.36,1.39l0.19,0.21l4.06,1.51l0.39,0.85l-1.9,0.22l-0.25,0.39l0.55,1.68Z", "name": "Papua New Guinea"}, "PE": {"path": "M246.44,329.21l-0.63,1.25l-1.05,0.54l-2.25,-1.33l-0.19,-0.93l-0.16,-0.21l-4.95,-2.58l-4.46,-2.79l-1.87,-1.52l-0.94,-1.91l0.33,-0.6l-0.01,-0.31l-2.11,-3.33l-2.46,-4.66l-2.36,-5.02l-1.04,-1.18l-0.77,-1.81l-0.08,-0.11l-1.95,-1.64l-1.54,-0.88l0.61,-0.85l0.02,-0.31l-1.15,-2.27l0.69,-1.56l1.59,-1.26l0.12,0.42l-0.56,0.47l-0.11,0.25l0.07,0.92l0.36,0.27l0.97,-0.19l0.85,0.23l0.99,1.19l0.41,0.05l1.42,-1.03l0.11,-0.16l0.46,-1.64l1.45,-2.06l2.92,-0.96l0.11,-0.07l2.73,-2.62l0.84,-1.72l0.02,-0.18l-0.3,-1.65l0.28,-0.1l1.49,1.06l0.77,1.14l0.1,0.09l1.08,0.6l1.43,2.55l0.21,0.15l1.86,0.31l0.18,-0.03l1.25,-0.6l0.77,0.37l0.17,0.03l1.4,-0.2l1.57,0.96l-1.45,2.29l0.23,0.46l0.63,0.05l0.66,0.7l-1.51,-0.08l-0.24,0.1l-0.27,0.31l-1.96,0.46l-2.95,1.74l-0.14,0.21l-0.17,1.1l-0.6,0.82l-0.05,0.23l0.21,1.13l-1.31,0.63l-0.17,0.27l0.0,0.91l-0.53,0.37l-0.1,0.37l1.04,2.27l1.31,1.46l-0.44,0.9l0.24,0.43l1.52,0.13l0.87,1.23l0.24,0.13l2.21,0.07l0.18,-0.06l1.55,-1.13l-0.14,3.22l0.23,0.3l1.14,0.29l0.16,-0.0l1.18,-0.36l1.97,3.71l-0.45,0.71l-0.04,0.14l-0.12,1.8l-0.05,2.07l-0.92,1.2l-0.03,0.31l0.38,0.8l-0.48,0.72l-0.02,0.3l1.01,2.02l-1.5,2.64Z", "name": "Peru"}, "PK": {"path": "M609.08,187.76l1.66,1.21l0.71,2.11l0.2,0.19l3.62,1.01l-1.98,1.95l-2.65,0.4l-3.75,-0.68l-0.26,0.08l-1.23,1.22l-0.07,0.31l0.89,2.46l0.88,1.92l0.1,0.12l1.67,1.14l-1.8,1.35l-0.12,0.25l0.04,1.85l-2.35,2.67l-1.59,2.79l-2.5,2.72l-2.76,-0.2l-0.24,0.09l-2.76,2.83l0.04,0.45l1.54,1.13l0.27,1.94l0.09,0.17l1.34,1.29l0.4,1.83l-5.14,-0.01l-0.22,0.09l-1.53,1.63l-1.52,-0.56l-0.76,-1.88l-1.93,-2.03l-0.25,-0.09l-4.6,0.5l-4.05,0.05l-3.1,0.33l0.77,-2.53l3.48,-1.33l0.19,-0.33l-0.21,-1.24l-0.19,-0.23l-1.01,-0.37l-0.06,-2.18l-0.17,-0.26l-2.32,-1.16l-0.96,-1.57l-0.56,-0.65l3.16,1.05l0.14,0.01l2.45,-0.4l1.44,0.33l0.3,-0.1l0.4,-0.47l1.58,0.22l0.14,-0.01l3.25,-1.14l0.2,-0.27l0.08,-2.23l1.23,-1.38l1.73,0.0l0.28,-0.2l0.22,-0.61l1.68,-0.32l0.86,0.24l0.27,-0.05l0.98,-0.78l0.11,-0.26l-0.13,-1.57l0.96,-1.52l1.51,-0.67l0.14,-0.41l-0.74,-1.4l1.86,0.07l0.26,-0.13l0.69,-1.01l0.05,-0.2l-0.09,-0.94l1.14,-1.09l0.09,-0.28l-0.29,-1.41l-0.51,-1.07l1.23,-1.05l2.6,-0.58l2.86,-0.33l1.33,-0.54l1.3,-0.29Z", "name": "Pakistan"}, "PH": {"path": "M737.11,263.82l0.25,1.66l0.14,1.34l-0.54,1.46l-0.64,-1.79l-0.5,-0.1l-1.17,1.28l-0.05,0.32l0.74,1.71l-0.49,0.81l-2.6,-1.28l-0.61,-1.57l0.68,-1.07l-0.07,-0.4l-1.59,-1.19l-0.42,0.06l-0.69,0.91l-1.01,-0.08l-0.21,0.06l-1.58,1.2l-0.17,-0.3l0.87,-1.88l1.48,-0.66l1.18,-0.81l0.71,0.92l0.34,0.1l1.9,-0.69l0.18,-0.18l0.34,-0.94l1.57,-0.06l0.29,-0.32l-0.1,-1.38l1.41,0.83l0.36,2.06ZM734.94,254.42l0.56,2.24l-1.41,-0.49l-0.4,0.3l0.07,0.94l0.51,1.3l-0.54,0.26l-0.08,-1.34l-0.25,-0.28l-0.56,-0.1l-0.23,-0.91l1.03,0.14l0.34,-0.31l-0.03,-0.96l-0.06,-0.18l-1.14,-1.44l1.62,0.04l0.57,0.78ZM724.68,238.33l1.48,0.71l0.33,-0.04l0.44,-0.38l0.05,0.13l-0.37,0.97l0.01,0.23l0.81,1.75l-0.59,1.92l-1.37,0.79l-0.14,0.2l-0.39,2.07l0.01,0.14l0.56,2.04l0.23,0.21l1.33,0.28l0.14,-0.0l1.0,-0.27l2.82,1.28l-0.2,1.16l0.12,0.29l0.66,0.5l-0.13,0.56l-1.54,-0.99l-0.89,-1.29l-0.49,0.0l-0.44,0.65l-1.34,-1.28l-0.26,-0.08l-2.18,0.36l-0.96,-0.44l0.09,-0.72l0.69,-0.57l-0.01,-0.47l-0.75,-0.59l-0.47,0.14l-0.15,0.43l-0.86,-1.02l-0.34,-1.02l-0.07,-1.74l0.49,0.41l0.49,-0.21l0.26,-3.99l0.73,-2.1l1.23,0.0ZM731.12,258.92l-0.82,0.75l-0.83,1.64l-0.52,0.5l-1.17,-1.33l0.36,-0.47l0.62,-0.7l0.07,-0.15l0.24,-1.35l0.73,-0.08l-0.31,1.29l0.16,0.34l0.37,-0.09l1.21,-1.6l-0.12,1.24ZM726.66,255.58l0.85,0.45l0.14,0.03l1.28,-0.0l-0.03,0.62l-1.04,0.96l-1.15,0.55l-0.05,-0.71l0.17,-1.26l-0.01,-0.13l-0.16,-0.51ZM724.92,252.06l-0.45,1.5l-0.7,-0.83l-0.95,-1.43l1.44,0.06l0.67,0.7ZM717.48,261.28l-1.87,1.35l0.21,-0.3l1.81,-1.57l1.5,-1.75l0.97,-1.84l0.23,1.08l-1.56,1.33l-1.29,1.7Z", "name": "Philippines"}, "PL": {"path": "M458.8,144.25l-0.96,-1.98l0.18,-1.06l-0.01,-0.15l-0.62,-1.8l-0.82,-1.11l0.56,-0.73l0.05,-0.28l-0.51,-1.51l1.48,-0.87l3.88,-1.58l3.06,-1.14l2.23,0.52l0.15,0.66l0.29,0.23l2.4,0.04l3.11,0.39l4.56,-0.05l1.12,0.32l0.51,0.89l0.1,1.45l0.03,0.12l0.66,1.23l-0.01,1.08l-1.33,0.61l-0.14,0.41l0.74,1.5l0.07,1.53l1.22,2.79l-0.19,0.66l-1.09,0.33l-0.14,0.09l-2.27,2.72l-0.04,0.31l0.35,0.8l-2.22,-1.16l-0.21,-0.02l-1.72,0.44l-1.1,-0.31l-0.21,0.02l-1.3,0.61l-1.11,-1.02l-0.32,-0.05l-0.81,0.35l-1.15,-1.61l-0.21,-0.12l-1.65,-0.17l-0.19,-0.82l-0.23,-0.23l-1.72,-0.37l-0.34,0.17l-0.25,0.56l-0.88,-0.44l0.12,-0.69l-0.25,-0.35l-1.78,-0.27l-1.08,-0.97Z", "name": "Poland"}, "ZM": {"path": "M502.81,308.32l1.09,1.04l0.58,1.94l-0.39,0.66l-0.5,2.05l-0.0,0.14l0.45,1.95l-0.69,0.77l-0.06,0.11l-0.76,2.37l0.15,0.36l0.62,0.31l-6.85,1.9l-0.22,0.33l0.2,1.54l-1.62,0.3l-0.12,0.05l-1.43,1.02l-0.11,0.15l-0.25,0.73l-0.73,0.17l-0.14,0.08l-2.18,2.12l-1.33,1.6l-0.65,0.05l-0.83,-0.29l-2.75,-0.28l-0.24,-0.1l-0.15,-0.27l-0.99,-0.58l-0.12,-0.04l-1.73,-0.14l-1.88,0.54l-1.5,-1.48l-1.61,-2.01l0.11,-7.73l4.92,0.03l0.29,-0.37l-0.19,-0.79l0.34,-0.86l0.0,-0.21l-0.41,-1.11l0.26,-1.14l-0.01,-0.16l-0.12,-0.36l0.18,0.01l0.1,0.56l0.31,0.25l1.14,-0.06l1.44,0.21l0.76,1.05l0.19,0.12l2.01,0.35l0.19,-0.03l1.24,-0.65l0.44,1.03l0.22,0.18l1.81,0.34l0.85,0.99l1.02,1.39l0.24,0.12l1.92,0.02l0.3,-0.32l-0.21,-2.74l-0.47,-0.23l-0.53,0.36l-1.58,-0.89l-0.51,-0.34l0.29,-2.36l0.44,-2.99l-0.03,-0.18l-0.5,-0.99l0.61,-1.38l0.53,-0.24l3.26,-0.41l0.89,0.23l1.01,0.62l1.04,0.44l1.6,0.43l1.35,0.72Z", "name": "Zambia"}, "EE": {"path": "M482.19,120.88l0.23,-1.68l-0.43,-0.31l-0.75,0.37l-1.34,-1.1l-0.18,-1.75l2.92,-0.95l3.07,-0.53l2.66,0.6l2.48,-0.1l0.18,0.31l-1.65,1.96l-0.06,0.26l0.71,3.25l-0.88,0.94l-1.85,-0.01l-2.08,-1.3l-1.14,-0.47l-0.2,-0.01l-1.69,0.51Z", "name": "Estonia"}, "EG": {"path": "M508.07,208.8l-0.66,1.06l-0.53,2.03l-0.64,1.32l-0.32,0.26l-1.74,-1.85l-1.77,-3.86l-0.48,-0.09l-0.26,0.25l-0.07,0.32l1.04,2.88l1.55,2.76l1.89,4.18l0.94,1.48l0.83,1.54l2.08,2.73l-0.3,0.28l-0.1,0.23l0.08,1.72l0.11,0.22l2.91,2.37l-28.78,0.0l0.0,-19.06l-0.73,-2.2l0.61,-1.59l0.0,-0.2l-0.34,-1.04l0.73,-1.08l3.13,-0.04l2.36,0.72l2.48,0.81l1.15,0.43l0.23,-0.01l1.93,-0.87l1.02,-0.78l2.08,-0.21l1.59,0.31l0.62,1.24l0.52,0.03l0.46,-0.71l1.86,0.59l1.95,0.16l0.17,-0.04l0.92,-0.52l1.48,4.24Z", "name": "Egypt"}, "ZA": {"path": "M467.06,373.27l-0.13,-0.29l0.01,-1.58l-0.02,-0.12l-0.71,-1.64l0.59,-0.37l0.14,-0.26l-0.07,-2.13l-0.05,-0.15l-1.63,-2.58l-1.25,-2.31l-1.71,-3.37l0.88,-0.98l0.7,0.52l0.39,1.08l0.23,0.19l1.1,0.19l1.55,0.51l0.14,0.01l1.35,-0.2l0.11,-0.04l2.24,-1.39l0.14,-0.25l0.0,-9.4l0.16,0.09l1.39,2.38l-0.22,1.53l0.04,0.19l0.56,0.94l0.3,0.14l1.79,-0.27l0.16,-0.08l1.23,-1.18l1.17,-0.79l0.1,-0.12l0.57,-1.19l1.02,-0.52l0.9,0.28l1.16,0.73l0.14,0.05l2.04,0.13l0.13,-0.02l1.6,-0.62l0.18,-0.19l0.63,-1.93l1.18,-0.19l0.19,-0.12l0.78,-1.05l0.81,-1.71l2.18,-1.91l3.44,-1.88l0.89,0.02l1.17,0.43l0.21,-0.0l0.76,-0.29l1.07,0.21l1.15,3.55l0.63,1.82l-0.44,2.9l0.1,0.52l-0.74,-0.29l-0.18,-0.01l-0.72,0.19l-0.21,0.2l-0.22,0.74l-0.66,0.97l-0.05,0.18l0.02,0.93l0.09,0.21l1.49,1.46l0.27,0.08l1.47,-0.29l0.22,-0.18l0.43,-1.01l1.29,0.02l-0.51,1.63l-0.29,2.2l-0.59,1.12l-2.2,1.78l-1.06,1.39l-0.72,1.44l-1.39,1.93l-2.81,2.84l-1.75,1.65l-1.85,1.24l-2.55,1.06l-1.23,0.14l-0.24,0.18l-0.22,0.54l-1.27,-0.35l-0.2,0.01l-1.15,0.5l-2.62,-0.52l-0.12,0.0l-1.46,0.33l-0.98,-0.14l-0.16,0.02l-2.55,1.1l-2.11,0.44l-1.59,1.07l-0.93,0.06l-0.97,-0.92l-0.19,-0.08l-0.72,-0.04l-1.0,-1.16l-0.25,0.05ZM493.72,359.24l-1.12,-0.86l-0.31,-0.03l-1.23,0.59l-1.36,1.07l-1.39,1.78l0.01,0.38l1.88,2.11l0.31,0.09l0.9,-0.27l0.18,-0.15l0.4,-0.77l1.28,-0.39l0.18,-0.16l0.42,-0.88l0.76,-1.32l-0.05,-0.37l-0.87,-0.82Z", "name": "South Africa"}, "EC": {"path": "M220.2,293.48l1.25,-1.76l0.02,-0.31l-0.54,-1.09l-0.5,-0.06l-0.78,0.94l-1.03,-0.75l0.33,-0.46l0.05,-0.23l-0.38,-2.04l0.66,-0.28l0.17,-0.19l0.45,-1.52l0.93,-1.58l0.04,-0.2l-0.13,-0.78l1.19,-0.47l1.57,-0.91l2.35,1.34l0.17,0.04l0.28,-0.02l0.52,0.91l0.21,0.15l2.12,0.35l0.2,-0.03l0.55,-0.31l1.08,0.73l0.97,0.54l0.31,1.67l-0.71,1.49l-2.64,2.54l-2.95,0.97l-0.15,0.11l-1.53,2.18l-0.49,1.68l-1.1,0.8l-0.87,-1.05l-0.15,-0.1l-1.01,-0.27l-0.13,-0.0l-0.7,0.14l-0.03,-0.43l0.6,-0.5l0.1,-0.31l-0.26,-0.91Z", "name": "Ecuador"}, "AL": {"path": "M470.27,171.7l0.38,0.19l0.45,-0.18l0.4,0.61l0.11,0.1l0.46,0.24l0.13,0.87l-0.3,0.95l-0.0,0.17l0.36,1.28l0.12,0.17l0.9,0.63l-0.03,0.44l-0.67,0.35l-0.16,0.22l-0.14,0.88l-0.96,1.18l-0.06,-0.03l-0.04,-0.48l-0.12,-0.22l-1.28,-0.92l-0.19,-1.25l0.2,-1.96l0.33,-0.89l-0.06,-0.3l-0.36,-0.41l-0.13,-0.75l0.66,-0.9Z", "name": "Albania"}, "AO": {"path": "M461.62,299.93l0.55,1.67l0.73,1.54l1.56,2.18l0.28,0.12l1.66,-0.2l0.81,-0.34l1.28,0.33l0.33,-0.14l0.39,-0.67l0.56,-1.3l1.37,-0.09l0.27,-0.21l0.07,-0.23l0.67,-0.01l-0.13,0.53l0.29,0.37l2.74,-0.02l0.04,1.29l0.03,0.13l0.46,0.87l-0.35,1.52l0.18,1.55l0.07,0.16l0.75,0.85l-0.13,2.89l0.41,0.29l0.56,-0.21l1.11,0.05l1.5,-0.37l0.9,0.12l0.18,0.53l-0.27,1.15l0.01,0.17l0.4,1.08l-0.33,0.85l-0.01,0.18l0.12,0.51l-4.83,-0.03l-0.3,0.3l-0.12,8.13l0.07,0.19l1.69,2.1l1.27,1.25l-4.03,0.92l-5.93,-0.36l-1.66,-1.19l-0.18,-0.06l-10.15,0.11l-0.34,0.13l-1.35,-1.05l-0.17,-0.06l-1.62,-0.08l-1.6,0.45l-0.88,0.36l-0.17,-1.2l0.34,-2.19l0.85,-2.32l0.14,-1.13l0.79,-2.24l0.57,-1.0l1.42,-1.64l0.82,-1.15l0.05,-0.13l0.26,-1.88l-0.13,-1.51l-0.07,-0.16l-0.72,-0.87l-1.23,-2.91l0.09,-0.37l0.73,-0.95l0.05,-0.27l-1.27,-4.12l-1.19,-1.54l0.1,-0.2l0.86,-0.28l0.78,0.03l0.83,-0.29l7.12,0.03ZM451.81,298.94l-0.17,0.07l-0.5,-1.42l0.85,-0.92l0.53,-0.29l0.48,0.44l-0.56,0.32l-0.1,0.1l-0.41,0.65l-0.05,0.14l-0.07,0.91Z", "name": "Angola"}, "KZ": {"path": "M598.42,172.08l-1.37,0.54l-3.3,2.09l-0.11,0.12l-1.01,1.97l-0.56,0.01l-0.6,-1.24l-0.26,-0.17l-2.95,-0.09l-0.46,-2.22l-0.29,-0.24l-0.91,-0.02l0.17,-2.72l-0.12,-0.26l-3.0,-2.22l-0.2,-0.06l-4.29,0.24l-2.8,0.42l-2.36,-2.7l-6.4,-3.65l-0.23,-0.03l-6.45,1.83l-0.22,0.29l0.1,10.94l-0.84,0.1l-1.65,-2.21l-0.11,-0.09l-1.69,-0.84l-0.2,-0.02l-2.84,0.63l-0.14,0.07l-0.71,0.64l-0.02,-0.11l0.57,-1.17l0.0,-0.26l-0.48,-1.05l-0.17,-0.16l-2.78,-0.99l-1.08,-2.62l-0.13,-0.15l-1.24,-0.7l-0.04,-0.48l2.07,0.25l0.34,-0.29l0.09,-2.03l1.84,-0.44l2.12,0.45l0.36,-0.25l0.45,-3.04l-0.45,-2.06l-0.31,-0.23l-2.44,0.15l-2.07,-0.75l-0.23,0.01l-2.88,1.38l-2.21,0.62l-0.96,-0.38l0.22,-1.39l-0.06,-0.23l-1.6,-2.12l-0.25,-0.12l-1.72,0.08l-1.87,-1.91l1.33,-2.24l-0.06,-0.38l-0.55,-0.5l1.72,-3.08l2.3,1.7l0.48,-0.2l0.29,-2.26l4.99,-3.48l3.76,-0.08l5.46,2.27l2.96,1.33l0.26,-0.01l2.59,-1.36l3.82,-0.06l3.13,1.67l0.38,-0.09l0.63,-0.85l3.36,0.14l0.29,-0.19l0.63,-1.57l-0.13,-0.37l-3.64,-2.05l2.0,-1.36l0.1,-0.38l-0.32,-0.62l2.09,-0.76l0.13,-0.47l-1.65,-2.13l0.89,-0.91l9.27,-1.18l0.13,-0.05l1.17,-0.82l6.2,-1.27l2.26,-1.43l4.19,0.7l0.74,3.39l0.38,0.22l2.52,-0.81l2.9,1.06l-0.18,1.63l0.32,0.33l2.52,-0.23l5.0,-2.58l0.03,0.39l3.16,2.62l5.57,8.48l0.49,0.02l1.18,-1.53l3.22,1.78l0.21,0.03l3.5,-0.83l1.21,0.52l1.16,1.82l0.15,0.12l1.67,0.61l1.01,1.32l0.28,0.11l3.04,-0.41l1.1,1.64l-1.68,1.89l-1.97,0.28l-0.26,0.29l-0.12,3.09l-1.2,1.23l-4.81,-1.01l-0.35,0.2l-1.77,5.51l-1.14,0.62l-4.92,1.23l-0.2,0.41l2.14,5.06l-1.45,0.67l-0.17,0.31l0.15,1.28l-1.05,-0.3l-1.21,-1.04l-0.17,-0.07l-3.73,-0.32l-4.15,-0.08l-0.92,0.31l-3.46,-1.24l-0.22,0.01l-1.42,0.63l-0.17,0.21l-0.32,1.49l-3.82,-0.97l-0.15,0.0l-1.65,0.43l-0.2,0.17l-0.51,1.21Z", "name": "Kazakhstan"}, "ET": {"path": "M516.0,247.63l1.21,0.92l0.3,0.04l1.3,-0.53l0.46,0.41l0.19,0.08l1.65,0.03l2.05,0.96l0.67,0.88l1.07,0.79l1.0,1.45l0.7,0.68l-0.72,0.92l-0.85,1.19l-0.04,0.25l0.19,0.67l0.04,0.74l0.29,0.28l1.4,0.04l0.55,-0.15l0.23,0.19l-0.41,0.67l0.01,0.32l0.92,1.39l0.93,1.23l0.99,0.94l0.1,0.06l8.19,2.99l1.51,0.01l-6.51,6.95l-3.14,0.11l-0.18,0.06l-2.15,1.71l-1.51,0.04l-0.22,0.1l-0.6,0.69l-1.46,-0.0l-0.93,-0.78l-0.32,-0.04l-2.29,1.05l-0.12,0.1l-0.64,0.9l-1.44,-0.17l-0.51,-0.26l-0.17,-0.03l-0.56,0.07l-0.68,-0.02l-3.1,-2.08l-0.17,-0.05l-1.62,0.0l-0.68,-0.65l0.0,-1.28l-0.21,-0.29l-1.19,-0.38l-1.42,-2.63l-0.13,-0.12l-1.05,-0.53l-0.46,-1.0l-1.27,-1.23l-0.17,-0.08l-1.08,-0.13l0.53,-0.9l1.17,-0.05l0.26,-0.17l0.37,-0.77l0.03,-0.14l-0.03,-2.23l0.7,-2.49l1.08,-0.65l0.14,-0.19l0.24,-1.0l1.03,-1.85l1.47,-1.22l0.09,-0.12l1.02,-2.51l0.36,-1.96l2.62,0.48l0.33,-0.18l0.63,-1.55Z", "name": "Ethiopia"}, "ZW": {"path": "M498.95,341.2l-1.16,-0.23l-0.16,0.01l-0.74,0.28l-1.11,-0.41l-1.02,-0.04l-1.52,-1.13l-0.12,-0.05l-1.79,-0.37l-0.65,-1.46l-0.01,-0.86l-0.22,-0.29l-0.99,-0.26l-2.74,-2.77l-0.77,-1.46l-0.52,-0.5l-0.72,-1.54l2.24,0.23l0.78,0.28l0.12,0.02l0.85,-0.06l0.21,-0.11l1.38,-1.66l2.11,-2.05l0.81,-0.18l0.22,-0.2l0.27,-0.8l1.29,-0.93l1.53,-0.28l0.11,0.66l0.3,0.25l2.02,-0.05l1.04,0.48l0.5,0.59l0.18,0.1l1.13,0.18l1.11,0.7l0.01,3.06l-0.49,1.82l-0.11,1.94l0.03,0.16l0.35,0.68l-0.24,1.3l-0.27,0.17l-0.12,0.15l-0.64,1.83l-2.49,2.8Z", "name": "Zimbabwe"}, "ES": {"path": "M398.67,172.8l0.09,-1.45l-0.06,-0.2l-0.82,-1.05l3.16,-1.96l3.01,0.54l3.33,-0.02l2.64,0.52l2.14,-0.15l3.9,0.1l0.91,1.08l0.14,0.09l4.61,1.38l0.26,-0.04l0.77,-0.55l2.66,1.29l0.17,0.03l2.59,-0.35l0.1,1.28l-2.2,1.85l-3.13,0.62l-0.23,0.23l-0.21,0.92l-1.54,1.68l-0.97,2.4l0.02,0.26l0.85,1.46l-1.27,1.14l-0.09,0.14l-0.5,1.73l-1.73,0.53l-0.15,0.1l-1.68,2.1l-3.03,0.04l-2.38,-0.05l-0.17,0.05l-1.57,1.01l-0.9,1.01l-0.96,-0.19l-0.82,-0.86l-0.69,-1.6l-0.22,-0.18l-2.14,-0.41l-0.13,-0.62l0.83,-0.97l0.39,-0.86l-0.06,-0.33l-0.73,-0.73l0.63,-1.74l-0.02,-0.25l-0.8,-1.41l0.69,-0.15l0.23,-0.27l0.09,-1.29l0.33,-0.36l0.08,-0.2l0.03,-2.16l1.03,-0.72l0.1,-0.37l-0.7,-1.5l-0.25,-0.17l-1.46,-0.11l-0.22,0.07l-0.34,0.3l-1.17,0.0l-0.55,-1.29l-0.39,-0.16l-1.02,0.44l-0.45,0.36Z", "name": "Spain"}, "ER": {"path": "M527.15,253.05l-0.77,-0.74l-1.01,-1.47l-1.14,-0.86l-0.62,-0.84l-0.11,-0.09l-2.18,-1.02l-0.12,-0.03l-1.61,-0.03l-0.52,-0.46l-0.31,-0.05l-1.31,0.54l-1.38,-1.06l-0.46,0.12l-0.69,1.68l-2.49,-0.46l-0.2,-0.76l1.06,-3.69l0.24,-1.65l0.66,-0.66l1.76,-0.4l0.16,-0.1l0.97,-1.13l1.24,2.55l0.68,2.34l0.09,0.14l1.4,1.27l3.39,2.4l1.37,1.43l2.14,2.34l0.94,0.6l-0.32,0.26l-0.85,-0.17Z", "name": "Eritrea"}, "ME": {"path": "M469.05,172.9l-0.57,-0.8l-0.1,-0.09l-0.82,-0.46l0.16,-0.33l0.35,-1.57l0.72,-0.62l0.27,-0.16l0.48,0.38l0.35,0.4l0.12,0.08l0.79,0.32l0.66,0.43l-0.43,0.62l-0.28,0.11l-0.07,-0.25l-0.53,-0.1l-1.09,1.49l-0.05,0.23l0.06,0.32Z", "name": "Montenegro"}, "MD": {"path": "M488.2,153.75l0.14,-0.11l1.49,-0.28l1.75,0.95l1.06,0.14l0.92,0.7l-0.15,0.9l0.15,0.31l0.8,0.46l0.33,1.2l0.09,0.14l0.72,0.66l-0.11,0.28l0.1,0.33l-0.06,0.02l-1.25,-0.08l-0.17,-0.29l-0.39,-0.12l-0.52,0.25l-0.16,0.36l0.13,0.42l-0.6,0.88l-0.43,1.03l-0.22,0.12l-0.32,-1.0l0.25,-1.34l-0.08,-1.38l-0.06,-0.17l-1.43,-1.87l-0.81,-1.36l-0.78,-0.95l-0.12,-0.09l-0.29,-0.12Z", "name": "Moldova"}, "MG": {"path": "M544.77,316.45l0.64,1.04l0.6,1.62l0.4,3.04l0.63,1.21l-0.22,1.07l-0.15,0.26l-0.59,-1.05l-0.52,-0.01l-0.47,0.76l-0.04,0.23l0.46,1.84l-0.19,0.92l-0.61,0.53l-0.1,0.21l-0.16,2.15l-0.97,2.98l-1.24,3.59l-1.55,4.97l-0.96,3.67l-1.08,2.93l-1.94,0.61l-2.05,1.06l-3.2,-1.53l-0.62,-1.26l-0.18,-2.39l-0.87,-2.07l-0.22,-1.8l0.4,-1.69l1.01,-0.4l0.19,-0.28l0.01,-0.79l1.15,-1.91l0.04,-0.11l0.23,-1.66l-0.03,-0.17l-0.57,-1.21l-0.46,-1.58l-0.19,-2.25l0.82,-1.36l0.33,-1.51l1.11,-0.1l1.4,-0.53l0.9,-0.45l1.03,-0.03l0.21,-0.09l1.41,-1.45l2.12,-1.65l0.75,-1.29l0.03,-0.24l-0.17,-0.56l0.53,0.15l0.32,-0.1l1.38,-1.77l0.06,-0.18l0.04,-1.44l0.54,-0.74l0.62,0.77Z", "name": "Madagascar"}, "MA": {"path": "M378.66,230.13l0.07,-0.75l0.93,-0.72l0.82,-1.37l0.04,-0.21l-0.14,-0.8l0.8,-1.74l1.33,-1.61l0.79,-0.4l0.14,-0.15l0.66,-1.55l0.08,-1.46l0.83,-1.52l1.6,-0.94l0.11,-0.11l1.56,-2.71l1.2,-0.99l2.24,-0.29l0.17,-0.08l1.95,-1.83l1.3,-0.77l2.09,-2.28l0.07,-0.26l-0.61,-3.34l0.92,-2.3l0.33,-1.44l1.52,-1.79l2.48,-1.27l1.86,-1.16l0.1,-0.11l1.67,-2.93l0.72,-1.59l1.54,0.01l1.43,1.14l0.21,0.06l2.33,-0.19l2.55,0.62l0.97,0.03l0.83,1.6l0.15,1.71l0.86,2.96l0.09,0.14l0.5,0.45l-0.31,0.73l-3.11,0.44l-0.16,0.07l-1.07,0.97l-1.36,0.23l-0.25,0.28l-0.1,1.85l-2.74,1.02l-0.14,0.11l-0.9,1.3l-1.93,0.69l-2.56,0.44l-4.04,2.01l-0.17,0.27l0.02,2.91l-0.08,0.0l-0.3,0.31l0.05,1.15l-1.25,0.07l-0.16,0.06l-0.73,0.55l-0.98,0.0l-0.85,-0.33l-0.15,-0.02l-2.11,0.29l-0.24,0.19l-0.76,1.95l-0.63,0.16l-0.21,0.19l-1.15,3.29l-3.42,2.81l-0.1,0.17l-0.81,3.57l-0.98,1.12l-0.3,0.85l-5.13,0.19Z", "name": "Morocco"}, "UZ": {"path": "M587.83,186.48l0.06,-1.46l-0.19,-0.29l-3.31,-1.24l-2.57,-1.4l-1.63,-1.38l-2.79,-1.98l-1.2,-2.98l-0.12,-0.14l-0.84,-0.54l-0.18,-0.05l-2.61,0.13l-0.76,-0.48l-0.25,-2.25l-0.17,-0.24l-3.37,-1.6l-0.32,0.04l-2.08,1.73l-2.11,1.02l-0.16,0.35l0.31,1.14l-2.14,0.03l-0.09,-10.68l6.1,-1.74l6.25,3.57l2.36,2.72l0.27,0.1l2.92,-0.44l4.17,-0.23l2.78,2.06l-0.18,2.87l0.29,0.32l0.98,0.02l0.46,2.22l0.28,0.24l3.0,0.09l0.61,1.25l0.28,0.17l0.93,-0.02l0.26,-0.16l1.06,-2.06l3.21,-2.03l1.3,-0.5l0.19,0.08l-1.75,1.62l0.05,0.48l1.85,1.12l0.27,0.02l1.65,-0.69l2.4,1.27l-2.69,1.79l-1.79,-0.27l-0.89,0.06l-0.22,-0.52l0.48,-1.26l-0.34,-0.4l-3.35,0.69l-0.22,0.18l-0.78,1.87l-1.07,1.47l-1.93,-0.13l-0.29,0.16l-0.65,1.29l0.16,0.42l1.69,0.64l0.48,1.91l-1.25,2.6l-1.64,-0.53l-1.18,-0.03Z", "name": "Uzbekistan"}, "MM": {"path": "M670.1,233.39l-1.46,1.11l-1.68,0.11l-0.26,0.19l-1.1,2.7l-0.95,0.42l-0.14,0.42l1.21,2.27l1.61,1.92l0.94,1.55l-0.82,1.99l-0.77,0.42l-0.13,0.39l0.64,1.35l1.62,1.97l0.26,1.32l-0.04,1.15l0.02,0.13l0.92,2.18l-1.3,2.23l-0.79,1.69l-0.1,-0.77l0.74,-1.87l-0.02,-0.26l-0.8,-1.42l0.2,-2.68l-0.06,-0.2l-0.98,-1.27l-0.8,-2.98l-0.45,-3.22l-1.11,-2.22l-0.45,-0.1l-1.64,1.28l-2.74,1.76l-1.26,-0.2l-1.27,-0.49l0.79,-2.93l0.0,-0.14l-0.52,-2.42l-1.93,-2.97l0.26,-0.8l-0.22,-0.39l-1.37,-0.31l-1.65,-1.98l-0.12,-1.5l0.41,0.19l0.42,-0.26l0.05,-1.7l1.08,-0.54l0.16,-0.34l-0.24,-1.0l0.5,-0.79l0.05,-0.15l0.08,-2.35l1.58,0.49l0.36,-0.15l1.12,-2.19l0.15,-1.34l1.35,-2.18l0.04,-0.17l-0.07,-1.35l2.97,-1.71l1.67,0.45l0.38,-0.33l-0.18,-1.46l0.7,-0.4l0.15,-0.32l-0.13,-0.72l0.94,-0.13l0.74,1.41l0.11,0.12l0.95,0.56l0.07,1.89l-0.09,2.08l-2.28,2.15l-0.09,0.19l-0.3,3.15l0.35,0.32l2.37,-0.39l0.53,2.17l0.2,0.21l1.3,0.42l-0.63,1.9l0.14,0.36l1.86,0.99l1.1,0.49l0.24,0.0l1.45,-0.6l0.04,0.51l-2.01,1.6l-0.56,0.96l-1.34,0.56Z", "name": "Myanmar"}, "ML": {"path": "M390.79,248.2l0.67,-0.37l0.14,-0.18l0.36,-1.31l0.51,-0.04l1.68,0.69l0.21,0.0l1.34,-0.48l0.89,0.16l0.3,-0.13l0.29,-0.44l9.89,-0.04l0.29,-0.21l0.56,-1.8l-0.11,-0.33l-0.33,-0.24l-2.37,-22.1l3.41,-0.04l8.37,5.73l8.38,5.68l0.56,1.15l0.14,0.14l1.56,0.75l0.99,0.36l0.03,1.45l0.33,0.29l2.45,-0.22l0.01,5.52l-1.3,1.64l-0.06,0.15l-0.18,1.37l-1.99,0.36l-3.4,0.22l-0.19,0.09l-0.85,0.83l-1.48,0.09l-1.49,0.01l-0.54,-0.43l-0.26,-0.05l-1.38,0.36l-2.39,1.08l-0.13,0.12l-0.44,0.73l-1.88,1.11l-0.11,0.12l-0.3,0.57l-0.86,0.42l-1.1,-0.31l-0.28,0.07l-0.69,0.62l-0.09,0.16l-0.35,1.66l-1.93,2.04l-0.08,0.23l0.05,0.76l-0.63,0.99l-0.04,0.19l0.14,1.23l-0.81,0.29l-0.32,0.17l-0.27,-0.75l-0.39,-0.18l-0.65,0.26l-0.36,-0.04l-0.29,0.14l-0.37,0.6l-1.69,-0.02l-0.63,-0.34l-0.32,0.02l-0.12,0.09l-0.47,-0.45l0.1,-0.6l-0.09,-0.27l-0.31,-0.3l-0.33,-0.05l-0.05,0.02l0.02,-0.21l0.46,-0.59l-0.02,-0.39l-0.99,-1.02l-0.34,-0.74l-0.56,-0.56l-0.17,-0.09l-0.5,-0.07l-0.19,0.04l-0.58,0.35l-0.79,0.33l-0.65,0.51l-0.85,-0.16l-0.63,-0.59l-0.14,-0.07l-0.41,-0.08l-0.2,0.03l-0.59,0.31l-0.07,0.0l-0.1,-0.63l0.11,-0.85l-0.21,-0.98l-0.11,-0.17l-0.86,-0.66l-0.45,-1.34l-0.1,-1.36Z", "name": "Mali"}, "MN": {"path": "M641.06,150.59l2.41,-0.53l4.76,-2.8l3.67,-1.49l2.06,0.96l0.12,0.03l2.5,0.05l1.59,1.45l0.19,0.08l2.47,0.12l3.59,0.81l0.27,-0.07l2.43,-2.28l0.06,-0.36l-0.93,-1.77l2.33,-3.1l2.66,1.3l2.26,0.39l2.75,0.8l0.44,2.3l0.19,0.22l3.56,1.38l0.18,0.01l2.35,-0.6l3.1,-0.42l2.4,0.41l2.37,1.52l1.49,1.63l0.23,0.1l2.29,-0.03l3.13,0.52l0.15,-0.01l2.28,-0.79l3.27,-0.53l0.11,-0.04l3.56,-2.23l1.31,0.31l1.26,1.05l0.22,0.07l2.45,-0.22l-0.98,1.96l-1.77,3.21l-0.01,0.28l0.64,1.31l0.35,0.16l1.35,-0.38l2.4,0.48l0.22,-0.04l1.78,-1.09l1.82,0.92l2.11,2.07l-0.17,0.68l-1.79,-0.31l-3.74,0.45l-1.85,0.96l-1.78,2.01l-3.74,1.18l-2.46,1.61l-2.45,-0.6l-1.42,-0.28l-0.31,0.13l-1.31,1.99l0.0,0.33l0.78,1.15l0.3,0.74l-1.58,0.93l-1.75,1.59l-2.83,1.03l-3.77,0.12l-4.05,1.05l-2.81,1.54l-0.95,-0.8l-0.19,-0.07l-2.96,0.0l-3.64,-1.8l-2.55,-0.48l-3.38,0.41l-5.13,-0.67l-2.66,0.06l-1.35,-1.65l-1.12,-2.78l-0.21,-0.18l-1.5,-0.33l-2.98,-1.89l-0.12,-0.04l-3.37,-0.43l-2.84,-0.51l-0.75,-1.13l0.93,-3.54l-0.04,-0.24l-1.73,-2.55l-0.15,-0.12l-3.52,-1.18l-1.99,-1.61l-0.54,-1.85Z", "name": "Mongolia"}, "MK": {"path": "M472.73,173.87l0.08,0.01l0.32,-0.25l0.08,-0.44l1.29,-0.41l1.37,-0.28l1.03,-0.04l1.06,0.82l0.14,1.59l-0.22,0.04l-0.17,0.11l-0.32,0.4l-1.2,-0.05l-0.18,0.05l-0.9,0.61l-1.45,0.23l-0.85,-0.59l-0.3,-1.09l0.22,-0.71Z", "name": "Macedonia"}, "MW": {"path": "M507.18,313.84l-0.67,1.85l-0.01,0.16l0.7,3.31l0.31,0.24l0.75,-0.03l0.78,0.71l0.99,1.75l0.2,3.03l-0.91,0.45l-0.14,0.15l-0.59,1.38l-1.24,-1.21l-0.17,-1.62l0.49,-1.12l0.02,-0.16l-0.15,-1.03l-0.13,-0.21l-0.99,-0.65l-0.26,-0.03l-0.53,0.18l-1.31,-1.12l-1.15,-0.59l0.66,-2.06l0.75,-0.84l0.07,-0.27l-0.47,-2.04l0.48,-1.94l0.4,-0.65l0.03,-0.24l-0.64,-2.15l-0.08,-0.13l-0.44,-0.42l1.34,0.26l1.25,1.73l0.67,3.3Z", "name": "Malawi"}, "MR": {"path": "M390.54,247.66l-1.48,-1.58l-1.51,-1.88l-0.12,-0.09l-1.64,-0.67l-1.17,-0.74l-0.17,-0.05l-1.4,0.03l-0.12,0.03l-1.14,0.52l-1.15,-0.21l-0.26,0.08l-0.44,0.43l-0.11,-0.72l0.68,-1.29l0.31,-2.43l-0.28,-2.63l-0.29,-1.27l0.24,-1.24l-0.03,-0.2l-0.65,-1.24l-1.19,-1.05l0.32,-0.51l9.64,0.02l0.3,-0.34l-0.46,-3.71l0.51,-1.12l2.17,-0.22l0.27,-0.3l-0.08,-6.5l7.91,0.13l0.31,-0.3l0.01,-3.5l8.17,5.63l-2.89,0.04l-0.29,0.33l2.42,22.56l0.12,0.21l0.26,0.19l-0.43,1.38l-9.83,0.04l-0.25,0.13l-0.27,0.41l-0.77,-0.14l-0.15,0.01l-1.3,0.47l-1.64,-0.67l-0.14,-0.02l-0.79,0.06l-0.27,0.22l-0.39,1.39l-0.53,0.29Z", "name": "Mauritania"}, "UG": {"path": "M500.74,287.17l-2.84,-0.02l-0.92,0.32l-1.37,0.71l-0.29,-0.12l0.02,-1.6l0.54,-0.89l0.04,-0.13l0.14,-1.96l0.49,-1.09l0.91,-1.24l0.97,-0.68l0.8,-0.89l-0.13,-0.49l-0.79,-0.27l0.13,-2.55l0.78,-0.52l1.45,0.51l0.18,0.01l1.97,-0.57l1.72,0.01l0.18,-0.06l1.29,-0.97l0.98,1.44l0.29,1.24l1.05,2.75l-0.84,1.68l-1.94,2.66l-0.06,0.18l0.02,2.36l-4.8,0.18Z", "name": "Uganda"}, "MY": {"path": "M717.6,273.52l-1.51,0.7l-2.13,-0.41l-2.88,-0.0l-0.29,0.21l-0.84,2.77l-0.9,0.82l-0.08,0.12l-1.23,3.34l-1.81,0.47l-2.29,-0.68l-0.14,-0.01l-1.2,0.22l-0.14,0.07l-1.36,1.18l-1.47,-0.17l-0.12,0.01l-1.46,0.46l-1.51,-1.25l-0.24,-0.97l1.26,0.59l0.2,0.02l1.93,-0.47l0.22,-0.22l0.47,-1.98l0.9,-0.4l2.97,-0.54l0.17,-0.09l1.8,-1.98l1.02,-1.32l0.9,1.03l0.48,-0.04l0.43,-0.7l1.02,0.07l0.32,-0.27l0.25,-2.72l1.84,-1.67l1.23,-1.89l0.73,-0.01l1.12,1.11l0.1,0.99l0.18,0.24l1.66,0.71l1.85,0.67l-0.09,0.51l-1.45,0.11l-0.26,0.4l0.35,0.97ZM673.78,269.53l0.17,1.14l0.35,0.25l1.65,-0.3l0.18,-0.11l0.68,-0.86l0.31,0.13l1.41,1.45l0.99,1.59l0.13,1.57l-0.26,1.09l0.0,0.15l0.24,0.84l0.18,1.46l0.11,0.2l0.82,0.64l0.92,2.08l-0.03,0.52l-1.4,0.13l-2.29,-1.79l-2.86,-1.92l-0.27,-1.16l-0.07,-0.13l-1.39,-1.61l-0.33,-1.99l-0.05,-0.12l-0.84,-1.27l0.26,-1.72l-0.03,-0.18l-0.45,-0.87l0.13,-0.13l1.71,0.92Z", "name": "Malaysia"}, "MX": {"path": "M133.41,213.83l0.61,0.09l0.27,-0.09l0.93,-1.01l0.08,-0.18l0.09,-1.22l-0.09,-0.23l-1.93,-1.94l-1.46,-0.77l-2.96,-5.62l-0.86,-2.1l2.44,-0.18l2.68,-0.25l-0.03,0.08l0.17,0.4l3.79,1.35l5.81,1.97l6.96,-0.02l0.3,-0.3l0.0,-0.84l3.91,0.0l0.87,0.93l1.27,0.87l1.44,1.17l0.79,1.37l0.62,1.49l0.12,0.14l1.35,0.85l2.08,0.82l0.35,-0.1l1.49,-2.04l1.81,-0.05l1.63,1.01l1.21,1.8l0.86,1.58l1.47,1.55l0.53,1.82l0.73,1.32l0.14,0.13l1.98,0.84l1.78,0.59l0.61,-0.03l-0.78,1.89l-0.45,1.96l-0.19,3.58l-0.24,1.27l0.01,0.14l0.43,1.43l0.78,1.31l0.49,1.98l0.06,0.12l1.63,1.9l0.61,1.51l0.98,1.28l0.16,0.11l2.58,0.67l0.98,1.02l0.31,0.08l2.17,-0.71l1.91,-0.26l1.87,-0.47l1.67,-0.49l1.59,-1.06l0.11,-0.14l0.6,-1.52l0.22,-2.21l0.35,-0.62l1.58,-0.64l2.59,-0.59l2.18,0.09l1.43,-0.2l0.39,0.36l-0.07,1.02l-1.28,1.48l-0.65,1.68l0.07,0.32l0.33,0.32l-0.79,2.49l-0.28,-0.3l-0.24,-0.09l-1.0,0.08l-0.24,0.15l-0.74,1.28l-0.19,-0.13l-0.28,-0.03l-0.3,0.12l-0.19,0.29l0.0,0.06l-4.34,-0.02l-0.3,0.3l-0.0,1.16l-0.83,0.0l-0.28,0.19l0.08,0.33l0.93,0.86l0.9,0.58l0.24,0.48l0.16,0.15l0.2,0.08l-0.03,0.38l-2.94,0.01l-0.26,0.15l-1.21,2.09l0.02,0.33l0.25,0.33l-0.21,0.44l-0.04,0.22l-2.42,-2.35l-1.36,-0.87l-2.04,-0.67l-0.13,-0.01l-1.4,0.19l-2.07,0.98l-1.14,0.23l-1.72,-0.66l-1.85,-0.48l-2.31,-1.16l-1.92,-0.38l-2.79,-1.18l-2.04,-1.2l-0.6,-0.66l-0.19,-0.1l-1.37,-0.15l-2.45,-0.78l-1.07,-1.18l-2.63,-1.44l-1.2,-1.56l-0.44,-0.93l0.5,-0.15l0.2,-0.39l-0.2,-0.58l0.46,-0.55l0.07,-0.19l0.01,-0.91l-0.06,-0.18l-0.81,-1.13l-0.25,-1.08l-0.86,-1.36l-2.21,-2.63l-2.53,-2.09l-1.2,-1.63l-0.11,-0.09l-2.08,-1.06l-0.34,-0.48l0.35,-1.53l-0.16,-0.34l-1.24,-0.61l-1.39,-1.23l-0.6,-1.81l-0.24,-0.2l-1.25,-0.2l-1.38,-1.35l-1.11,-1.25l-0.1,-0.76l-0.05,-0.13l-1.33,-2.04l-0.85,-2.02l0.04,-0.99l-0.14,-0.27l-1.81,-1.1l-0.2,-0.04l-0.74,0.11l-1.34,-0.72l-0.42,0.16l-0.4,1.12l-0.0,0.19l0.41,1.3l0.24,2.04l0.06,0.15l0.88,1.16l1.84,1.86l0.4,0.61l0.12,0.1l0.27,0.14l0.29,0.82l0.31,0.2l0.2,-0.02l0.43,1.51l0.09,0.14l0.72,0.65l0.51,0.91l1.58,1.4l0.8,2.42l0.77,1.23l0.66,1.19l0.13,1.34l0.28,0.27l1.08,0.08l0.92,1.1l0.83,1.08l-0.03,0.24l-0.88,0.81l-0.13,-0.0l-0.59,-1.42l-0.07,-0.11l-1.67,-1.53l-1.81,-1.28l-1.15,-0.61l0.07,-1.85l-0.38,-1.45l-0.12,-0.17l-2.91,-2.03l-0.39,0.04l-0.11,0.11l-0.42,-0.46l-0.11,-0.08l-1.49,-0.63l-1.09,-1.16Z", "name": "Mexico"}, "VU": {"path": "M839.92,325.66l0.78,0.73l-0.18,0.07l-0.6,-0.8ZM839.13,322.74l0.27,1.36l-0.13,-0.06l-0.21,-0.02l-0.29,0.08l-0.22,-0.43l-0.03,-1.32l0.61,0.4Z", "name": "Vanuatu"}, "FR": {"path": "M444.58,172.63l-0.68,1.92l-0.72,-0.38l-0.51,-1.79l0.43,-0.95l1.15,-0.83l0.33,2.04ZM429.71,147.03l1.77,1.57l0.26,0.07l1.16,-0.23l2.12,1.44l0.56,0.28l0.16,0.03l0.61,-0.06l1.09,0.78l0.13,0.05l3.18,0.53l-1.09,1.94l-0.3,2.16l-0.48,0.38l-1.0,-0.26l-0.37,0.32l0.07,0.66l-1.73,1.68l-0.09,0.21l-0.04,1.42l0.41,0.29l0.96,-0.4l0.67,1.07l-0.09,0.78l0.04,0.19l0.61,0.97l-0.71,0.78l-0.07,0.28l0.65,2.39l0.21,0.21l1.09,0.31l-0.2,0.95l-2.08,1.58l-4.81,-0.8l-0.13,0.01l-3.65,0.99l-0.22,0.24l-0.25,1.6l-2.59,0.35l-2.74,-1.33l-0.31,0.03l-0.79,0.57l-4.38,-1.31l-0.79,-0.94l1.16,-1.64l0.05,-0.15l0.48,-6.17l-0.06,-0.21l-2.58,-3.3l-1.89,-1.65l-0.11,-0.06l-3.64,-1.17l-0.2,-1.88l2.92,-0.63l4.14,0.82l0.35,-0.36l-0.65,-3.0l1.77,1.05l0.27,0.02l5.83,-2.54l0.17,-0.19l0.71,-2.54l1.75,-0.53l0.27,0.88l0.27,0.21l1.04,0.05l1.08,1.23ZM289.1,278.45l-0.85,0.84l-0.88,0.13l-0.25,-0.51l-0.21,-0.16l-0.56,-0.1l-0.25,0.07l-0.63,0.55l-0.62,-0.29l0.5,-0.88l0.21,-1.11l0.42,-1.05l-0.03,-0.28l-0.93,-1.42l-0.18,-1.54l1.13,-1.87l2.42,0.78l2.55,2.04l0.33,0.81l-1.4,2.16l-0.77,1.84Z", "name": "France"}, "FI": {"path": "M492.26,76.42l-0.38,3.12l0.12,0.28l3.6,2.69l-2.14,2.96l-0.01,0.33l2.83,4.61l-1.61,3.36l0.03,0.31l2.15,2.87l-0.96,2.44l0.1,0.35l3.51,2.55l-0.81,1.72l-2.28,2.19l-5.28,4.79l-4.51,0.31l-4.39,1.37l-3.87,0.75l-1.34,-1.89l-0.11,-0.09l-2.23,-1.14l0.53,-3.54l-0.01,-0.14l-1.17,-3.37l1.12,-2.13l2.23,-2.44l5.69,-4.33l1.65,-0.84l0.16,-0.31l-0.26,-1.73l-0.15,-0.22l-3.4,-1.91l-0.77,-1.47l-0.07,-6.45l-0.12,-0.24l-3.91,-2.94l-3.0,-1.92l0.97,-0.76l2.6,2.17l0.21,0.07l3.2,-0.21l2.63,1.03l0.3,-0.05l2.39,-1.94l0.09,-0.13l1.18,-3.12l3.63,-1.42l2.87,1.59l-0.98,2.87Z", "name": "Finland"}, "FJ": {"path": "M869.98,327.07l-1.31,0.44l-0.14,-0.41l0.96,-0.41l0.85,-0.17l1.43,-0.78l-0.16,0.65l-1.64,0.67ZM867.58,329.12l0.54,0.47l-0.31,1.0l-1.32,0.3l-1.13,-0.26l-0.17,-0.78l0.72,-0.66l0.98,0.27l0.25,-0.04l0.43,-0.29Z", "name": "Fiji"}, "FK": {"path": "M268.15,427.89l2.6,-1.73l1.98,0.77l0.31,-0.05l1.32,-1.17l1.58,1.18l-0.54,0.84l-3.1,0.92l-1.0,-1.04l-0.39,-0.04l-1.9,1.35l-0.86,-1.04Z", "name": "Falkland Islands"}, "NI": {"path": "M202.1,252.6l0.23,-0.0l0.12,-0.11l0.68,-0.09l0.22,-0.15l0.23,-0.43l0.2,-0.01l0.28,-0.31l-0.04,-0.97l0.29,-0.03l0.5,0.02l0.25,-0.11l0.37,-0.46l0.51,0.35l0.4,-0.06l0.23,-0.28l0.45,-0.29l0.87,-0.7l0.11,-0.21l0.02,-0.26l0.23,-0.12l0.25,-0.48l0.29,0.27l0.14,0.07l0.5,0.12l0.22,-0.03l0.48,-0.28l0.66,-0.02l0.87,-0.33l0.36,-0.32l0.21,0.01l-0.11,0.48l0.0,0.14l0.22,0.8l-0.54,0.85l-0.27,1.03l-0.09,1.18l0.14,0.72l0.05,0.95l-0.24,0.15l-0.13,0.19l-0.23,1.09l0.0,0.14l0.14,0.53l-0.42,0.53l-0.06,0.24l0.12,0.69l0.08,0.15l0.18,0.19l-0.26,0.23l-0.49,-0.11l-0.35,-0.44l-0.16,-0.1l-0.79,-0.21l-0.23,0.03l-0.45,0.26l-1.51,-0.62l-0.31,0.05l-0.17,0.15l-1.81,-1.62l-0.6,-0.9l-1.04,-0.79l-0.77,-0.71Z", "name": "Nicaragua"}, "NL": {"path": "M436.22,136.65l1.82,0.08l0.36,0.89l-0.6,2.96l-0.53,1.06l-1.32,0.0l-0.3,0.34l0.35,2.89l-0.83,-0.47l-1.56,-1.43l-0.29,-0.07l-2.26,0.67l-1.02,-0.15l0.68,-0.48l0.1,-0.12l2.14,-4.84l3.25,-1.35Z", "name": "Netherlands"}, "NO": {"path": "M491.45,67.31l7.06,3.0l-2.52,0.94l-0.11,0.49l2.43,2.49l-3.82,1.59l-1.48,0.3l0.89,-2.61l-0.14,-0.36l-3.21,-1.78l-0.25,-0.02l-3.89,1.52l-0.17,0.17l-1.2,3.17l-2.19,1.78l-2.53,-0.99l-0.13,-0.02l-3.15,0.21l-2.69,-2.25l-0.38,-0.01l-1.43,1.11l-1.47,0.17l-0.26,0.26l-0.33,2.57l-4.42,-0.65l-0.33,0.22l-0.6,2.19l-2.17,-0.01l-0.27,0.16l-4.15,7.68l-3.88,5.76l-0.0,0.33l0.81,1.23l-0.7,1.27l-2.3,-0.06l-0.28,0.18l-1.63,3.72l-0.02,0.13l0.15,5.17l0.07,0.18l1.51,1.84l-0.79,4.24l-2.04,2.5l-0.92,1.75l-1.39,-1.88l-0.44,-0.05l-4.89,4.21l-3.16,0.81l-3.24,-1.74l-0.86,-3.82l-0.78,-8.6l2.18,-2.36l6.56,-3.28l5.0,-4.16l4.63,-5.74l5.99,-8.09l4.17,-3.23l6.84,-5.49l5.39,-1.92l4.06,0.24l0.23,-0.09l3.72,-3.67l4.51,0.19l4.4,-0.89ZM484.58,19.95l4.42,1.82l-3.25,2.68l-7.14,0.65l-7.16,-0.91l-0.39,-1.37l-0.28,-0.22l-3.48,-0.1l-2.25,-2.15l7.09,-1.48l3.55,1.36l0.28,-0.03l2.42,-1.66l6.18,1.41ZM481.99,33.92l-4.73,1.85l-3.76,-1.06l1.27,-1.02l0.04,-0.43l-1.18,-1.35l4.46,-0.94l0.89,1.83l0.17,0.15l2.83,0.96ZM466.5,23.95l7.64,3.87l-5.63,1.94l-0.19,0.19l-1.35,3.88l-2.08,0.96l-0.16,0.19l-1.14,4.18l-2.71,0.18l-4.94,-2.95l1.95,-1.63l-0.08,-0.51l-3.7,-1.54l-4.79,-4.54l-1.78,-4.01l6.29,-1.88l1.25,1.81l0.25,0.13l3.57,-0.08l0.26,-0.17l0.87,-1.79l3.41,-0.18l3.08,1.94Z", "name": "Norway"}, "NA": {"path": "M461.88,357.98l-1.61,-1.77l-0.94,-1.9l-0.54,-2.58l-0.62,-1.95l-0.83,-4.05l-0.06,-3.13l-0.33,-1.5l-0.07,-0.14l-0.95,-1.06l-1.27,-2.12l-1.3,-3.1l-0.59,-1.71l-1.98,-2.46l-0.13,-1.67l0.99,-0.4l1.44,-0.42l1.48,0.07l1.42,1.11l0.31,0.03l0.32,-0.15l9.99,-0.11l1.66,1.18l0.16,0.06l6.06,0.37l4.69,-1.06l2.01,-0.57l1.5,0.14l0.63,0.37l-1.0,0.41l-0.7,0.01l-0.16,0.05l-1.38,0.88l-0.79,-0.88l-0.29,-0.09l-3.83,0.9l-1.84,0.08l-0.29,0.3l-0.07,8.99l-2.18,0.08l-0.29,0.3l-0.0,17.47l-2.04,1.27l-1.21,0.18l-1.51,-0.49l-0.99,-0.18l-0.36,-1.0l-0.1,-0.14l-0.99,-0.74l-0.4,0.04l-0.98,1.09Z", "name": "Namibia"}, "NC": {"path": "M835.87,338.68l2.06,1.63l1.01,0.94l-0.49,0.32l-1.21,-0.62l-1.76,-1.16l-1.58,-1.36l-1.61,-1.79l-0.16,-0.41l0.54,0.02l1.32,0.83l1.08,0.87l0.79,0.73Z", "name": "New Caledonia"}, "NE": {"path": "M426.67,254.17l0.03,-1.04l-0.24,-0.3l-2.66,-0.53l-0.06,-1.0l-0.07,-0.17l-1.37,-1.62l-0.3,-1.04l0.15,-0.94l1.37,-0.09l0.19,-0.09l0.85,-0.83l3.34,-0.22l2.22,-0.41l0.24,-0.26l0.2,-1.5l1.32,-1.65l0.07,-0.19l-0.01,-5.74l3.4,-1.13l7.24,-5.12l8.46,-4.95l3.76,1.08l1.35,1.39l0.36,0.05l1.39,-0.77l0.55,3.66l0.12,0.2l0.82,0.6l0.03,0.69l0.1,0.21l0.87,0.74l-0.47,0.99l-0.96,5.26l-0.13,3.25l-3.08,2.34l-0.1,0.15l-1.08,3.37l0.08,0.31l0.94,0.86l-0.01,1.51l0.29,0.3l1.25,0.05l-0.14,0.66l-0.51,0.11l-0.24,0.26l-0.06,0.57l-0.04,0.0l-1.59,-2.62l-0.21,-0.14l-0.59,-0.1l-0.23,0.05l-1.83,1.33l-1.79,-0.68l-1.42,-0.17l-0.17,0.03l-0.65,0.32l-1.39,-0.07l-0.19,0.06l-1.4,1.03l-1.12,0.05l-2.97,-1.29l-0.26,0.01l-1.12,0.59l-1.08,-0.04l-0.85,-0.88l-0.11,-0.07l-2.51,-0.95l-0.14,-0.02l-2.69,0.3l-0.16,0.07l-0.65,0.55l-0.1,0.16l-0.34,1.41l-0.69,0.98l-0.05,0.15l-0.13,1.72l-1.47,-1.13l-0.18,-0.06l-0.9,0.01l-0.2,0.08l-0.32,0.28Z", "name": "Niger"}, "NG": {"path": "M442.0,272.7l-2.4,0.83l-0.88,-0.12l-0.19,0.04l-0.89,0.52l-1.78,-0.05l-1.23,-1.44l-0.88,-1.87l-1.77,-1.66l-0.21,-0.08l-3.78,0.03l0.13,-3.75l-0.06,-1.58l0.44,-1.47l0.74,-0.75l1.21,-1.56l0.04,-0.29l-0.22,-0.56l0.44,-0.9l0.01,-0.24l-0.54,-1.44l0.26,-2.97l0.72,-1.06l0.33,-1.37l0.51,-0.43l2.53,-0.28l2.38,0.9l0.89,0.91l0.2,0.09l1.28,0.04l0.15,-0.03l1.06,-0.56l2.9,1.26l0.13,0.02l1.28,-0.06l0.16,-0.06l1.39,-1.02l1.36,0.07l0.15,-0.03l0.64,-0.32l1.22,0.13l1.9,0.73l0.28,-0.04l1.86,-1.35l0.33,0.06l1.62,2.67l0.29,0.14l0.32,-0.04l0.73,0.74l-0.19,0.37l-0.12,0.74l-2.03,1.89l-0.07,0.11l-0.66,1.62l-0.35,1.28l-0.48,0.51l-0.07,0.12l-0.48,1.67l-1.26,0.98l-0.1,0.15l-0.38,1.24l-0.58,1.07l-0.2,0.91l-1.43,0.7l-1.26,-0.93l-0.19,-0.06l-0.95,0.04l-0.2,0.09l-1.41,1.39l-0.61,0.02l-0.26,0.17l-1.19,2.42l-0.61,1.67Z", "name": "Nigeria"}, "NZ": {"path": "M857.9,379.62l1.85,3.1l0.33,0.14l0.22,-0.28l0.04,-1.41l0.57,0.4l0.35,2.06l0.17,0.22l2.02,0.94l1.78,0.26l0.22,-0.06l1.31,-1.01l0.84,0.22l-0.53,2.27l-0.67,1.5l-1.71,-0.05l-0.25,0.12l-0.67,0.89l-0.05,0.23l0.21,1.15l-0.31,0.46l-2.15,3.57l-1.6,0.99l-0.28,-0.51l-0.15,-0.13l-0.72,-0.3l1.27,-2.15l0.01,-0.29l-0.82,-1.63l-0.15,-0.14l-2.5,-1.09l0.05,-0.69l1.67,-0.94l0.15,-0.21l0.42,-2.24l-0.11,-1.95l-0.03,-0.12l-0.97,-1.85l0.05,-0.41l-0.09,-0.25l-1.18,-1.17l-1.94,-2.49l-0.86,-1.64l0.38,-0.09l1.24,1.43l0.12,0.08l1.81,0.68l0.67,2.39ZM853.93,393.55l0.57,1.24l0.44,0.12l1.51,-1.03l0.52,0.91l0.0,1.09l-0.88,1.31l-1.62,2.2l-1.26,1.2l-0.05,0.38l0.64,1.02l-1.4,0.03l-0.14,0.04l-2.14,1.16l-0.14,0.17l-0.67,2.0l-1.38,3.06l-3.07,2.19l-2.12,-0.06l-1.55,-0.99l-0.14,-0.05l-2.53,-0.2l-0.31,-0.84l1.25,-2.15l3.07,-2.97l1.62,-0.59l1.81,-1.17l2.18,-1.63l1.55,-1.65l1.08,-2.18l0.9,-0.72l0.11,-0.17l0.35,-1.56l1.37,-1.07l0.4,0.91Z", "name": "New Zealand"}, "NP": {"path": "M641.26,213.53l-0.14,0.95l0.32,1.64l-0.21,0.78l-1.83,0.04l-2.98,-0.62l-1.86,-0.25l-1.37,-1.3l-0.18,-0.08l-3.38,-0.34l-3.21,-1.49l-2.38,-1.34l-2.16,-0.92l0.84,-2.2l1.51,-1.18l0.89,-0.57l1.83,0.77l2.5,1.76l1.39,0.41l0.78,1.21l0.17,0.13l1.91,0.53l2.0,1.17l2.92,0.66l2.63,0.24Z", "name": "Nepal"}, "CI": {"path": "M413.53,272.08l-0.83,0.02l-1.79,-0.49l-1.64,0.03l-3.04,0.46l-1.73,0.72l-2.4,0.89l-0.12,-0.02l0.16,-1.7l0.19,-0.25l0.06,-0.2l-0.08,-0.99l-0.09,-0.19l-1.06,-1.05l-0.15,-0.08l-0.71,-0.15l-0.51,-0.48l0.45,-0.92l0.02,-0.19l-0.24,-1.16l0.07,-0.43l0.14,-0.0l0.3,-0.26l0.15,-1.1l-0.02,-0.15l-0.13,-0.34l0.09,-0.13l0.83,-0.27l0.19,-0.37l-0.62,-2.02l-0.55,-1.0l0.14,-0.59l0.35,-0.14l0.24,-0.16l0.53,0.29l0.14,0.04l1.93,0.02l0.26,-0.14l0.36,-0.58l0.39,0.01l0.43,-0.17l0.28,0.79l0.43,0.16l0.56,-0.31l0.89,-0.32l0.92,0.45l0.39,0.75l0.14,0.13l1.13,0.53l0.3,-0.03l0.81,-0.59l1.02,-0.08l1.49,0.57l0.62,3.33l-1.03,2.09l-0.65,2.84l0.02,0.2l1.05,2.08l-0.07,0.64Z", "name": "Ivory Coast"}, "CH": {"path": "M444.71,156.27l0.05,0.3l-0.34,0.69l0.13,0.4l1.13,0.58l1.07,0.1l-0.12,0.81l-0.87,0.42l-1.75,-0.37l-0.34,0.18l-0.47,1.1l-0.86,0.07l-0.33,-0.38l-0.41,-0.04l-1.34,1.01l-1.02,0.13l-0.93,-0.58l-0.82,-1.32l-0.37,-0.12l-0.77,0.32l0.02,-0.84l1.74,-1.69l0.09,-0.25l-0.04,-0.38l0.73,0.19l0.26,-0.06l0.6,-0.48l2.02,0.02l0.24,-0.12l0.38,-0.51l2.31,0.84Z", "name": "Switzerland"}, "CO": {"path": "M232.24,284.95l-0.94,-0.52l-1.22,-0.82l-0.31,-0.01l-0.62,0.35l-1.88,-0.31l-0.54,-0.95l-0.29,-0.15l-0.37,0.03l-2.34,-1.33l-0.15,-0.35l0.57,-0.11l0.24,-0.32l-0.1,-1.15l0.46,-0.71l1.11,-0.15l0.21,-0.13l1.05,-1.57l0.95,-1.31l-0.08,-0.43l-0.73,-0.47l0.4,-1.24l0.01,-0.16l-0.53,-2.15l0.44,-0.54l0.06,-0.24l-0.4,-2.13l-0.06,-0.13l-0.93,-1.22l0.21,-0.8l0.52,0.12l0.32,-0.13l0.47,-0.75l0.03,-0.27l-0.52,-1.32l0.09,-0.11l1.14,0.07l0.22,-0.08l1.82,-1.71l0.96,-0.25l0.22,-0.28l0.02,-0.81l0.43,-2.01l1.28,-1.04l1.48,-0.05l0.27,-0.19l0.12,-0.31l1.73,0.19l0.2,-0.05l1.96,-1.28l0.97,-0.56l1.16,-1.16l0.64,0.11l0.43,0.44l-0.31,0.55l-1.49,0.39l-0.19,0.16l-0.6,1.2l-0.97,0.74l-0.73,0.94l-0.06,0.13l-0.3,1.76l-0.68,1.44l0.23,0.43l1.1,0.14l0.27,0.97l0.08,0.13l0.49,0.49l0.17,0.85l-0.27,0.86l-0.01,0.14l0.09,0.53l0.2,0.23l0.52,0.18l0.54,0.79l0.27,0.13l3.18,-0.24l1.31,0.29l1.7,2.08l0.31,0.1l0.96,-0.26l1.75,0.13l1.41,-0.27l0.56,0.27l-0.36,1.07l-0.54,0.81l-0.05,0.13l-0.2,1.8l0.51,1.79l0.07,0.12l0.65,0.68l0.05,0.32l-1.16,1.14l0.05,0.47l0.86,0.52l0.6,0.79l0.31,1.01l-0.7,-0.81l-0.44,-0.01l-0.74,0.77l-4.75,-0.05l-0.3,0.31l0.03,1.57l0.25,0.29l1.2,0.21l-0.02,0.24l-0.1,-0.05l-0.22,-0.02l-1.41,0.41l-0.22,0.29l-0.01,1.82l0.11,0.23l1.04,0.85l0.35,1.3l-0.06,1.02l-1.02,6.26l-0.84,-0.89l-0.19,-0.09l-0.25,-0.02l1.35,-2.13l-0.1,-0.42l-1.92,-1.17l-0.2,-0.04l-1.41,0.2l-0.82,-0.39l-0.26,0.0l-1.29,0.62l-1.63,-0.27l-1.4,-2.5l-0.12,-0.12l-1.1,-0.61l-0.83,-1.2l-1.67,-1.19l-0.27,-0.04l-0.54,0.19Z", "name": "Colombia"}, "CN": {"path": "M740.32,148.94l0.22,0.21l4.3,1.03l2.84,2.2l0.99,2.92l0.28,0.2l3.8,0.0l0.15,-0.04l2.13,-1.24l3.5,-0.8l-1.05,2.29l-0.95,1.13l-0.06,0.12l-0.85,3.41l-1.56,2.81l-2.83,-0.51l-0.19,0.03l-2.15,1.09l-0.15,0.34l0.65,2.59l-0.33,3.3l-1.03,0.07l-0.28,0.3l0.01,0.75l-1.09,-1.2l-0.48,0.05l-0.94,1.6l-3.76,1.26l-0.2,0.36l0.29,1.19l-1.67,-0.08l-1.11,-0.88l-0.42,0.05l-1.69,2.08l-2.71,1.57l-2.04,1.88l-3.42,0.84l-0.11,0.05l-1.8,1.34l-1.54,0.46l0.52,-0.53l0.06,-0.33l-0.44,-0.96l1.84,-1.84l0.02,-0.41l-1.32,-1.56l-0.36,-0.08l-2.23,1.08l-2.83,2.06l-1.52,1.85l-2.32,0.13l-0.2,0.09l-1.28,1.37l-0.03,0.37l1.32,1.97l0.18,0.13l1.83,0.43l0.07,1.08l0.18,0.26l1.98,0.84l0.3,-0.03l2.66,-1.96l2.06,1.04l0.12,0.03l1.4,0.07l0.27,1.0l-3.24,0.73l-0.17,0.11l-1.13,1.5l-2.38,1.4l-0.1,0.1l-1.29,1.99l0.1,0.42l2.6,1.5l0.97,2.72l1.52,2.56l1.66,2.08l-0.03,1.76l-1.4,0.67l-0.15,0.38l0.6,1.47l0.13,0.15l1.29,0.75l-0.35,2.0l-0.58,1.96l-1.22,0.21l-0.2,0.14l-1.83,2.93l-2.02,3.51l-2.29,3.13l-3.4,2.42l-3.42,2.18l-2.75,0.3l-0.15,0.06l-1.32,1.01l-0.68,-0.67l-0.41,-0.01l-1.37,1.27l-3.42,1.28l-2.62,0.4l-0.24,0.21l-0.8,2.57l-0.95,0.11l-0.53,-1.54l0.52,-0.89l-0.19,-0.44l-3.36,-0.84l-0.17,0.01l-1.09,0.4l-2.36,-0.64l-1.0,-0.9l0.35,-1.34l-0.23,-0.37l-2.22,-0.47l-1.15,-0.94l-0.36,-0.02l-2.08,1.37l-2.35,0.29l-1.98,-0.01l-0.13,0.03l-1.32,0.63l-1.28,0.38l-0.21,0.33l0.33,2.65l-0.78,-0.04l-0.14,-0.39l-0.07,-1.04l-0.41,-0.26l-1.72,0.71l-0.96,-0.43l-1.63,-0.86l0.65,-1.95l-0.19,-0.38l-1.43,-0.46l-0.56,-2.27l-0.34,-0.22l-2.26,0.38l0.25,-2.65l2.29,-2.15l0.09,-0.2l0.1,-2.21l-0.07,-2.09l-0.15,-0.25l-1.02,-0.6l-0.8,-1.52l-0.31,-0.16l-1.42,0.2l-2.16,-0.32l0.55,-0.74l0.01,-0.35l-1.17,-1.7l-0.41,-0.08l-1.67,1.07l-1.97,-0.63l-0.25,0.03l-2.89,1.73l-2.26,1.99l-1.82,0.3l-1.0,-0.66l-0.15,-0.05l-1.28,-0.06l-1.75,-0.61l-0.24,0.02l-1.35,0.69l-0.1,0.08l-1.2,1.45l-0.14,-1.41l-0.4,-0.25l-1.46,0.55l-2.83,-0.26l-2.77,-0.61l-1.99,-1.17l-1.91,-0.54l-0.78,-1.21l-0.17,-0.13l-1.36,-0.38l-2.54,-1.79l-2.01,-0.84l-0.28,0.02l-0.89,0.56l-3.31,-1.83l-2.35,-1.67l-0.57,-2.49l1.34,0.28l0.36,-0.28l0.08,-1.42l-0.05,-0.19l-0.93,-1.34l0.24,-2.18l-0.07,-0.22l-2.69,-3.32l-0.15,-0.1l-3.97,-1.11l-0.69,-2.05l-0.11,-0.15l-1.79,-1.3l-0.39,-0.73l-0.36,-1.57l0.08,-1.09l-0.18,-0.3l-1.52,-0.66l-0.22,-0.01l-0.51,0.18l-0.52,-2.21l0.59,-0.55l0.06,-0.35l-0.22,-0.44l2.12,-1.24l1.63,-0.55l2.58,0.39l0.31,-0.16l0.87,-1.75l3.05,-0.34l0.21,-0.12l0.84,-1.12l3.87,-1.59l0.15,-0.14l0.35,-0.68l0.03,-0.17l-0.17,-1.51l1.52,-0.7l0.15,-0.39l-2.12,-5.0l4.62,-1.15l1.35,-0.72l0.14,-0.17l1.72,-5.37l4.7,0.99l0.28,-0.08l1.39,-1.43l0.08,-0.2l0.11,-2.95l1.83,-0.26l0.18,-0.1l1.85,-2.08l0.61,-0.17l0.57,1.97l0.1,0.15l2.2,1.75l3.48,1.17l1.59,2.36l-0.93,3.53l0.04,0.24l0.9,1.35l0.2,0.13l2.98,0.53l3.32,0.43l2.97,1.89l1.49,0.35l1.08,2.67l1.52,1.88l0.24,0.11l2.74,-0.07l5.15,0.67l3.36,-0.41l2.39,0.43l3.67,1.81l0.13,0.03l2.92,-0.0l1.02,0.86l0.34,0.03l2.88,-1.59l3.98,-1.03l3.81,-0.13l3.02,-1.12l1.77,-1.61l1.73,-1.01l0.13,-0.37l-0.41,-1.01l-0.72,-1.07l1.09,-1.66l1.21,0.24l2.57,0.63l0.24,-0.04l2.46,-1.62l3.78,-1.19l0.13,-0.09l1.8,-2.03l1.66,-0.84l3.54,-0.41l1.93,0.35l0.34,-0.22l0.27,-1.12l-0.08,-0.29l-2.27,-2.22l-2.08,-1.07l-0.29,0.01l-1.82,1.12l-2.36,-0.47l-0.14,0.01l-1.18,0.34l-0.46,-0.94l1.69,-3.08l1.1,-2.21l2.75,1.12l0.26,-0.02l3.53,-2.06l0.15,-0.26l-0.02,-1.35l2.18,-3.39l1.35,-1.04l0.12,-0.24l-0.03,-1.85l-0.15,-0.25l-1.0,-0.58l1.68,-1.37l3.01,-0.59l3.25,-0.09l3.67,0.99l2.08,1.18l1.51,3.3l0.95,1.45l0.85,1.99l0.92,3.19ZM697.0,237.37l-1.95,1.12l-1.74,-0.68l-0.06,-1.9l1.08,-1.03l2.62,-0.7l1.23,0.05l0.37,0.65l-1.01,1.08l-0.54,1.4Z", "name": "China"}, "CM": {"path": "M453.76,278.92l-0.26,-0.11l-0.18,-0.02l-1.42,0.31l-1.56,-0.33l-1.17,0.16l-3.7,-0.05l0.3,-1.63l-0.04,-0.21l-0.98,-1.66l-0.15,-0.13l-1.03,-0.38l-0.46,-1.01l-0.13,-0.14l-0.48,-0.27l0.02,-0.46l0.62,-1.72l1.1,-2.25l0.54,-0.02l0.2,-0.09l1.41,-1.39l0.73,-0.03l1.32,0.97l0.31,0.03l1.72,-0.85l0.16,-0.2l0.22,-1.0l0.57,-1.03l0.36,-1.18l1.26,-0.98l0.1,-0.15l0.49,-1.7l0.48,-0.51l0.07,-0.13l0.35,-1.3l0.63,-1.54l2.06,-1.92l0.09,-0.17l0.12,-0.79l0.24,-0.41l-0.04,-0.36l-0.89,-0.91l0.04,-0.45l0.28,-0.06l0.85,1.39l0.16,1.59l-0.09,1.66l0.04,0.17l1.09,1.84l-0.86,-0.02l-0.72,0.17l-1.07,-0.24l-0.34,0.17l-0.54,1.19l0.06,0.34l1.48,1.47l1.06,0.44l0.32,0.94l0.73,1.6l-0.32,0.57l-1.23,2.49l-0.54,0.41l-0.12,0.21l-0.19,1.95l0.24,1.08l-0.18,0.67l0.07,0.28l1.13,1.25l0.24,0.93l0.92,1.29l1.1,0.8l0.1,1.01l0.26,0.73l-0.12,0.93l-1.65,-0.49l-2.02,-0.66l-3.19,-0.11Z", "name": "Cameroon"}, "CL": {"path": "M246.8,429.1l-1.14,0.78l-2.25,1.21l-0.16,0.23l-0.37,2.94l-0.75,0.06l-2.72,-1.07l-2.83,-2.34l-3.06,-1.9l-0.71,-1.92l0.67,-1.84l-0.02,-0.25l-1.22,-2.13l-0.31,-5.41l1.02,-2.95l2.59,-2.4l-0.13,-0.51l-3.32,-0.8l2.06,-2.4l0.07,-0.15l0.79,-4.77l2.44,0.95l0.4,-0.22l1.31,-6.31l-0.16,-0.33l-1.68,-0.8l-0.42,0.21l-0.72,3.47l-1.01,-0.27l0.74,-4.06l0.85,-5.46l1.12,-1.96l0.03,-0.22l-0.71,-2.82l-0.19,-2.94l0.76,-0.07l0.26,-0.2l1.53,-4.62l1.73,-4.52l1.07,-4.2l-0.56,-4.2l0.73,-2.2l0.01,-0.12l-0.29,-3.3l1.46,-3.34l0.45,-5.19l0.8,-5.52l0.78,-5.89l-0.18,-4.33l-0.49,-3.47l1.1,-0.56l0.13,-0.13l0.44,-0.88l0.9,1.29l0.32,1.8l0.1,0.18l1.16,0.97l-0.73,2.33l0.01,0.21l1.33,2.91l0.97,3.6l0.35,0.22l1.57,-0.31l0.16,0.34l-0.79,2.51l-2.61,1.25l-0.17,0.28l0.08,4.36l-0.48,0.79l0.01,0.33l0.6,0.84l-1.62,1.55l-1.67,2.6l-0.89,2.47l-0.02,0.13l0.23,2.56l-1.5,2.76l-0.03,0.21l1.15,4.8l0.11,0.17l0.54,0.42l-0.01,2.37l-1.4,2.7l-0.03,0.15l0.06,2.25l-1.8,1.78l-0.09,0.21l0.02,2.73l0.71,2.63l-1.33,0.94l-0.12,0.17l-0.67,2.64l-0.59,3.03l0.4,3.55l-0.84,0.51l-0.14,0.31l0.58,3.5l0.08,0.16l0.96,0.99l-0.7,1.08l0.11,0.43l1.04,0.55l0.19,0.8l-0.89,0.48l-0.16,0.31l0.26,1.77l-0.89,4.06l-1.31,2.67l-0.03,0.19l0.28,1.53l-0.73,1.88l-1.85,1.37l-0.12,0.26l0.22,3.46l0.06,0.16l0.88,1.19l0.28,0.12l1.32,-0.17l-0.04,2.13l0.04,0.15l1.04,1.95l0.24,0.16l5.94,0.44ZM248.79,430.71l0.0,7.41l0.3,0.3l2.67,0.0l1.01,0.06l-0.54,0.91l-1.99,1.01l-1.13,-0.1l-1.42,-0.27l-1.87,-1.06l-2.57,-0.49l-3.09,-1.9l-2.52,-1.83l-2.65,-2.93l0.93,0.32l3.54,2.29l3.32,1.23l0.34,-0.09l1.29,-1.57l0.83,-2.32l2.11,-1.28l1.43,0.32Z", "name": "Chile"}, "CA": {"path": "M280.14,145.66l-1.66,2.88l0.06,0.37l0.37,0.03l1.5,-1.01l1.17,0.49l-0.64,0.83l0.13,0.46l2.22,0.89l0.28,-0.03l1.02,-0.7l2.09,0.83l-0.69,2.1l0.37,0.38l1.43,-0.45l0.27,1.43l0.74,1.88l-0.95,2.5l-0.88,0.09l-1.34,-0.48l0.49,-2.34l-0.14,-0.32l-0.7,-0.4l-0.36,0.04l-2.81,2.66l-0.63,-0.05l1.2,-1.01l-0.1,-0.52l-2.4,-0.77l-2.79,0.18l-4.65,-0.09l-0.22,-0.54l1.37,-0.99l0.01,-0.48l-0.82,-0.65l1.91,-1.79l2.57,-5.17l1.49,-1.81l2.04,-1.07l0.63,0.08l-0.27,0.51l-1.33,2.07ZM193.92,74.85l-0.01,4.24l0.19,0.28l0.33,-0.07l3.14,-3.22l2.65,2.5l-0.71,3.04l0.06,0.26l2.42,2.88l0.46,0.0l2.66,-3.14l1.83,-3.74l0.03,-0.12l0.13,-4.53l3.23,0.31l3.63,0.64l3.18,2.08l0.13,1.91l-1.79,2.22l-0.0,0.37l1.69,2.2l-0.28,1.8l-4.74,2.84l-3.33,0.62l-2.5,-1.21l-0.41,0.17l-0.73,2.05l-2.39,3.44l-0.74,1.78l-2.78,2.61l-3.48,0.26l-0.17,0.07l-1.98,1.68l-0.1,0.21l-0.15,2.33l-2.68,0.45l-0.17,0.09l-3.1,3.2l-2.75,4.38l-0.99,3.06l-0.14,4.31l0.25,0.31l3.5,0.58l1.07,3.24l1.18,2.76l0.34,0.18l3.43,-0.69l4.55,1.52l2.45,1.32l1.76,1.65l0.12,0.07l3.11,0.96l2.63,1.46l0.13,0.04l4.12,0.2l2.41,0.3l-0.36,2.81l0.8,3.51l1.81,3.78l0.08,0.1l3.73,3.17l0.34,0.03l1.93,-1.08l0.13,-0.15l1.35,-3.44l0.01,-0.18l-1.31,-5.38l-0.08,-0.14l-1.46,-1.5l3.68,-1.51l2.84,-2.46l1.45,-2.55l0.04,-0.17l-0.2,-2.39l-0.04,-0.12l-1.7,-3.07l-2.9,-2.64l2.79,-3.66l0.05,-0.27l-1.08,-3.38l-0.8,-5.75l1.45,-0.75l4.18,1.03l2.6,0.38l0.18,-0.03l1.93,-0.95l2.18,1.23l3.01,2.18l0.73,1.42l0.25,0.16l4.18,0.27l-0.06,2.95l0.83,4.7l0.22,0.24l2.19,0.55l1.75,2.08l0.38,0.07l3.63,-2.03l0.11,-0.11l2.38,-4.06l1.36,-1.43l1.76,3.01l3.26,4.68l2.68,4.19l-0.94,2.09l0.12,0.38l3.31,1.98l2.23,1.98l0.13,0.07l3.94,0.89l1.48,1.02l0.96,2.82l0.22,0.2l1.85,0.43l0.88,1.13l0.17,3.53l-1.68,1.16l-1.76,1.14l-4.08,1.17l-0.11,0.06l-3.08,2.65l-4.11,0.52l-5.35,-0.69l-3.76,-0.02l-2.62,0.23l-0.2,0.1l-2.05,2.29l-3.13,1.41l-0.11,0.08l-3.6,4.24l-2.87,2.92l-0.05,0.36l0.33,0.14l2.13,-0.52l0.15,-0.08l3.98,-4.15l5.16,-2.63l3.58,-0.31l1.82,1.3l-2.09,1.91l-0.09,0.29l0.8,3.46l0.82,2.37l0.15,0.17l3.25,1.56l0.16,0.03l4.14,-0.45l0.21,-0.12l2.03,-2.86l0.11,1.46l0.13,0.22l1.26,0.88l-2.7,1.78l-5.51,1.83l-2.52,1.26l-2.75,2.16l-1.52,-0.18l-0.08,-2.16l4.19,-2.47l0.14,-0.34l-0.3,-0.22l-4.01,0.1l-2.66,0.36l-1.45,-1.56l0.0,-4.16l-0.11,-0.23l-1.11,-0.91l-0.28,-0.05l-1.5,0.48l-0.7,-0.7l-0.45,0.02l-1.91,2.39l-0.8,2.5l-0.82,1.31l-0.95,0.43l-0.77,0.15l-0.23,0.2l-0.18,0.56l-8.2,0.02l-0.13,0.03l-1.19,0.61l-2.95,2.45l-0.78,1.13l-4.6,0.01l-0.12,0.02l-1.13,0.48l-0.13,0.44l0.37,0.55l0.2,0.82l-0.01,0.09l-3.1,1.42l-2.63,0.5l-2.84,1.57l-0.47,0.0l-0.72,-0.4l-0.18,-0.27l0.03,-0.15l0.52,-1.0l1.2,-1.71l0.73,-1.8l0.02,-0.17l-1.03,-5.47l-0.15,-0.21l-2.35,-1.32l0.16,-0.29l-0.05,-0.35l-0.37,-0.38l-0.22,-0.09l-0.56,0.0l-0.35,-0.34l-0.11,-0.65l-0.46,-0.2l-0.39,0.26l-0.2,-0.03l-0.11,-0.33l-0.48,-0.25l-0.21,-0.71l-0.15,-0.18l-3.97,-2.07l-4.8,-2.39l-0.25,-0.01l-2.19,0.89l-0.72,0.03l-3.04,-0.82l-0.14,-0.0l-1.94,0.4l-2.4,-0.98l-2.56,-0.51l-1.7,-0.19l-0.62,-0.44l-0.42,-1.67l-0.3,-0.23l-0.85,0.02l-0.29,0.3l-0.01,0.95l-69.26,-0.01l-4.77,-3.14l-1.78,-1.41l-4.51,-1.38l-1.3,-2.73l0.34,-1.96l-0.17,-0.33l-3.06,-1.37l-0.41,-2.58l-0.11,-0.18l-2.92,-2.4l-0.05,-1.53l1.32,-1.59l0.07,-0.2l-0.07,-2.21l-0.16,-0.26l-4.19,-2.22l-2.52,-4.02l-1.56,-2.6l-0.08,-0.09l-2.28,-1.64l-1.65,-1.48l-1.31,-1.89l-0.38,-0.1l-2.51,1.21l-2.28,1.92l-2.03,-2.22l-1.85,-1.71l-2.44,-1.04l-2.28,-0.12l0.03,-37.72l4.27,0.98l4.0,2.13l2.61,0.4l0.24,-0.07l2.17,-1.81l2.92,-1.33l3.63,0.53l0.18,-0.03l3.72,-1.94l3.89,-1.06l1.6,1.72l0.37,0.06l1.87,-1.04l0.14,-0.19l0.48,-1.83l1.37,0.38l4.18,3.96l0.41,0.0l2.89,-2.62l0.28,2.79l0.37,0.26l3.08,-0.73l0.17,-0.12l0.85,-1.16l2.81,0.24l3.83,1.86l5.86,1.61l3.46,0.75l2.44,-0.26l2.89,1.89l-3.12,1.89l-0.14,0.31l0.24,0.24l4.53,0.92l6.84,-0.5l2.04,-0.71l2.54,2.44l0.39,0.02l2.72,-2.16l-0.01,-0.48l-2.26,-1.61l1.27,-1.16l2.94,-0.19l1.94,-0.42l1.89,0.97l2.49,2.32l0.24,0.08l2.71,-0.33l4.35,1.9l0.17,0.02l3.86,-0.67l3.62,0.1l0.31,-0.33l-0.26,-2.44l1.9,-0.65l3.58,1.36l-0.01,3.84l0.23,0.29l0.34,-0.17l1.51,-3.23l1.81,0.1l0.31,-0.22l1.13,-4.37l-0.08,-0.29l-2.68,-2.73l-2.83,-1.76l0.19,-4.73l2.77,-3.15l3.06,0.69l2.44,1.97l3.24,4.88l-2.05,2.02l0.15,0.51l4.41,0.85ZM265.85,150.7l-0.84,0.04l-3.15,-0.99l-1.77,-1.17l0.19,-0.06l3.17,0.79l2.39,1.27l0.01,0.12ZM249.41,3.71l6.68,0.49l5.34,0.79l4.34,1.6l-0.08,1.24l-5.91,2.56l-6.03,1.21l-2.36,1.38l-0.14,0.34l0.29,0.22l4.37,-0.02l-4.96,3.01l-4.06,1.64l-0.11,0.08l-4.21,4.62l-5.07,0.92l-0.12,0.05l-1.53,1.1l-7.5,0.59l-0.28,0.28l0.24,0.31l2.67,0.54l-1.04,0.6l-0.09,0.44l1.89,2.49l-2.11,1.66l-3.83,1.52l-0.15,0.13l-1.14,2.01l-3.41,1.55l-0.16,0.36l0.35,1.19l0.3,0.22l3.98,-0.19l0.03,0.78l-6.42,2.99l-6.44,-1.41l-7.41,0.79l-3.72,-0.62l-4.48,-0.26l-0.25,-2.0l4.37,-1.13l0.21,-0.38l-1.14,-3.55l1.13,-0.28l6.61,2.29l0.35,-0.12l-0.04,-0.37l-3.41,-3.45l-0.14,-0.08l-3.57,-0.92l1.62,-1.7l4.36,-1.3l0.2,-0.18l0.71,-1.94l-0.12,-0.36l-3.45,-2.15l-0.88,-2.43l6.36,0.23l1.94,0.61l0.23,-0.02l3.91,-2.1l0.15,-0.32l-0.26,-0.24l-5.69,-0.67l-8.69,0.37l-4.3,-1.92l-2.12,-2.39l-2.82,-1.68l-0.44,-1.65l3.41,-1.06l2.93,-0.2l4.91,-0.99l3.69,-2.28l2.93,0.31l2.64,1.68l0.42,-0.1l1.84,-3.23l3.17,-0.96l4.45,-0.69l7.56,-0.26l1.26,0.64l0.18,0.03l7.2,-1.06l10.81,0.8ZM203.94,57.59l0.01,0.32l1.97,2.97l0.51,-0.01l2.26,-3.75l6.05,-1.89l4.08,4.72l-0.36,2.95l0.38,0.33l4.95,-1.36l0.11,-0.05l2.23,-1.77l5.37,2.31l3.32,2.14l0.3,1.89l0.36,0.25l4.48,-1.01l2.49,2.8l0.14,0.09l5.99,1.78l2.09,1.74l2.18,3.83l-4.29,1.91l-0.01,0.54l5.9,2.83l3.95,0.94l3.54,3.84l0.2,0.1l3.58,0.25l-0.67,2.51l-4.18,4.54l-2.84,-1.61l-3.91,-3.95l-0.26,-0.09l-3.24,0.52l-0.25,0.26l-0.32,2.37l0.1,0.26l2.63,2.38l3.42,1.89l0.96,1.0l1.57,3.8l-0.74,2.43l-2.85,-0.96l-6.26,-3.15l-0.38,0.09l0.04,0.39l3.54,3.4l2.55,2.31l0.23,0.78l-6.26,-1.43l-5.33,-2.25l-2.73,-1.73l0.67,-0.86l-0.09,-0.45l-7.38,-4.01l-0.44,0.27l0.03,0.89l-6.85,0.61l-1.8,-1.17l1.43,-2.6l4.56,-0.07l5.15,-0.52l0.23,-0.45l-0.76,-1.34l0.8,-1.89l3.21,-4.06l0.05,-0.29l-0.72,-1.95l-0.97,-1.47l-0.11,-0.1l-3.84,-2.1l-4.53,-1.33l1.09,-0.75l0.05,-0.45l-2.65,-2.75l-0.18,-0.09l-2.12,-0.24l-1.91,-1.47l-0.39,0.02l-1.27,1.25l-4.4,0.56l-9.06,-0.99l-5.28,-1.31l-4.01,-0.67l-1.72,-1.31l2.32,-1.85l0.1,-0.33l-0.28,-0.2l-3.3,-0.02l-0.74,-4.36l1.86,-4.09l2.46,-1.88l5.74,-1.15l-1.5,2.55ZM261.28,159.28l0.19,0.14l1.82,0.42l1.66,-0.05l-0.66,0.68l-0.75,0.16l-3.0,-1.25l-0.46,-0.77l0.51,-0.52l0.68,1.19ZM230.87,84.48l-2.48,0.19l-0.52,-1.74l0.96,-2.17l2.03,-0.53l1.71,1.04l0.02,1.6l-0.22,0.46l-1.5,1.16ZM229.52,58.19l0.14,0.82l-4.99,-0.22l-2.73,0.63l-0.59,-0.23l-2.61,-2.4l0.08,-1.38l0.94,-0.25l5.61,0.51l4.14,2.54ZM222.12,105.0l-0.79,1.63l-0.75,-0.22l-0.52,-0.91l0.04,-0.09l0.84,-1.01l0.74,0.06l0.44,0.55ZM183.77,38.22l2.72,1.65l0.16,0.04l4.83,-0.01l1.92,1.52l-0.51,1.75l0.18,0.36l2.84,1.14l1.56,1.19l0.16,0.06l3.37,0.22l3.65,0.42l4.07,-1.1l5.05,-0.43l3.96,0.35l2.53,1.8l0.48,1.79l-1.37,1.16l-3.6,1.03l-3.22,-0.59l-7.17,0.76l-5.1,0.09l-4.0,-0.6l-6.48,-1.56l-0.81,-2.57l-0.3,-2.49l-0.1,-0.19l-2.51,-2.25l-0.16,-0.07l-5.12,-0.63l-2.61,-1.45l0.75,-1.71l4.88,0.32ZM207.46,91.26l0.42,1.62l0.42,0.19l1.12,-0.55l1.35,0.99l2.74,1.39l2.73,1.2l0.2,1.74l0.35,0.26l1.72,-0.29l1.31,0.97l-1.72,0.96l-3.68,-0.9l-1.34,-1.71l-0.43,-0.04l-2.46,2.1l-3.23,1.85l-0.74,-1.98l-0.31,-0.19l-2.47,0.28l1.49,-1.34l0.1,-0.19l0.32,-3.15l0.79,-3.45l1.34,0.25ZM215.59,102.66l-2.73,2.0l-1.49,-0.08l-0.37,-0.7l1.61,-1.56l3.0,0.03l-0.02,0.3ZM202.79,24.07l0.11,0.12l2.54,1.53l-3.01,1.47l-4.55,4.07l-4.3,0.38l-5.07,-0.68l-2.51,-2.09l0.03,-1.72l1.86,-1.4l0.1,-0.34l-0.29,-0.2l-4.49,0.04l-2.63,-1.79l-1.45,-2.36l1.61,-2.38l1.65,-1.69l2.47,-0.4l0.19,-0.48l-0.72,-0.89l5.1,-0.26l3.1,3.05l0.13,0.07l4.21,1.25l3.99,1.06l1.92,3.65ZM187.5,59.3l-0.15,0.1l-2.59,3.4l-2.5,-0.15l-1.47,-3.92l0.04,-2.24l1.22,-1.92l2.34,-1.26l5.11,0.17l4.28,1.06l-3.36,3.86l-2.9,0.9ZM186.19,48.8l-1.15,1.63l-3.42,-0.35l-2.68,-1.15l1.11,-1.88l3.34,-1.27l2.01,1.63l0.79,1.38ZM185.78,35.41l-0.95,0.13l-4.48,-0.33l-0.4,-0.91l4.5,0.07l1.45,0.82l-0.1,0.21ZM180.76,32.56l-3.43,1.03l-1.85,-1.14l-1.01,-1.92l-0.16,-1.87l2.87,0.2l1.39,0.35l2.75,1.75l-0.55,1.6ZM181.03,76.32l-1.21,1.2l-3.19,-1.26l-0.18,-0.01l-1.92,0.45l-2.88,-1.67l1.84,-1.16l1.6,-1.77l2.45,1.17l1.45,0.77l2.05,2.28ZM169.72,54.76l2.83,0.97l0.14,0.01l4.25,-0.58l0.47,1.01l-2.19,2.16l0.07,0.48l3.61,1.95l-0.41,3.84l-3.87,1.68l-2.23,-0.36l-1.73,-1.75l-6.07,-3.53l0.03,-1.01l4.79,0.55l0.3,-0.16l-0.04,-0.34l-2.55,-2.89l2.59,-2.05ZM174.44,40.56l1.49,1.87l0.07,2.48l-1.07,3.52l-3.87,0.48l-2.41,-0.72l0.05,-2.72l-0.33,-0.3l-3.79,0.36l-0.13,-3.31l2.36,0.14l0.15,-0.03l3.7,-1.74l3.44,0.29l0.31,-0.22l0.03,-0.12ZM170.14,31.5l0.75,1.74l-3.52,-0.52l-4.19,-1.77l-4.65,-0.17l1.65,-1.11l-0.05,-0.52l-2.86,-1.26l-0.13,-1.58l4.52,0.7l6.66,1.99l1.84,2.5ZM134.64,58.08l-1.08,1.93l0.34,0.44l5.44,-1.41l3.37,2.32l0.37,-0.02l2.66,-2.28l2.03,1.38l2.01,4.53l0.53,0.04l1.26,-1.93l0.03,-0.27l-1.67,-4.55l1.82,-0.58l2.36,0.73l2.69,1.84l1.53,4.46l0.77,3.24l0.15,0.19l4.22,2.26l4.32,2.04l-0.21,1.51l-3.87,0.34l-0.19,0.5l1.45,1.54l-0.65,1.23l-4.3,-0.65l-4.4,-1.19l-2.97,0.28l-4.67,1.48l-6.31,0.65l-4.27,0.39l-1.26,-1.91l-0.15,-0.12l-3.42,-1.2l-0.16,-0.01l-2.05,0.45l-2.66,-3.02l1.2,-0.34l3.82,-0.76l3.58,0.19l3.27,-0.78l0.23,-0.29l-0.24,-0.29l-4.84,-1.06l-5.42,0.35l-3.4,-0.09l-0.97,-1.22l5.39,-1.7l0.21,-0.33l-0.3,-0.25l-3.82,0.06l-3.95,-1.1l1.88,-3.13l1.68,-1.81l6.54,-2.84l2.11,0.77ZM158.85,56.58l-1.82,2.62l-3.38,-2.9l0.49,-0.39l3.17,-0.18l1.54,0.86ZM149.71,42.7l1.0,1.87l0.37,0.14l2.17,-0.83l2.33,0.2l0.38,2.16l-1.38,2.17l-8.33,0.76l-6.34,2.15l-3.51,0.1l-0.22,-1.13l4.98,-2.12l0.17,-0.34l-0.31,-0.23l-11.27,0.6l-3.04,-0.78l3.14,-4.57l2.2,-1.35l6.87,1.7l4.4,3.0l0.14,0.05l4.37,0.39l0.27,-0.48l-3.41,-4.68l1.96,-1.62l2.28,0.53l0.79,2.32ZM145.44,29.83l-2.18,0.77l-3.79,-0.0l0.02,-0.31l2.34,-1.5l1.2,0.23l2.42,0.83ZM144.83,34.5l-4.44,1.46l-3.18,-1.48l1.6,-1.36l3.51,-0.53l3.1,0.75l-0.6,1.16ZM119.02,65.87l-6.17,2.07l-1.19,-1.82l-0.13,-0.11l-5.48,-2.32l0.92,-1.7l1.73,-3.44l2.16,-3.15l-0.02,-0.36l-2.09,-2.56l7.84,-0.71l3.59,1.02l6.32,0.27l2.35,1.37l2.25,1.71l-2.68,1.04l-6.21,3.41l-3.1,3.28l-0.08,0.21l0.0,1.81ZM129.66,35.4l-0.3,3.55l-1.77,1.67l-2.34,0.27l-4.62,2.2l-3.89,0.76l-2.83,-0.93l3.85,-3.52l5.04,-3.36l3.75,0.07l3.11,-0.7ZM111.24,152.74l-0.82,0.29l-3.92,-1.39l-0.7,-1.06l-0.12,-0.1l-2.15,-1.09l-0.41,-0.84l-0.2,-0.16l-2.44,-0.56l-0.84,-1.56l0.1,-0.36l2.34,0.64l1.53,0.5l2.28,0.34l0.78,1.04l1.24,1.55l0.09,0.08l2.42,1.3l0.81,1.39ZM88.54,134.82l0.14,0.02l2.0,-0.23l-0.67,3.48l0.06,0.24l1.78,2.22l-0.24,-0.0l-1.4,-1.42l-0.91,-1.53l-1.26,-1.08l-0.42,-1.35l0.09,-0.66l0.82,0.31Z", "name": "Canada"}, "CG": {"path": "M453.66,296.61l-0.9,-0.82l-0.35,-0.04l-0.83,0.48l-0.77,0.83l-1.65,-2.13l1.66,-1.2l0.08,-0.39l-0.81,-1.43l0.59,-0.43l1.62,-0.29l0.24,-0.24l0.1,-0.58l0.94,0.84l0.19,0.08l2.21,0.11l0.27,-0.14l0.81,-1.29l0.32,-1.76l-0.27,-1.96l-0.06,-0.15l-1.08,-1.35l1.02,-2.74l-0.09,-0.34l-0.62,-0.5l-0.22,-0.06l-1.66,0.18l-0.55,-1.03l0.12,-0.73l2.85,0.09l1.98,0.65l2.0,0.59l0.38,-0.25l0.17,-1.3l1.26,-2.24l1.34,-1.19l1.54,0.38l1.35,0.12l-0.11,1.15l-0.74,1.34l-0.5,1.61l-0.31,2.22l0.12,1.41l-0.4,0.9l-0.06,0.88l-0.24,0.67l-1.57,1.15l-1.24,1.41l-1.09,2.43l-0.03,0.13l0.08,1.95l-0.55,0.69l-1.46,1.23l-1.32,1.41l-0.61,-0.29l-0.13,-0.57l-0.29,-0.23l-1.36,-0.02l-0.23,0.1l-0.72,0.81l-0.41,-0.16Z", "name": "Republic of the Congo"}, "CF": {"path": "M459.41,266.56l1.9,-0.17l0.22,-0.12l0.36,-0.5l0.14,0.02l0.55,0.51l0.29,0.07l3.15,-0.96l0.12,-0.07l1.05,-0.97l1.29,-0.87l0.12,-0.33l-0.17,-0.61l0.38,-0.12l2.36,0.15l0.15,-0.03l2.36,-1.17l0.12,-0.1l1.78,-2.72l1.18,-0.96l1.23,-0.34l0.21,0.79l0.07,0.13l1.37,1.5l0.01,0.86l-0.39,1.0l-0.01,0.17l0.16,0.78l0.1,0.17l0.91,0.76l1.89,1.09l1.24,0.92l0.02,0.67l0.12,0.23l1.67,1.3l0.99,1.03l0.61,1.46l0.14,0.15l1.79,0.95l0.2,0.4l-0.44,0.14l-1.54,-0.06l-1.98,-0.26l-0.93,0.22l-0.19,0.14l-0.3,0.48l-0.57,0.05l-0.91,-0.49l-0.26,-0.01l-2.7,1.21l-1.04,-0.23l-0.21,0.03l-0.34,0.19l-0.12,0.13l-0.64,1.3l-1.67,-0.43l-1.77,-0.24l-1.58,-0.91l-2.06,-0.85l-0.27,0.02l-1.42,0.88l-0.97,1.27l-0.06,0.14l-0.19,1.46l-1.3,-0.11l-1.67,-0.42l-0.27,0.07l-1.55,1.41l-0.99,1.76l-0.14,-1.18l-0.13,-0.22l-1.1,-0.78l-0.86,-1.2l-0.2,-0.84l-0.07,-0.13l-1.07,-1.19l0.16,-0.59l0.0,-0.15l-0.24,-1.01l0.18,-1.77l0.5,-0.38l0.09,-0.11l1.18,-2.4Z", "name": "Central African Republic"}, "CD": {"path": "M497.85,276.25l-0.14,2.77l0.2,0.3l0.57,0.19l-0.47,0.52l-1.0,0.71l-0.96,1.31l-0.56,1.22l-0.16,2.04l-0.54,0.89l-0.04,0.15l-0.02,1.76l-0.63,0.61l-0.09,0.2l-0.08,1.33l-0.2,0.11l-0.15,0.21l-0.23,1.37l0.03,0.2l0.6,1.08l0.16,2.96l0.44,2.29l-0.24,1.25l0.01,0.15l0.5,1.46l0.07,0.12l1.41,1.37l1.09,2.56l-0.51,-0.11l-3.45,0.45l-0.67,0.3l-0.15,0.15l-0.71,1.61l0.01,0.26l0.52,1.03l-0.43,2.9l-0.31,2.55l0.13,0.29l0.7,0.46l1.75,0.99l0.31,-0.01l0.26,-0.17l0.15,1.9l-1.44,-0.02l-0.94,-1.28l-0.94,-1.1l-0.17,-0.1l-1.76,-0.33l-0.5,-1.18l-0.42,-0.15l-1.44,0.75l-1.79,-0.32l-0.77,-1.05l-0.2,-0.12l-1.59,-0.23l-0.97,0.04l-0.1,-0.53l-0.27,-0.25l-0.86,-0.06l-1.13,-0.15l-1.62,0.37l-1.04,-0.06l-0.32,0.09l0.11,-2.56l-0.08,-0.21l-0.77,-0.87l-0.17,-1.41l0.36,-1.47l-0.03,-0.21l-0.48,-0.91l-0.04,-1.52l-0.3,-0.29l-2.65,0.02l0.13,-0.53l-0.29,-0.37l-1.28,0.01l-0.28,0.21l-0.07,0.24l-1.35,0.09l-0.26,0.18l-0.62,1.45l-0.25,0.42l-1.17,-0.3l-0.19,0.01l-0.79,0.34l-1.44,0.18l-1.41,-1.96l-0.7,-1.47l-0.61,-1.86l-0.28,-0.21l-7.39,-0.03l-0.92,0.3l-0.78,-0.03l-0.78,0.25l-0.11,-0.25l0.35,-0.15l0.18,-0.26l0.07,-1.02l0.33,-0.52l0.72,-0.42l0.52,0.2l0.33,-0.08l0.76,-0.86l0.99,0.02l0.11,0.48l0.16,0.2l0.94,0.44l0.35,-0.07l1.46,-1.56l1.44,-1.21l0.68,-0.85l0.06,-0.2l-0.08,-1.99l1.04,-2.33l1.1,-1.23l1.62,-1.19l0.11,-0.14l0.29,-0.8l0.08,-0.94l0.38,-0.82l0.03,-0.16l-0.13,-1.38l0.3,-2.16l0.47,-1.51l0.73,-1.31l0.04,-0.12l0.15,-1.51l0.21,-1.66l0.89,-1.16l1.16,-0.7l1.9,0.79l1.69,0.95l1.81,0.24l1.85,0.48l0.35,-0.16l0.71,-1.43l0.16,-0.09l1.03,0.23l0.19,-0.02l2.65,-1.19l0.86,0.46l0.17,0.03l0.81,-0.08l0.23,-0.14l0.31,-0.5l0.75,-0.17l1.83,0.26l1.64,0.06l0.72,-0.21l1.39,1.9l0.16,0.11l1.12,0.3l0.24,-0.04l0.58,-0.36l1.05,0.15l0.15,-0.02l1.15,-0.44l0.47,0.84l0.08,0.09l2.08,1.57Z", "name": "Democratic Republic of the Congo"}, "CZ": {"path": "M463.29,152.22l-0.88,-0.47l-0.18,-0.03l-1.08,0.15l-1.86,-0.94l-0.21,-0.02l-0.88,0.24l-0.13,0.07l-1.25,1.17l-1.63,-0.91l-1.38,-1.36l-1.22,-0.75l-0.24,-1.24l-0.33,-0.75l1.53,-0.6l0.98,-0.84l1.74,-0.62l0.11,-0.07l0.47,-0.47l0.46,0.27l0.24,0.03l0.96,-0.3l1.06,0.95l0.15,0.07l1.57,0.24l-0.1,0.6l0.16,0.32l1.36,0.68l0.41,-0.15l0.28,-0.62l1.29,0.28l0.19,0.84l0.26,0.23l1.73,0.18l0.74,1.02l-0.17,0.0l-0.25,0.13l-0.32,0.49l-0.46,0.11l-0.22,0.23l-0.13,0.57l-0.32,0.1l-0.2,0.22l-0.03,0.14l-0.65,0.25l-1.05,-0.05l-0.28,0.17l-0.22,0.43Z", "name": "Czech Republic"}, "CY": {"path": "M505.03,193.75l-1.51,0.68l-1.0,-0.3l-0.32,-0.63l0.69,-0.06l0.41,0.13l0.19,-0.0l0.62,-0.22l0.31,0.02l0.06,0.22l0.49,0.17l0.06,-0.01Z", "name": "Cyprus"}, "CR": {"path": "M213.0,263.84l-0.98,-0.4l-0.3,-0.31l0.16,-0.24l0.05,-0.21l-0.09,-0.56l-0.1,-0.18l-0.76,-0.65l-0.99,-0.5l-0.74,-0.28l-0.13,-0.58l-0.12,-0.18l-0.66,-0.45l-0.34,-0.0l-0.13,0.31l0.13,0.59l-0.17,0.21l-0.34,-0.42l-0.14,-0.1l-0.7,-0.22l-0.23,-0.34l0.01,-0.62l0.31,-0.74l-0.14,-0.38l-0.3,-0.15l0.47,-0.4l1.48,0.6l0.26,-0.02l0.47,-0.27l0.58,0.15l0.35,0.44l0.17,0.11l0.74,0.17l0.27,-0.07l0.3,-0.27l0.52,1.09l0.97,1.02l0.77,0.71l-0.41,0.1l-0.23,0.3l0.01,1.02l0.12,0.24l0.2,0.14l-0.07,0.05l-0.11,0.3l0.08,0.37l-0.23,0.63Z", "name": "Costa Rica"}, "CU": {"path": "M215.01,226.09l2.08,0.18l1.94,0.03l2.24,0.86l0.95,0.92l0.25,0.08l2.22,-0.28l0.79,0.55l3.68,2.81l0.19,0.06l0.77,-0.03l1.18,0.42l-0.12,0.47l0.27,0.37l1.78,0.1l1.59,0.9l-0.11,0.22l-1.5,0.3l-1.64,0.13l-1.75,-0.2l-2.69,0.19l1.0,-0.86l-0.03,-0.48l-1.02,-0.68l-0.13,-0.05l-1.52,-0.16l-0.74,-0.64l-0.57,-1.42l-0.3,-0.19l-1.36,0.1l-2.23,-0.67l-0.71,-0.52l-0.14,-0.06l-3.2,-0.4l-0.42,-0.25l0.56,-0.39l0.12,-0.33l-0.27,-0.22l-2.46,-0.13l-0.2,0.06l-1.72,1.31l-0.94,0.03l-0.25,0.15l-0.29,0.53l-1.04,0.24l-0.29,-0.07l0.7,-0.43l0.1,-0.11l0.5,-0.87l1.04,-0.54l1.23,-0.49l1.86,-0.25l0.62,-0.28Z", "name": "Cuba"}, "SZ": {"path": "M500.95,353.41l-0.41,0.97l-1.16,0.23l-1.29,-1.26l-0.02,-0.71l0.63,-0.93l0.23,-0.7l0.47,-0.12l1.04,0.4l0.32,1.05l0.2,1.08Z", "name": "Swaziland"}, "SY": {"path": "M510.84,199.83l0.09,-0.11l0.07,-0.2l-0.04,-1.08l0.56,-1.4l1.3,-1.01l0.1,-0.34l-0.41,-1.11l-0.24,-0.19l-0.89,-0.11l-0.2,-1.84l0.55,-1.05l1.3,-1.22l0.09,-0.19l0.09,-1.09l0.39,0.27l0.25,0.04l2.66,-0.77l1.35,0.52l2.06,-0.01l2.93,-1.08l1.35,0.04l2.14,-0.34l-0.83,1.16l-1.31,0.68l-0.16,0.3l0.23,2.03l-0.9,3.25l-5.43,2.87l-4.79,2.91l-2.32,-0.92Z", "name": "Syria"}, "KG": {"path": "M599.04,172.15l0.38,-0.9l1.43,-0.37l4.04,1.02l0.37,-0.23l0.36,-1.64l1.17,-0.52l3.45,1.24l0.2,-0.0l0.86,-0.31l4.09,0.08l3.61,0.31l1.18,1.02l0.11,0.06l1.19,0.34l-0.13,0.26l-3.84,1.58l-0.13,0.1l-0.81,1.08l-3.08,0.34l-0.24,0.16l-0.85,1.7l-2.43,-0.37l-0.14,0.01l-1.79,0.61l-2.39,1.4l-0.12,0.39l0.25,0.49l-0.48,0.45l-4.57,0.43l-3.04,-0.94l-2.45,0.18l0.14,-1.02l2.42,0.44l0.27,-0.08l0.81,-0.81l1.76,0.27l0.21,-0.05l3.21,-2.14l-0.03,-0.51l-2.97,-1.57l-0.26,-0.01l-1.64,0.69l-1.38,-0.84l1.81,-1.67l-0.09,-0.5l-0.46,-0.18Z", "name": "Kyrgyzstan"}, "KE": {"path": "M523.3,287.04l0.06,0.17l1.29,1.8l-1.46,0.84l-0.11,0.11l-0.55,0.93l-0.81,0.16l-0.24,0.24l-0.34,1.69l-0.81,1.06l-0.46,1.58l-0.76,0.63l-3.3,-2.3l-0.16,-1.32l-0.15,-0.23l-9.35,-5.28l-0.02,-2.4l1.92,-2.63l0.91,-1.83l0.01,-0.24l-1.09,-2.86l-0.29,-1.24l-1.09,-1.63l2.93,-2.85l0.92,0.3l0.0,1.19l0.09,0.22l0.86,0.83l0.21,0.08l1.65,0.0l3.09,2.08l0.16,0.05l0.79,0.03l0.54,-0.06l0.58,0.28l1.67,0.2l0.28,-0.12l0.69,-0.98l2.04,-0.94l0.86,0.73l0.19,0.07l1.1,0.0l-1.82,2.36l-0.06,0.18l0.03,9.12Z", "name": "Kenya"}, "SS": {"path": "M505.7,261.39l0.02,1.64l-0.27,0.55l-1.15,0.05l-0.24,0.15l-0.85,1.44l0.22,0.45l1.44,0.17l1.15,1.12l0.42,0.95l0.14,0.15l1.06,0.54l1.33,2.45l-3.06,2.98l-1.44,1.08l-1.75,0.01l-1.92,0.56l-1.5,-0.53l-0.27,0.03l-0.85,0.57l-1.98,-1.5l-0.56,-1.02l-0.37,-0.13l-1.32,0.5l-1.08,-0.15l-0.2,0.04l-0.56,0.35l-0.9,-0.24l-1.44,-1.97l-0.39,-0.77l-0.13,-0.13l-1.78,-0.94l-0.65,-1.5l-1.08,-1.12l-1.57,-1.22l-0.02,-0.68l-0.12,-0.23l-1.37,-1.02l-1.17,-0.68l0.2,-0.08l0.86,-0.48l0.14,-0.18l0.63,-2.22l0.6,-1.02l1.47,-0.28l0.35,0.56l1.29,1.48l0.14,0.09l0.69,0.22l0.22,-0.02l0.83,-0.4l1.58,0.08l0.26,0.39l0.25,0.13l2.49,0.0l0.3,-0.25l0.06,-0.35l1.13,-0.42l0.18,-0.18l0.22,-0.63l0.68,-0.38l1.95,1.37l0.23,0.05l1.29,-0.26l0.19,-0.12l1.23,-1.8l1.36,-1.37l0.08,-0.25l-0.21,-1.52l-0.06,-0.15l-0.25,-0.3l0.94,-0.08l0.26,-0.21l0.1,-0.32l0.6,0.09l-0.25,1.67l0.3,1.83l0.11,0.19l1.22,0.94l0.25,0.73l-0.04,1.2l0.26,0.31l0.09,0.01Z", "name": "South Sudan"}, "SR": {"path": "M278.1,270.26l2.71,0.45l0.31,-0.14l0.19,-0.32l1.82,-0.16l2.25,0.56l-1.09,1.81l-0.04,0.19l0.2,1.72l0.05,0.13l0.9,1.35l-0.39,0.99l-0.21,1.09l-0.48,0.8l-1.2,-0.44l-0.17,-0.01l-1.12,0.24l-0.95,-0.21l-0.35,0.2l-0.25,0.73l0.05,0.29l0.3,0.35l-0.06,0.13l-1.01,-0.15l-1.42,-2.03l-0.32,-1.36l-0.29,-0.23l-0.63,-0.0l-0.95,-1.56l0.41,-1.16l0.01,-0.17l-0.08,-0.35l1.29,-0.56l0.18,-0.22l0.35,-1.97Z", "name": "Suriname"}, "KH": {"path": "M680.28,257.89l-0.93,-1.2l-1.24,-2.56l-0.56,-2.9l1.45,-1.92l3.07,-0.46l2.26,0.35l2.03,0.98l0.38,-0.11l1.0,-1.55l1.86,0.79l0.52,1.51l-0.28,2.82l-4.05,1.88l-0.12,0.45l0.79,1.1l-2.2,0.17l-2.08,0.98l-1.89,-0.33Z", "name": "Cambodia"}, "SV": {"path": "M197.02,248.89l0.18,-0.05l0.59,0.17l0.55,0.51l0.64,0.35l0.06,0.22l0.37,0.21l1.01,-0.28l0.38,0.13l0.16,0.13l-0.14,0.81l-0.18,0.38l-1.22,-0.03l-0.84,-0.23l-1.11,-0.52l-1.31,-0.15l-0.49,-0.38l0.02,-0.08l0.76,-0.57l0.46,-0.27l0.11,-0.35Z", "name": "El Salvador"}, "SK": {"path": "M468.01,150.02l0.05,0.07l0.36,0.1l0.85,-0.37l1.12,1.02l0.33,0.05l1.38,-0.65l1.07,0.3l0.16,0.0l1.69,-0.43l1.95,1.02l-0.51,0.64l-0.45,1.2l-0.32,0.2l-2.55,-0.93l-0.17,-0.01l-0.82,0.2l-0.17,0.11l-0.53,0.68l-0.94,0.32l-0.14,-0.11l-0.29,-0.04l-1.18,0.48l-0.95,0.09l-0.26,0.21l-0.15,0.47l-1.84,0.34l-0.82,-0.31l-1.14,-0.73l-0.2,-0.89l0.42,-0.84l0.91,0.05l0.12,-0.02l0.86,-0.33l0.18,-0.21l0.03,-0.13l0.32,-0.1l0.2,-0.22l0.12,-0.55l0.39,-0.1l0.18,-0.13l0.3,-0.45l0.43,-0.0Z", "name": "Slovakia"}, "KR": {"path": "M737.31,185.72l0.84,0.08l0.27,-0.12l0.89,-1.2l1.63,-0.13l1.1,-0.2l0.21,-0.16l0.12,-0.24l1.86,2.95l0.59,1.79l0.02,3.17l-0.84,1.38l-2.23,0.55l-1.95,1.14l-1.91,0.21l-0.22,-1.21l0.45,-2.07l-0.01,-0.17l-0.99,-2.67l1.54,-0.4l0.17,-0.46l-1.55,-2.24Z", "name": "South Korea"}, "SI": {"path": "M455.77,159.59l1.79,0.21l0.18,-0.04l1.2,-0.68l2.12,-0.08l0.21,-0.1l0.38,-0.42l0.1,0.01l0.28,0.62l-1.71,0.71l-0.18,0.22l-0.21,1.1l-0.71,0.26l-0.2,0.28l0.01,0.55l-0.59,-0.04l-0.79,-0.47l-0.38,0.06l-0.36,0.41l-0.84,-0.05l0.05,-0.15l-0.56,-1.24l0.21,-1.17Z", "name": "Slovenia"}, "KP": {"path": "M747.76,172.02l-0.23,-0.04l-0.26,0.08l-1.09,1.02l-0.78,1.06l-0.06,0.19l0.09,1.95l-1.12,0.57l-0.53,0.58l-0.88,0.82l-1.69,0.51l-1.09,0.79l-0.12,0.22l-0.07,1.17l-0.22,0.25l0.09,0.47l0.96,0.46l1.22,1.1l-0.19,0.37l-0.91,0.16l-1.75,0.14l-0.22,0.12l-0.87,1.18l-0.95,-0.09l-0.3,0.18l-0.97,-0.44l-0.39,0.13l-0.25,0.44l-0.29,0.09l-0.03,-0.2l-0.18,-0.23l-0.62,-0.25l-0.43,-0.29l0.52,-0.97l0.52,-0.3l0.13,-0.38l-0.18,-0.42l0.59,-1.47l0.01,-0.21l-0.16,-0.48l-0.22,-0.2l-1.41,-0.31l-0.82,-0.55l1.74,-1.62l2.73,-1.58l1.62,-1.96l0.96,0.76l0.17,0.06l2.17,0.11l0.31,-0.37l-0.32,-1.31l3.61,-1.21l0.16,-0.13l0.79,-1.34l1.25,1.38Z", "name": "North Korea"}, "SO": {"path": "M543.8,256.48l0.61,-0.05l1.14,-0.37l1.31,-0.25l0.12,-0.05l1.11,-0.81l0.57,-0.0l0.03,0.39l-0.23,1.49l0.01,1.25l-0.52,0.92l-0.7,2.71l-1.19,2.79l-1.54,3.2l-2.13,3.66l-2.12,2.79l-2.92,3.39l-2.47,2.0l-3.76,2.5l-2.33,1.9l-2.77,3.06l-0.61,1.35l-0.28,0.29l-1.22,-1.69l-0.03,-8.92l2.12,-2.76l0.59,-0.68l1.47,-0.04l0.18,-0.06l2.15,-1.71l3.16,-0.11l0.21,-0.09l7.08,-7.55l1.76,-2.12l1.14,-1.57l0.06,-0.18l0.01,-4.67Z", "name": "Somalia"}, "SN": {"path": "M379.28,250.34l-0.95,-1.82l-0.09,-0.1l-0.83,-0.6l0.62,-0.28l0.13,-0.11l1.21,-1.8l0.6,-1.31l0.71,-0.68l1.09,0.2l0.18,-0.02l1.17,-0.53l1.25,-0.03l1.17,0.73l1.59,0.65l1.47,1.83l1.59,1.7l0.12,1.56l0.49,1.46l0.1,0.14l0.85,0.65l0.18,0.82l-0.08,0.57l-0.13,0.05l-1.29,-0.19l-0.29,0.13l-0.11,0.16l-0.35,0.04l-1.83,-0.61l-5.84,-0.13l-0.12,0.02l-0.6,0.26l-0.87,-0.06l-1.01,0.32l-0.26,-1.26l1.9,0.04l0.16,-0.04l0.54,-0.32l0.37,-0.02l0.15,-0.05l0.78,-0.5l0.92,0.46l0.12,0.03l1.09,0.04l0.15,-0.03l1.08,-0.57l0.11,-0.44l-0.51,-0.74l-0.39,-0.1l-0.76,0.39l-0.62,-0.01l-0.92,-0.58l-0.18,-0.05l-0.79,0.04l-0.2,0.09l-0.48,0.51l-2.41,0.06Z", "name": "Senegal"}, "SL": {"path": "M392.19,267.53l-0.44,-0.12l-1.73,-0.97l-1.24,-1.28l-0.4,-0.84l-0.27,-1.65l1.21,-1.0l0.09,-0.12l0.27,-0.66l0.32,-0.41l0.56,-0.05l0.16,-0.07l0.5,-0.41l1.75,0.0l0.59,0.77l0.49,0.96l-0.07,0.64l0.04,0.19l0.36,0.58l-0.03,0.84l0.24,0.2l-0.64,0.65l-1.13,1.37l-0.06,0.14l-0.12,0.66l-0.43,0.58Z", "name": "Sierra Leone"}, "SB": {"path": "M826.74,311.51l0.23,0.29l-0.95,-0.01l-0.39,-0.63l0.65,0.27l0.45,0.09ZM825.01,308.52l-1.18,-1.39l-0.37,-1.06l0.24,0.0l0.82,1.84l0.49,0.6ZM823.21,309.42l-0.44,0.03l-1.43,-0.24l-0.32,-0.24l0.08,-0.5l1.29,0.31l0.72,0.47l0.11,0.18ZM817.9,303.81l2.59,1.44l0.3,0.41l-1.21,-0.66l-1.34,-0.89l-0.34,-0.3ZM813.77,302.4l0.48,0.34l0.1,0.08l-0.33,-0.17l-0.25,-0.25Z", "name": "Solomon Islands"}, "SA": {"path": "M528.24,243.1l-0.2,-0.69l-0.07,-0.12l-0.69,-0.71l-0.18,-0.94l-0.12,-0.19l-1.24,-0.89l-1.28,-2.09l-0.7,-2.08l-0.07,-0.11l-1.73,-1.79l-0.11,-0.07l-1.03,-0.39l-1.57,-2.36l-0.27,-1.72l0.1,-1.53l-0.03,-0.15l-1.44,-2.93l-1.25,-1.13l-1.34,-0.56l-0.72,-1.33l0.11,-0.49l-0.02,-0.2l-0.7,-1.38l-0.08,-0.1l-0.68,-0.56l-0.97,-1.98l-2.8,-4.03l-0.25,-0.13l-0.85,0.01l0.29,-1.11l0.12,-0.97l0.23,-0.81l2.52,0.39l0.23,-0.06l1.08,-0.84l0.6,-0.95l1.78,-0.35l0.22,-0.17l0.37,-0.83l0.74,-0.42l0.08,-0.46l-2.17,-2.4l4.55,-1.26l0.12,-0.06l0.36,-0.32l2.83,0.71l3.67,1.91l7.04,5.5l0.17,0.06l4.64,0.22l2.06,0.24l0.55,1.15l0.28,0.17l1.56,-0.06l0.9,2.15l0.14,0.15l1.14,0.57l0.39,0.85l0.11,0.13l1.59,1.06l0.12,0.91l-0.23,0.83l0.01,0.18l0.32,0.9l0.07,0.11l0.68,0.7l0.33,0.86l0.37,0.65l0.09,0.1l0.76,0.53l0.25,0.04l0.45,-0.12l0.35,0.75l0.1,0.63l0.96,2.68l0.23,0.19l7.53,1.33l0.27,-0.09l0.24,-0.26l0.87,1.41l-1.58,4.96l-7.34,2.54l-7.28,1.02l-2.34,1.17l-0.12,0.1l-1.74,2.63l-0.86,0.32l-0.49,-0.68l-0.28,-0.12l-0.92,0.12l-2.32,-0.25l-0.41,-0.23l-0.15,-0.04l-2.89,0.06l-0.63,0.2l-0.91,-0.59l-0.43,0.11l-0.66,1.27l-0.03,0.21l0.21,0.89l-0.6,0.45Z", "name": "Saudi Arabia"}, "SE": {"path": "M476.42,90.44l-0.15,0.1l-2.43,2.86l-0.07,0.24l0.36,2.31l-3.84,3.1l-4.83,3.38l-0.11,0.15l-1.82,5.45l0.03,0.26l1.78,2.68l2.27,1.99l-2.13,3.88l-2.49,0.82l-0.2,0.24l-0.95,6.05l-1.32,3.09l-2.82,-0.32l-0.3,0.16l-1.34,2.64l-2.48,0.14l-0.76,-3.15l-2.09,-4.04l-1.85,-5.01l1.03,-1.98l2.06,-2.53l0.06,-0.13l0.83,-4.45l-0.06,-0.25l-1.54,-1.86l-0.15,-5.0l1.52,-3.48l2.28,0.06l0.27,-0.16l0.87,-1.59l-0.01,-0.31l-0.8,-1.21l3.79,-5.63l4.07,-7.54l2.23,0.01l0.29,-0.22l0.59,-2.15l4.46,0.66l0.34,-0.26l0.34,-2.64l1.21,-0.14l3.24,2.08l3.78,2.85l0.06,6.37l0.03,0.14l0.67,1.29l-3.95,1.07Z", "name": "Sweden"}, "SD": {"path": "M505.98,259.75l-0.31,-0.9l-0.1,-0.14l-1.2,-0.93l-0.27,-1.66l0.29,-1.83l-0.25,-0.34l-1.16,-0.17l-0.33,0.21l-0.11,0.37l-1.3,0.11l-0.21,0.49l0.55,0.68l0.18,1.29l-1.31,1.33l-1.18,1.72l-1.04,0.21l-2.0,-1.4l-0.32,-0.02l-0.95,0.52l-0.14,0.16l-0.21,0.6l-1.16,0.43l-0.19,0.23l-0.04,0.27l-2.08,0.0l-0.25,-0.39l-0.24,-0.13l-1.81,-0.09l-0.14,0.03l-0.8,0.38l-0.49,-0.16l-1.22,-1.39l-0.42,-0.67l-0.31,-0.14l-1.81,0.35l-0.2,0.14l-0.72,1.24l-0.61,2.14l-0.73,0.4l-0.62,0.22l-0.83,-0.68l-0.12,-0.6l0.38,-0.97l0.01,-1.14l-0.08,-0.2l-1.39,-1.53l-0.25,-0.97l0.03,-0.57l-0.11,-0.25l-0.81,-0.66l-0.03,-1.34l-0.04,-0.14l-0.52,-0.98l-0.31,-0.15l-0.42,0.07l0.12,-0.44l0.63,-1.03l0.03,-0.23l-0.24,-0.88l0.69,-0.66l0.02,-0.41l-0.4,-0.46l0.58,-1.39l1.04,-1.71l1.97,0.16l0.32,-0.3l-0.12,-10.24l0.02,-0.8l2.59,-0.01l0.3,-0.3l0.0,-4.92l29.19,0.0l0.68,2.17l-0.4,0.35l-0.1,0.27l0.36,2.69l0.93,3.15l0.12,0.16l2.05,1.4l-0.99,1.15l-1.75,0.4l-0.15,0.08l-0.79,0.79l-0.08,0.17l-0.24,1.69l-1.07,3.75l-0.0,0.16l0.25,0.96l-0.38,2.1l-0.98,2.41l-1.52,1.3l-1.07,1.94l-0.25,0.99l-1.08,0.64l-0.13,0.18l-0.46,1.65Z", "name": "Sudan"}, "DO": {"path": "M241.7,234.97l0.15,-0.22l1.73,0.01l1.43,0.64l0.15,0.03l0.45,-0.04l0.36,0.74l0.28,0.17l1.02,-0.04l-0.04,0.43l0.27,0.33l1.03,0.09l0.91,0.7l-0.57,0.64l-0.99,-0.47l-0.16,-0.03l-1.11,0.11l-0.79,-0.12l-0.26,0.09l-0.38,0.4l-0.66,0.11l-0.28,-0.45l-0.38,-0.12l-0.83,0.37l-0.14,0.13l-0.85,1.49l-0.27,-0.17l-0.1,-0.58l0.05,-0.67l-0.07,-0.21l-0.44,-0.53l0.35,-0.25l0.12,-0.19l0.19,-1.0l-0.2,-1.4Z", "name": "Dominican Republic"}, "DJ": {"path": "M528.78,253.36l0.34,0.45l-0.06,0.76l-1.26,0.54l-0.05,0.53l0.82,0.53l-0.57,0.83l-0.3,-0.25l-0.27,-0.05l-0.56,0.17l-1.07,-0.03l-0.04,-0.56l-0.16,-0.56l0.76,-1.07l0.76,-0.97l0.89,0.18l0.25,-0.06l0.51,-0.42Z", "name": "Djibouti"}, "DK": {"path": "M452.4,129.07l-1.27,2.39l-2.25,-1.69l-0.26,-1.08l3.15,-1.0l0.63,1.39ZM447.87,126.25l-0.35,0.76l-0.47,-0.24l-0.38,0.09l-1.8,2.53l-0.03,0.29l0.56,1.4l-1.22,0.4l-1.68,-0.41l-0.92,-1.76l-0.07,-3.47l0.38,-0.88l0.62,-0.93l2.07,-0.21l0.19,-0.1l0.84,-0.95l1.5,-0.76l-0.06,1.26l-0.7,1.1l-0.03,0.25l0.3,1.0l0.18,0.19l1.06,0.42Z", "name": "Denmark"}, "DE": {"path": "M445.51,131.69l0.03,0.94l0.21,0.28l2.32,0.74l-0.02,1.0l0.37,0.3l2.55,-0.65l1.36,-0.89l2.63,1.27l1.09,1.01l0.51,1.51l-0.6,0.78l-0.0,0.36l0.88,1.17l0.58,1.68l-0.18,1.08l0.03,0.18l0.87,1.81l-0.66,0.2l-0.55,-0.32l-0.36,0.05l-0.58,0.58l-1.73,0.62l-0.99,0.84l-1.77,0.7l-0.16,0.4l0.42,0.94l0.26,1.34l0.14,0.2l1.25,0.76l1.22,1.2l-0.71,1.2l-0.81,0.37l-0.17,0.32l0.34,1.99l-0.04,0.09l-0.47,-0.39l-0.17,-0.07l-1.2,-0.1l-1.85,0.57l-2.15,-0.13l-0.29,0.18l-0.21,0.5l-0.96,-0.67l-0.24,-0.05l-0.67,0.16l-2.6,-0.94l-0.34,0.1l-0.42,0.57l-1.64,-0.02l0.26,-1.88l1.24,-2.15l-0.21,-0.45l-3.54,-0.58l-0.98,-0.71l0.12,-1.26l-0.05,-0.2l-0.44,-0.64l0.27,-2.18l-0.38,-3.14l1.17,-0.0l0.27,-0.17l0.63,-1.26l0.65,-3.17l-0.02,-0.17l-0.41,-1.0l0.32,-0.47l1.77,-0.16l0.37,0.6l0.47,0.06l1.7,-1.69l0.06,-0.33l-0.55,-1.24l-0.09,-1.51l1.5,0.36l0.16,-0.01l1.22,-0.4Z", "name": "Germany"}, "YE": {"path": "M553.53,242.65l-1.51,0.58l-0.17,0.16l-0.48,1.14l-0.07,0.79l-2.31,1.0l-3.98,1.19l-2.28,1.8l-0.97,0.12l-0.7,-0.14l-0.23,0.05l-1.42,1.03l-1.51,0.47l-2.07,0.13l-0.68,0.15l-0.17,0.1l-0.49,0.6l-0.57,0.16l-0.18,0.13l-0.3,0.49l-1.06,-0.05l-0.13,0.02l-0.73,0.32l-1.48,-0.11l-0.55,-1.26l0.07,-1.32l-0.04,-0.16l-0.39,-0.72l-0.48,-1.85l-0.52,-0.79l0.08,-0.02l0.22,-0.36l-0.23,-1.05l0.24,-0.39l0.04,-0.19l-0.09,-0.95l0.96,-0.72l0.11,-0.31l-0.23,-0.98l0.46,-0.88l0.75,0.49l0.26,0.03l0.63,-0.22l2.76,-0.06l0.5,0.25l2.42,0.26l0.85,-0.11l0.52,0.71l0.35,0.1l1.17,-0.43l0.15,-0.12l1.75,-2.64l2.22,-1.11l6.95,-0.96l2.55,5.58Z", "name": "Yemen"}, "AT": {"path": "M463.17,154.15l-0.14,0.99l-1.15,0.01l-0.24,0.47l0.39,0.56l-0.75,1.84l-0.36,0.4l-2.06,0.07l-0.14,0.04l-1.18,0.67l-1.96,-0.23l-3.43,-0.78l-0.5,-0.97l-0.33,-0.16l-2.47,0.55l-0.2,0.16l-0.18,0.37l-1.27,-0.38l-1.28,-0.09l-0.81,-0.41l0.25,-0.51l0.03,-0.18l-0.05,-0.28l0.35,-0.08l1.16,0.81l0.45,-0.13l0.27,-0.64l2.0,0.12l1.84,-0.57l1.05,0.09l0.71,0.59l0.47,-0.11l0.23,-0.54l0.02,-0.17l-0.32,-1.85l0.69,-0.31l0.13,-0.12l0.73,-1.23l1.61,0.89l0.35,-0.04l1.35,-1.27l0.7,-0.19l1.84,0.93l0.18,0.03l1.08,-0.15l0.81,0.43l-0.07,0.15l-0.02,0.2l0.24,1.06Z", "name": "Austria"}, "DZ": {"path": "M450.58,224.94l-8.31,4.86l-7.23,5.12l-3.46,1.13l-2.42,0.22l-0.02,-1.33l-0.2,-0.28l-1.15,-0.42l-1.45,-0.69l-0.55,-1.13l-0.1,-0.12l-8.45,-5.72l-17.72,-12.17l0.03,-0.38l-0.02,-3.21l3.84,-1.91l2.46,-0.41l2.1,-0.75l0.14,-0.11l0.9,-1.3l2.84,-1.06l0.19,-0.27l0.09,-1.81l1.21,-0.2l0.15,-0.07l1.06,-0.96l3.19,-0.46l0.23,-0.18l0.46,-1.08l-0.08,-0.34l-0.6,-0.54l-0.83,-2.85l-0.18,-1.8l-0.82,-1.57l2.13,-1.37l2.65,-0.49l0.13,-0.05l1.55,-1.15l2.34,-0.85l4.2,-0.51l4.07,-0.23l1.21,0.41l0.23,-0.01l2.3,-1.11l2.52,-0.02l0.94,0.62l0.2,0.05l1.25,-0.13l-0.36,1.03l-0.01,0.14l0.39,2.66l-0.56,2.2l-1.49,1.52l-0.08,0.24l0.22,2.12l0.11,0.2l1.94,1.58l0.02,0.54l0.12,0.23l1.45,1.06l1.04,4.85l0.81,2.42l0.13,1.19l-0.43,2.17l0.17,1.28l-0.31,1.53l0.2,1.56l-0.9,1.02l-0.01,0.38l1.43,1.88l0.09,1.06l0.04,0.13l0.89,1.48l0.37,0.12l1.03,-0.43l1.79,1.12l0.89,1.34Z", "name": "Algeria"}, "US": {"path": "M892.64,99.05l1.16,0.57l0.21,0.02l1.45,-0.38l1.92,0.99l2.17,0.47l-1.65,0.72l-1.75,-0.79l-0.93,-0.7l-0.21,-0.06l-2.11,0.22l-0.35,-0.2l0.09,-0.87ZM183.29,150.37l0.39,1.54l0.12,0.17l0.78,0.55l0.14,0.05l1.74,0.2l2.52,0.5l2.4,0.98l0.17,0.02l1.96,-0.4l3.01,0.81l0.91,-0.02l2.22,-0.88l4.67,2.33l3.86,2.01l0.21,0.71l0.15,0.18l0.33,0.17l-0.02,0.05l0.23,0.43l0.67,0.1l0.21,-0.05l0.1,-0.07l0.05,0.29l0.09,0.16l0.5,0.5l0.21,0.09l0.56,0.0l0.13,0.13l-0.2,0.36l0.12,0.41l2.49,1.39l0.99,5.24l-0.69,1.68l-1.16,1.64l-0.6,1.18l-0.06,0.31l0.04,0.22l0.28,0.43l0.11,0.1l0.85,0.47l0.15,0.04l0.63,0.0l0.14,-0.04l2.87,-1.58l2.6,-0.49l3.28,-1.5l0.17,-0.23l0.04,-0.43l-0.23,-0.93l-0.24,-0.39l0.74,-0.32l4.7,-0.01l0.25,-0.13l0.77,-1.15l2.9,-2.41l1.04,-0.52l8.35,-0.02l0.28,-0.21l0.2,-0.6l0.7,-0.14l1.06,-0.48l0.13,-0.11l0.92,-1.49l0.75,-2.39l1.67,-2.08l0.59,0.6l0.3,0.07l1.52,-0.49l0.88,0.72l-0.0,4.14l0.08,0.2l1.6,1.72l0.31,0.72l-2.42,1.35l-2.55,1.05l-2.64,0.9l-0.14,0.11l-1.33,1.81l-0.44,0.7l-0.05,0.15l-0.03,1.6l0.03,0.14l0.83,1.59l0.24,0.16l0.78,0.06l-1.15,0.33l-1.25,-0.04l-1.83,0.52l-2.51,0.29l-2.17,0.88l-0.17,0.36l0.33,0.22l3.55,-0.54l0.15,0.11l-2.87,0.73l-1.19,0.0l-0.16,-0.33l-0.36,0.06l-0.76,0.82l0.17,0.5l0.42,0.08l-0.45,1.75l-1.4,1.74l-0.04,-0.17l-0.21,-0.22l-0.48,-0.13l-0.77,-0.69l-0.36,-0.03l-0.12,0.34l0.52,1.58l0.09,0.14l0.52,0.43l0.03,0.87l-0.74,1.05l-0.39,0.63l0.05,-0.12l-0.08,-0.34l-1.19,-1.03l-0.28,-2.31l-0.26,-0.26l-0.32,0.19l-0.48,1.27l-0.01,0.19l0.39,1.33l-1.14,-0.31l-0.36,0.18l0.14,0.38l1.57,0.85l0.1,2.58l0.22,0.28l0.55,0.15l0.21,0.81l0.33,2.72l-1.46,1.94l-2.5,0.81l-0.12,0.07l-1.58,1.58l-1.15,0.17l-0.15,0.06l-1.27,1.03l-0.09,0.13l-0.32,0.85l-2.71,1.79l-1.45,1.37l-1.18,1.64l-0.05,0.12l-0.39,1.96l0.0,0.13l0.44,1.91l0.85,2.37l1.1,1.91l0.03,1.2l1.16,3.07l-0.08,1.74l-0.1,0.99l-0.57,1.48l-0.54,0.24l-0.97,-0.26l-0.34,-1.02l-0.12,-0.16l-0.89,-0.58l-2.44,-4.28l-0.34,-0.94l0.49,-1.71l-0.02,-0.21l-0.7,-1.5l-2.0,-2.35l-0.11,-0.08l-0.98,-0.42l-0.25,0.01l-2.42,1.19l-0.26,-0.08l-1.26,-1.29l-1.57,-0.68l-0.16,-0.02l-2.79,0.34l-2.18,-0.3l-1.98,0.19l-1.12,0.45l-0.14,0.44l0.4,0.65l-0.04,1.02l0.09,0.22l0.29,0.3l-0.06,0.05l-0.77,-0.33l-0.26,0.01l-0.87,0.48l-1.64,-0.08l-1.79,-1.39l-0.23,-0.06l-2.11,0.33l-1.75,-0.61l-0.14,-0.01l-1.61,0.2l-2.11,0.64l-0.11,0.06l-2.25,1.99l-2.53,1.21l-1.43,1.38l-0.58,1.22l-0.03,0.12l-0.03,1.86l0.13,1.32l0.3,0.62l-0.46,0.04l-1.71,-0.57l-1.85,-0.79l-0.63,-1.14l-0.54,-1.85l-0.07,-0.12l-1.45,-1.51l-0.86,-1.58l-1.26,-1.87l-0.09,-0.09l-1.76,-1.09l-0.17,-0.04l-2.05,0.05l-0.23,0.12l-1.44,1.97l-1.84,-0.72l-1.19,-0.76l-0.6,-1.45l-0.9,-1.52l-1.49,-1.21l-1.27,-0.87l-0.89,-0.96l-0.22,-0.1l-4.34,-0.0l-0.3,0.3l-0.0,0.84l-6.62,0.02l-5.66,-1.93l-3.48,-1.24l0.11,-0.25l-0.3,-0.42l-3.18,0.3l-2.6,0.2l-0.35,-1.19l-0.08,-0.13l-1.62,-1.61l-0.13,-0.08l-1.02,-0.29l-0.22,-0.66l-0.25,-0.2l-1.31,-0.13l-0.82,-0.7l-0.16,-0.07l-2.25,-0.27l-0.48,-0.34l-0.28,-1.44l-0.07,-0.14l-2.41,-2.84l-2.03,-3.89l0.08,-0.58l-0.1,-0.27l-1.08,-0.94l-1.87,-2.36l-0.33,-2.31l-0.07,-0.15l-1.24,-1.5l0.52,-2.4l-0.09,-2.57l-0.78,-2.3l0.96,-2.83l0.61,-5.66l-0.46,-4.26l-0.79,-2.71l-0.68,-1.4l0.13,-0.26l3.24,0.97l1.28,2.88l0.52,0.06l0.62,-0.84l0.06,-0.22l-0.4,-2.61l-0.74,-2.29l68.9,-0.0l0.3,-0.3l0.01,-0.95l0.32,-0.01ZM32.5,67.43l1.75,1.99l0.41,0.04l1.02,-0.81l3.79,0.25l-0.1,0.72l0.24,0.34l3.83,0.77l2.6,-0.44l5.21,1.41l4.84,0.43l1.9,0.57l0.15,0.01l3.25,-0.71l3.72,1.32l2.52,0.58l-0.03,38.14l0.29,0.3l2.41,0.11l2.34,1.0l1.7,1.59l2.22,2.42l0.42,0.03l2.41,-2.04l2.25,-1.08l1.23,1.76l1.71,1.53l2.24,1.62l1.54,2.56l2.56,4.09l0.11,0.11l4.1,2.17l0.06,1.93l-1.12,1.35l-1.22,-1.14l-2.08,-1.05l-0.68,-2.94l-0.09,-0.16l-3.18,-2.84l-1.32,-3.35l-0.25,-0.19l-2.43,-0.24l-3.93,-0.09l-2.85,-1.02l-5.24,-3.85l-6.77,-2.04l-3.52,0.3l-4.84,-1.7l-2.96,-1.6l-0.23,-0.02l-2.78,0.8l-0.21,0.35l0.46,2.31l-1.11,0.19l-2.9,0.78l-2.24,1.26l-2.42,0.68l-0.29,-1.79l1.07,-3.49l2.54,-1.11l0.12,-0.45l-0.69,-0.96l-0.41,-0.07l-3.19,2.12l-1.76,2.54l-3.57,2.62l-0.03,0.46l1.63,1.59l-2.14,2.38l-2.64,1.49l-2.49,1.09l-0.16,0.17l-0.58,1.48l-3.8,1.79l-0.14,0.14l-0.75,1.57l-2.75,1.41l-1.62,-0.25l-0.16,0.02l-2.35,0.98l-2.54,1.19l-2.06,1.15l-4.05,0.93l-0.1,-0.15l2.45,-1.45l2.49,-1.1l2.61,-1.88l3.03,-0.39l0.19,-0.1l1.2,-1.41l3.43,-2.11l0.61,-0.75l1.81,-1.24l0.13,-0.2l0.42,-2.7l1.24,-2.12l-0.03,-0.35l-0.34,-0.09l-2.73,1.05l-0.67,-0.53l-0.39,0.02l-1.13,1.11l-1.43,-1.62l-0.49,0.06l-0.41,0.8l-0.67,-1.31l-0.42,-0.12l-2.43,1.43l-1.18,-0.0l-0.18,-1.86l0.43,-1.3l-0.09,-0.33l-1.61,-1.33l-0.26,-0.06l-3.11,0.68l-2.0,-1.66l-1.61,-0.85l-0.01,-1.97l-0.11,-0.23l-1.76,-1.48l0.86,-1.96l2.01,-2.13l0.88,-1.94l1.79,-0.25l1.65,0.6l0.31,-0.06l1.91,-1.8l1.67,0.31l0.22,-0.04l1.91,-1.23l0.13,-0.33l-0.47,-1.82l-0.15,-0.19l-1.0,-0.52l1.51,-1.27l0.09,-0.34l-0.29,-0.19l-1.62,0.06l-2.66,0.88l-0.13,0.09l-0.62,0.72l-1.77,-0.8l-0.16,-0.02l-3.48,0.44l-3.5,-0.92l-1.06,-1.61l-2.78,-2.09l3.07,-1.51l5.52,-2.01l1.65,0.0l-0.28,1.73l0.31,0.35l5.29,-0.16l0.23,-0.49l-2.03,-2.59l-0.1,-0.08l-3.03,-1.58l-1.79,-2.12l-2.4,-1.83l-3.18,-1.27l1.13,-1.84l4.28,-0.14l0.15,-0.05l3.16,-2.0l0.13,-0.17l0.57,-2.07l2.43,-2.02l2.42,-0.52l4.67,-1.98l2.22,0.29l0.2,-0.04l3.74,-2.37l3.57,0.91ZM37.66,123.49l-2.31,1.26l-1.04,-0.75l-0.31,-1.35l2.06,-1.16l1.24,-0.51l1.48,0.22l0.76,0.81l-1.89,1.49ZM30.89,233.84l1.2,0.57l0.35,0.3l0.48,0.69l-1.6,0.86l-0.3,0.31l-0.24,-0.14l0.05,-0.54l-0.02,-0.15l-0.36,-0.83l0.05,-0.12l0.39,-0.38l0.07,-0.31l-0.09,-0.27ZM29.06,231.89l0.5,0.14l0.31,0.19l-0.46,0.1l-0.34,-0.43ZM25.02,230.13l0.2,-0.11l0.4,0.47l-0.43,-0.05l-0.17,-0.31ZM21.29,228.68l0.1,-0.07l0.22,0.02l0.02,0.21l-0.02,0.02l-0.32,-0.18ZM6.0,113.33l-1.19,0.45l-1.5,-0.64l-0.94,-0.63l1.76,-0.46l1.71,0.29l0.16,0.98Z", "name": "United States of America"}, "LV": {"path": "M473.99,127.16l0.07,-2.15l1.15,-2.11l2.05,-1.07l1.84,2.48l0.25,0.12l2.01,-0.07l0.29,-0.25l0.45,-2.58l1.85,-0.56l0.98,0.4l2.13,1.33l0.16,0.05l1.97,0.01l1.02,0.7l0.21,1.67l0.71,1.84l-2.44,1.23l-1.36,0.53l-2.28,-1.62l-0.12,-0.05l-1.18,-0.2l-0.28,-0.6l-0.31,-0.17l-2.43,0.35l-4.17,-0.23l-0.12,0.02l-2.45,0.93Z", "name": "Latvia"}, "UY": {"path": "M276.9,363.17l1.3,-0.23l2.4,2.04l0.22,0.07l0.82,-0.07l2.48,1.7l1.93,1.5l1.28,1.67l-0.95,1.14l-0.04,0.31l0.63,1.45l-0.96,1.57l-2.65,1.47l-1.73,-0.53l-0.15,-0.01l-1.25,0.28l-2.22,-1.16l-0.16,-0.03l-1.56,0.08l-1.33,-1.36l0.17,-1.58l0.48,-0.55l0.07,-0.2l-0.02,-2.74l0.66,-2.8l0.57,-2.02Z", "name": "Uruguay"}, "LB": {"path": "M510.44,198.11l-0.48,0.03l-0.26,0.17l-0.15,0.32l-0.21,-0.0l0.72,-1.85l1.19,-1.9l0.74,0.09l0.27,0.73l-1.19,0.93l-0.09,0.13l-0.54,1.36Z", "name": "Lebanon"}, "LA": {"path": "M684.87,248.8l0.61,-0.86l0.05,-0.16l0.11,-2.17l-0.08,-0.22l-1.96,-2.16l-0.15,-2.44l-0.08,-0.18l-1.9,-2.1l-0.19,-0.1l-1.89,-0.18l-0.29,0.15l-0.42,0.76l-1.21,0.06l-0.67,-0.41l-0.31,-0.0l-2.2,1.29l-0.05,-1.77l0.61,-2.7l-0.27,-0.37l-1.44,-0.1l-0.12,-1.31l-0.12,-0.21l-0.87,-0.65l0.38,-0.68l1.76,-1.41l0.08,0.22l0.27,0.2l1.33,0.07l0.31,-0.34l-0.35,-2.75l0.85,-0.25l1.32,1.88l1.11,2.36l0.27,0.17l2.89,0.02l0.78,1.82l-1.32,0.56l-0.12,0.09l-0.72,0.93l0.1,0.45l2.93,1.52l3.62,5.27l1.88,1.78l0.58,1.67l-0.38,2.11l-1.87,-0.79l-0.37,0.11l-0.99,1.54l-1.51,-0.73Z", "name": "Laos"}, "TW": {"path": "M725.6,222.5l-1.5,4.22l-0.82,1.65l-1.01,-1.7l-0.26,-1.8l1.4,-2.48l1.8,-1.81l0.76,0.53l-0.38,1.39Z", "name": "Taiwan"}, "TT": {"path": "M266.35,259.46l0.41,-0.39l0.09,-0.23l-0.04,-0.75l1.14,-0.26l0.2,0.03l-0.07,1.37l-1.73,0.23Z", "name": "Trinidad and Tobago"}, "TR": {"path": "M513.25,175.38l3.63,1.17l0.14,0.01l2.88,-0.45l2.11,0.26l0.18,-0.03l2.9,-1.53l2.51,-0.13l2.25,1.37l0.36,0.88l-0.23,1.36l0.19,0.33l1.81,0.72l0.61,0.53l-1.31,0.64l-0.16,0.34l0.76,3.24l-0.44,0.8l0.01,0.3l1.19,2.02l-0.71,0.29l-0.74,-0.62l-0.15,-0.07l-2.91,-0.37l-0.15,0.02l-1.04,0.43l-2.78,0.44l-1.44,-0.03l-2.83,1.06l-1.95,0.01l-1.28,-0.52l-0.2,-0.01l-2.62,0.76l-0.7,-0.48l-0.47,0.22l-0.13,1.49l-1.01,0.94l-0.58,-0.82l0.79,-0.9l0.04,-0.34l-0.31,-0.15l-1.46,0.23l-2.03,-0.64l-0.3,0.07l-1.65,1.58l-3.58,0.3l-1.94,-1.47l-0.17,-0.06l-2.7,-0.1l-0.28,0.17l-0.51,1.06l-1.47,0.29l-2.32,-1.46l-0.17,-0.05l-2.55,0.05l-1.4,-2.7l-1.72,-1.54l1.11,-2.06l-0.07,-0.37l-1.35,-1.19l2.47,-2.51l3.74,-0.11l0.26,-0.17l0.96,-2.07l4.56,0.38l0.19,-0.05l2.97,-1.92l2.84,-0.83l4.03,-0.06l4.31,2.08ZM488.85,176.8l-1.81,1.38l-0.57,-1.01l0.02,-0.36l0.45,-0.25l0.13,-0.15l0.78,-1.87l-0.11,-0.37l-0.72,-0.47l1.91,-0.71l1.89,0.35l0.25,0.97l0.17,0.2l1.87,0.83l-0.19,0.31l-2.82,0.16l-0.18,0.07l-1.06,0.91Z", "name": "Turkey"}, "LK": {"path": "M625.44,266.07l-0.35,2.4l-0.9,0.61l-1.91,0.5l-1.04,-1.75l-0.43,-3.5l1.0,-3.6l1.34,1.09l1.13,1.72l1.16,2.52Z", "name": "Sri Lanka"}, "TN": {"path": "M444.91,206.18l-0.99,-4.57l-0.12,-0.18l-1.43,-1.04l-0.02,-0.53l-0.11,-0.22l-1.95,-1.59l-0.19,-1.85l1.44,-1.47l0.08,-0.14l0.59,-2.34l-0.38,-2.77l0.44,-1.28l2.52,-1.08l1.41,0.28l-0.06,1.2l0.43,0.28l1.81,-0.9l0.02,0.06l-1.14,1.28l-0.08,0.2l-0.02,1.32l0.11,0.24l0.74,0.6l-0.29,2.18l-1.56,1.35l-0.09,0.32l0.48,1.54l0.28,0.21l1.11,0.04l0.55,1.17l0.15,0.14l0.76,0.35l-0.12,1.79l-1.1,0.72l-0.8,0.91l-1.68,1.04l-0.13,0.32l0.25,1.08l-0.18,0.96l-0.74,0.39Z", "name": "Tunisia"}, "TL": {"path": "M734.21,307.22l0.17,-0.34l1.99,-0.52l1.72,-0.08l0.78,-0.3l0.29,0.1l-0.43,0.32l-2.57,1.09l-1.71,0.59l-0.05,-0.49l-0.19,-0.36Z", "name": "East Timor"}, "TM": {"path": "M553.16,173.51l-0.12,1.0l-0.26,-0.65l0.38,-0.34ZM553.54,173.16l0.13,-0.12l0.43,-0.09l-0.56,0.21ZM555.68,172.6l0.65,-0.14l1.53,0.76l1.71,2.29l0.27,0.12l1.27,-0.14l2.81,-0.04l0.29,-0.38l-0.35,-1.27l1.98,-0.97l1.96,-1.63l3.05,1.44l0.25,2.23l0.14,0.22l0.96,0.61l0.18,0.05l2.61,-0.13l0.68,0.44l1.2,2.97l0.1,0.13l2.85,2.03l1.67,1.41l2.66,1.45l3.13,1.17l-0.05,1.23l-0.36,-0.04l-1.12,-0.73l-0.44,0.14l-0.34,0.89l-1.96,0.52l-0.22,0.23l-0.47,2.17l-1.26,0.78l-1.93,0.42l-0.21,0.18l-0.46,1.14l-1.64,0.33l-2.3,-0.97l-0.2,-2.23l-0.28,-0.27l-1.76,-0.1l-2.78,-2.48l-0.15,-0.07l-1.95,-0.31l-2.82,-1.48l-1.78,-0.27l-0.18,0.03l-1.03,0.51l-1.6,-0.08l-0.22,0.08l-1.72,1.6l-1.83,0.46l-0.39,-1.7l0.36,-3.0l-0.16,-0.3l-1.73,-0.88l0.57,-1.77l-0.25,-0.39l-1.33,-0.14l0.41,-1.85l2.05,0.63l0.21,-0.01l2.2,-0.95l0.09,-0.49l-1.78,-1.75l-0.69,-1.66l-0.07,-0.03Z", "name": "Turkmenistan"}, "TJ": {"path": "M597.99,178.71l-0.23,0.23l-2.57,-0.47l-0.35,0.25l-0.24,1.7l0.32,0.34l2.66,-0.22l3.15,0.95l4.47,-0.42l0.58,2.45l0.39,0.21l0.71,-0.25l1.22,0.53l-0.06,1.01l0.29,1.28l-2.19,-0.0l-1.71,-0.21l-0.23,0.07l-1.51,1.25l-1.05,0.27l-0.77,0.51l-0.71,-0.67l0.22,-2.28l-0.24,-0.32l-0.43,-0.08l0.17,-0.57l-0.16,-0.36l-1.36,-0.66l-0.34,0.05l-1.08,1.01l-0.09,0.15l-0.25,1.09l-0.24,0.26l-1.36,-0.05l-0.27,0.14l-0.65,1.06l-0.58,-0.39l-0.3,-0.02l-1.68,0.86l-0.36,-0.16l1.28,-2.65l0.02,-0.2l-0.54,-2.17l-0.18,-0.21l-1.53,-0.58l0.41,-0.82l1.89,0.13l0.26,-0.12l1.19,-1.63l0.77,-1.82l2.66,-0.55l-0.33,0.87l0.01,0.23l0.36,0.82l0.3,0.18l0.23,-0.02Z", "name": "Tajikistan"}, "LS": {"path": "M493.32,359.69l0.69,0.65l-0.65,1.12l-0.38,0.8l-1.27,0.39l-0.18,0.15l-0.4,0.77l-0.59,0.18l-1.59,-1.78l1.16,-1.5l1.3,-1.02l0.97,-0.46l0.94,0.72Z", "name": "Lesotho"}, "TH": {"path": "M677.42,253.68l-1.7,-0.88l-0.14,-0.03l-1.77,0.04l0.3,-1.64l-0.3,-0.35l-2.21,0.01l-0.3,0.28l-0.2,2.76l-2.15,5.9l-0.02,0.13l0.17,1.83l0.28,0.27l1.45,0.07l0.93,2.1l0.44,2.15l0.08,0.15l1.4,1.44l0.16,0.09l1.43,0.27l1.04,1.05l-0.58,0.73l-1.24,0.22l-0.15,-0.99l-0.15,-0.22l-2.04,-1.1l-0.36,0.06l-0.23,0.23l-0.72,-0.71l-0.41,-1.18l-0.06,-0.11l-1.33,-1.42l-1.22,-1.2l-0.5,0.13l-0.15,0.54l-0.14,-0.41l0.26,-1.48l0.73,-2.38l1.2,-2.57l1.37,-2.35l0.02,-0.27l-0.95,-2.26l0.03,-1.19l-0.29,-1.42l-0.06,-0.13l-1.65,-2.0l-0.46,-0.99l0.62,-0.34l0.13,-0.15l0.92,-2.23l-0.02,-0.27l-1.05,-1.74l-1.57,-1.86l-1.04,-1.96l0.76,-0.34l0.16,-0.16l1.07,-2.63l1.58,-0.1l0.16,-0.06l1.43,-1.11l1.24,-0.52l0.84,0.62l0.13,1.43l0.28,0.27l1.34,0.09l-0.54,2.39l0.05,2.39l0.45,0.25l2.48,-1.45l0.6,0.36l0.17,0.04l1.47,-0.07l0.25,-0.15l0.41,-0.73l1.58,0.15l1.76,1.93l0.15,2.44l0.08,0.18l1.94,2.15l-0.1,1.96l-0.66,0.93l-2.25,-0.34l-3.24,0.49l-0.19,0.12l-1.6,2.12l-0.06,0.24l0.48,2.46Z", "name": "Thailand"}, "TF": {"path": "M593.76,417.73l1.38,0.84l2.15,0.37l0.04,0.31l-0.59,1.24l-3.36,0.19l-0.05,-1.38l0.43,-1.56Z", "name": "French Southern and Antarctic Lands"}, "TG": {"path": "M425.23,269.29l-1.49,0.4l-0.43,-0.68l-0.64,-1.54l-0.18,-1.16l0.54,-2.21l-0.04,-0.24l-0.59,-0.86l-0.23,-1.9l0.0,-1.82l-0.07,-0.19l-0.95,-1.19l0.1,-0.41l1.58,0.04l-0.23,0.97l0.08,0.28l1.55,1.55l0.09,1.13l0.08,0.19l0.42,0.43l-0.11,5.66l0.52,1.53Z", "name": "Togo"}, "TD": {"path": "M457.57,252.46l0.23,-1.08l-0.28,-0.36l-1.32,-0.05l0.0,-1.35l-0.1,-0.22l-0.9,-0.82l0.99,-3.1l3.12,-2.37l0.12,-0.23l0.13,-3.33l0.95,-5.2l0.53,-1.09l-0.07,-0.36l-0.94,-0.81l-0.03,-0.7l-0.12,-0.23l-0.84,-0.61l-0.57,-3.76l2.21,-1.26l19.67,9.88l0.12,9.74l-1.83,-0.15l-0.28,0.14l-1.14,1.89l-0.68,1.62l0.05,0.31l0.33,0.38l-0.61,0.58l-0.08,0.3l0.25,0.93l-0.58,0.95l-0.29,1.01l0.34,0.37l0.67,-0.11l0.39,0.73l0.03,1.4l0.11,0.23l0.8,0.65l-0.01,0.24l-1.38,0.37l-0.11,0.06l-1.27,1.03l-1.83,2.76l-2.21,1.1l-2.34,-0.15l-0.82,0.25l-0.2,0.37l0.19,0.68l-1.16,0.79l-1.01,0.94l-2.92,0.89l-0.5,-0.46l-0.17,-0.08l-0.41,-0.05l-0.28,0.12l-0.38,0.54l-1.36,0.12l0.1,-0.18l0.01,-0.27l-0.78,-1.72l-0.35,-1.03l-0.17,-0.18l-1.03,-0.41l-1.29,-1.28l0.36,-0.78l0.9,0.2l0.14,-0.0l0.67,-0.17l1.36,0.02l0.26,-0.45l-1.32,-2.22l0.09,-1.64l-0.17,-1.68l-0.04,-0.13l-0.93,-1.53Z", "name": "Chad"}, "LY": {"path": "M457.99,226.38l-1.57,0.87l-1.25,-1.28l-0.13,-0.08l-3.85,-1.11l-1.04,-1.57l-0.09,-0.09l-1.98,-1.23l-0.27,-0.02l-0.93,0.39l-0.72,-1.2l-0.09,-1.07l-0.06,-0.16l-1.33,-1.75l0.83,-0.94l0.07,-0.24l-0.21,-1.64l0.31,-1.43l-0.17,-1.29l0.43,-2.26l-0.15,-1.33l-0.73,-2.18l0.99,-0.52l0.16,-0.21l0.22,-1.16l-0.22,-1.06l1.54,-0.95l0.81,-0.92l1.19,-0.78l0.14,-0.23l0.12,-1.76l2.57,0.84l0.16,0.01l0.99,-0.23l2.01,0.45l3.19,1.2l1.12,2.36l0.2,0.16l2.24,0.53l3.5,1.14l2.65,1.36l0.29,-0.01l1.22,-0.71l1.27,-1.32l0.07,-0.29l-0.55,-2.0l0.69,-1.19l1.7,-1.23l1.61,-0.35l3.2,0.54l0.78,1.14l0.24,0.13l0.85,0.01l0.84,0.47l2.35,0.31l0.42,0.63l-0.79,1.16l-0.04,0.26l0.35,1.08l-0.61,1.6l-0.0,0.2l0.73,2.16l0.0,24.24l-2.58,0.01l-0.3,0.29l-0.02,0.62l-19.55,-9.83l-0.28,0.01l-2.53,1.44Z", "name": "Libya"}, "AE": {"path": "M550.59,223.8l0.12,0.08l1.92,-0.41l3.54,0.15l0.23,-0.09l1.71,-1.79l1.86,-1.7l1.31,-1.36l0.26,0.5l0.28,1.72l-0.93,0.01l-0.3,0.26l-0.21,1.73l0.11,0.27l0.08,0.06l-0.7,0.32l-0.17,0.27l-0.01,0.99l-0.68,1.02l-0.05,0.15l-0.06,0.96l-0.32,0.36l-7.19,-1.27l-0.79,-2.22Z", "name": "United Arab Emirates"}, "VE": {"path": "M240.66,256.5l0.65,0.91l-0.03,1.13l-1.05,1.39l-0.03,0.31l0.95,2.0l0.32,0.17l1.08,-0.16l0.24,-0.21l0.56,-1.83l-0.06,-0.29l-0.71,-0.81l-0.1,-1.58l2.9,-0.96l0.19,-0.37l-0.29,-1.02l0.45,-0.41l0.72,1.43l0.26,0.16l1.65,0.04l1.46,1.27l0.08,0.72l0.3,0.27l2.28,0.02l2.55,-0.25l1.34,1.06l0.14,0.06l1.92,0.31l0.2,-0.03l1.4,-0.79l0.15,-0.25l0.02,-0.36l2.82,-0.14l1.17,-0.01l-0.41,0.14l-0.14,0.46l0.86,1.19l0.22,0.12l1.93,0.18l1.73,1.13l0.37,1.9l0.31,0.24l1.21,-0.05l0.52,0.32l-1.63,1.21l-0.11,0.17l-0.22,0.92l0.07,0.27l0.63,0.69l-0.31,0.24l-1.48,0.39l-0.22,0.3l0.04,1.03l-0.59,0.6l-0.01,0.41l1.67,1.87l0.23,0.48l-0.72,0.76l-2.71,0.91l-1.78,0.39l-0.13,0.06l-0.6,0.49l-1.84,-0.58l-1.89,-0.33l-0.18,0.03l-0.47,0.23l-0.02,0.53l0.96,0.56l-0.08,1.58l0.35,1.58l0.26,0.23l1.91,0.19l0.02,0.07l-1.54,0.62l-0.18,0.2l-0.25,0.92l-0.88,0.35l-1.85,0.58l-0.16,0.13l-0.4,0.64l-1.66,0.14l-1.22,-1.18l-0.79,-2.52l-0.67,-0.88l-0.66,-0.43l0.99,-0.98l0.09,-0.26l-0.09,-0.56l-0.08,-0.16l-0.66,-0.69l-0.47,-1.54l0.18,-1.67l0.55,-0.85l0.45,-1.35l-0.15,-0.36l-0.89,-0.43l-0.19,-0.02l-1.39,0.28l-1.76,-0.13l-0.92,0.23l-1.64,-2.01l-0.17,-0.1l-1.54,-0.33l-3.05,0.23l-0.5,-0.73l-0.15,-0.12l-0.45,-0.15l-0.05,-0.28l0.28,-0.86l0.01,-0.15l-0.2,-1.01l-0.08,-0.15l-0.5,-0.5l-0.3,-1.08l-0.25,-0.22l-0.89,-0.12l0.54,-1.18l0.29,-1.73l0.66,-0.85l0.94,-0.7l0.09,-0.11l0.3,-0.6Z", "name": "Venezuela"}, "AF": {"path": "M574.42,192.1l2.24,0.95l0.18,0.02l1.89,-0.38l0.22,-0.18l0.46,-1.14l1.82,-0.4l1.5,-0.91l0.14,-0.19l0.46,-2.12l1.93,-0.51l0.2,-0.18l0.26,-0.68l0.87,0.57l0.13,0.05l0.79,0.09l1.35,0.02l1.83,0.59l0.75,0.34l0.26,-0.01l1.66,-0.85l0.7,0.46l0.42,-0.09l0.72,-1.17l1.32,0.05l0.23,-0.1l0.39,-0.43l0.07,-0.14l0.24,-1.08l0.86,-0.81l0.94,0.46l-0.2,0.64l0.23,0.38l0.49,0.09l-0.21,2.15l0.09,0.25l0.99,0.94l0.38,0.03l0.83,-0.57l1.06,-0.27l0.12,-0.06l1.46,-1.21l1.63,0.2l2.4,0.0l0.17,0.32l-1.12,0.25l-1.23,0.52l-2.86,0.33l-2.69,0.6l-0.13,0.06l-1.46,1.25l-0.07,0.36l0.58,1.18l0.25,1.21l-1.13,1.08l-0.09,0.25l0.09,0.98l-0.53,0.79l-2.22,-0.08l-0.28,0.44l0.83,1.57l-1.3,0.58l-0.13,0.11l-1.06,1.69l-0.05,0.18l0.13,1.51l-0.73,0.58l-0.78,-0.22l-0.14,-0.01l-1.91,0.36l-0.23,0.19l-0.2,0.57l-1.65,-0.0l-0.22,0.1l-1.4,1.56l-0.08,0.19l-0.08,2.13l-2.99,1.05l-1.67,-0.23l-0.27,0.1l-0.39,0.46l-1.43,-0.31l-2.43,0.4l-3.69,-1.23l1.96,-2.15l0.08,-0.24l-0.21,-1.78l-0.23,-0.26l-1.69,-0.42l-0.19,-1.62l-0.77,-2.08l0.98,-1.41l-0.14,-0.45l-0.82,-0.31l0.6,-1.79l0.93,-3.21Z", "name": "Afghanistan"}, "IQ": {"path": "M534.42,190.89l0.13,0.14l1.5,0.78l0.15,1.34l-1.13,0.87l-0.11,0.16l-0.58,2.2l0.04,0.24l1.73,2.67l0.12,0.1l2.99,1.49l1.18,1.94l-0.39,1.89l0.29,0.36l0.5,-0.0l0.02,1.17l0.08,0.2l0.83,0.86l-2.36,-0.29l-0.29,0.13l-1.74,2.49l-4.4,-0.21l-7.03,-5.49l-3.73,-1.94l-2.92,-0.74l-0.89,-3.0l5.33,-2.81l0.15,-0.19l0.95,-3.43l-0.2,-2.0l1.19,-0.61l0.11,-0.09l1.23,-1.73l0.92,-0.38l2.75,0.35l0.81,0.68l0.31,0.05l0.94,-0.38l1.5,3.17Z", "name": "Iraq"}, "IS": {"path": "M384.26,87.96l-0.51,2.35l0.08,0.28l2.61,2.58l-2.99,2.83l-7.16,2.72l-2.08,0.7l-9.51,-1.71l1.89,-1.36l-0.07,-0.53l-4.4,-1.59l3.33,-0.59l0.25,-0.32l-0.11,-1.2l-0.25,-0.27l-4.82,-0.88l1.38,-2.2l3.54,-0.57l3.8,2.74l0.33,0.01l3.68,-2.18l3.02,1.12l0.25,-0.02l4.01,-2.18l3.72,0.27Z", "name": "Iceland"}, "IR": {"path": "M556.2,187.5l2.05,-0.52l0.13,-0.07l1.69,-1.57l1.55,0.08l0.15,-0.03l1.02,-0.5l1.64,0.25l2.82,1.48l1.91,0.3l2.8,2.49l0.18,0.08l1.61,0.09l0.19,2.09l-1.0,3.47l-0.69,2.04l0.18,0.38l0.73,0.28l-0.85,1.22l-0.04,0.28l0.81,2.19l0.19,1.72l0.23,0.26l1.69,0.42l0.17,1.43l-2.18,2.39l-0.01,0.4l1.22,1.42l1.0,1.62l0.12,0.11l2.23,1.11l0.06,2.2l0.2,0.27l1.03,0.38l0.14,0.83l-3.38,1.3l-0.18,0.19l-0.87,2.85l-4.44,-0.76l-2.75,-0.62l-2.64,-0.32l-1.01,-3.11l-0.17,-0.19l-1.2,-0.48l-0.18,-0.01l-1.99,0.51l-2.42,1.25l-2.89,-0.84l-2.48,-2.03l-2.41,-0.79l-1.61,-2.47l-1.84,-3.63l-0.36,-0.15l-1.22,0.4l-1.48,-0.84l-0.37,0.06l-0.72,0.82l-1.08,-1.12l-0.02,-1.35l-0.3,-0.29l-0.43,0.0l0.34,-1.64l-0.04,-0.22l-1.29,-2.11l-0.12,-0.11l-3.0,-1.49l-1.62,-2.49l0.52,-1.98l1.18,-0.92l0.11,-0.27l-0.19,-1.66l-0.16,-0.23l-1.55,-0.81l-1.58,-3.33l-1.3,-2.2l0.41,-0.75l0.03,-0.21l-0.73,-3.12l1.2,-0.59l0.35,0.9l1.26,1.35l0.15,0.09l1.81,0.39l0.91,-0.09l0.15,-0.06l2.9,-2.13l0.7,-0.16l0.48,0.56l-0.75,1.26l0.05,0.37l1.56,1.53l0.28,0.08l0.37,-0.09l0.7,1.89l0.21,0.19l2.31,0.59l1.69,1.4l0.15,0.07l3.66,0.49l3.91,-0.76l0.23,-0.19l0.19,-0.52Z", "name": "Iran"}, "AM": {"path": "M530.51,176.08l2.91,-0.39l0.41,0.63l0.11,0.1l0.66,0.36l-0.32,0.47l0.07,0.41l1.1,0.84l-0.53,0.7l0.06,0.42l1.06,0.8l1.01,0.44l0.04,1.56l-0.44,0.04l-0.88,-1.46l0.01,-0.37l-0.3,-0.31l-0.98,0.01l-0.65,-0.69l-0.26,-0.09l-0.38,0.06l-0.97,-0.82l-1.64,-0.65l0.2,-1.2l-0.02,-0.16l-0.28,-0.69Z", "name": "Armenia"}, "IT": {"path": "M451.68,158.58l0.2,0.16l3.3,0.75l-0.22,1.26l0.02,0.18l0.35,0.78l-1.4,-0.32l-0.21,0.03l-2.04,1.1l-0.16,0.29l0.13,1.47l-0.29,0.82l0.02,0.24l0.82,1.57l0.1,0.11l2.28,1.5l1.29,2.53l2.79,2.43l0.2,0.07l1.83,-0.02l0.31,0.34l-0.46,0.39l0.06,0.5l4.06,1.97l2.06,1.49l0.17,0.36l-0.24,0.53l-1.08,-1.07l-0.15,-0.08l-2.18,-0.49l-0.33,0.15l-1.05,1.91l0.11,0.4l1.63,0.98l-0.22,1.12l-0.84,0.14l-0.22,0.15l-1.27,2.38l-0.54,0.12l0.01,-0.47l0.48,-1.46l0.5,-0.58l0.03,-0.35l-0.97,-1.69l-0.76,-1.48l-0.17,-0.15l-0.94,-0.33l-0.68,-1.18l-0.16,-0.13l-1.53,-0.52l-1.03,-1.14l-0.19,-0.1l-1.78,-0.19l-1.88,-1.3l-2.27,-1.94l-1.64,-1.68l-0.76,-2.94l-0.21,-0.21l-1.22,-0.35l-2.01,-1.0l-0.24,-0.01l-1.15,0.42l-0.11,0.07l-1.38,1.36l-0.5,0.11l0.19,-0.87l-0.21,-0.35l-1.19,-0.34l-0.56,-2.06l0.76,-0.82l0.03,-0.36l-0.68,-1.08l0.04,-0.31l0.68,0.42l0.19,0.04l1.21,-0.15l0.14,-0.06l1.18,-0.89l0.25,0.29l0.25,0.1l1.19,-0.1l0.25,-0.18l0.45,-1.04l1.61,0.34l0.19,-0.02l1.1,-0.53l0.17,-0.22l0.15,-0.95l1.19,0.35l0.35,-0.16l0.23,-0.47l2.11,-0.47l0.45,0.89ZM459.35,184.63l-0.71,1.81l0.0,0.23l0.33,0.79l-0.37,1.03l-1.6,-0.91l-1.33,-0.34l-3.24,-1.36l0.23,-0.99l2.73,0.24l3.95,-0.5ZM443.95,175.91l1.26,1.77l-0.31,3.47l-0.82,-0.13l-0.26,0.08l-0.83,0.79l-0.64,-0.52l-0.1,-3.42l-0.44,-1.34l0.91,0.1l0.21,-0.06l1.01,-0.74Z", "name": "Italy"}, "VN": {"path": "M690.8,230.21l-2.86,1.93l-2.09,2.46l-0.06,0.11l-0.55,1.8l0.04,0.26l4.26,6.1l2.31,1.63l1.46,1.97l1.12,4.62l-0.32,4.3l-1.97,1.57l-2.85,1.62l-2.09,2.14l-2.83,2.13l-0.67,-1.19l0.65,-1.58l-0.09,-0.35l-1.47,-1.14l1.67,-0.79l2.57,-0.18l0.22,-0.47l-0.89,-1.24l3.88,-1.8l0.17,-0.24l0.31,-3.05l-0.01,-0.13l-0.56,-1.63l0.44,-2.48l-0.01,-0.15l-0.63,-1.81l-0.08,-0.12l-1.87,-1.77l-3.64,-5.3l-0.11,-0.1l-2.68,-1.39l0.45,-0.59l1.53,-0.65l0.16,-0.39l-0.97,-2.27l-0.27,-0.18l-2.89,-0.02l-1.04,-2.21l-1.28,-1.83l0.96,-0.46l1.97,0.01l2.43,-0.3l0.13,-0.05l1.95,-1.29l1.04,0.85l0.13,0.06l1.98,0.42l-0.32,1.21l0.09,0.3l1.19,1.07l0.12,0.07l1.88,0.51Z", "name": "Vietnam"}, "AR": {"path": "M258.11,341.34l1.4,1.81l0.51,-0.06l0.89,-1.94l2.51,0.1l0.36,0.49l4.6,4.31l0.15,0.08l1.99,0.39l3.01,1.93l2.5,1.01l0.28,0.91l-2.4,3.97l0.17,0.44l2.57,0.74l2.81,0.41l2.09,-0.44l0.14,-0.07l2.27,-2.06l0.09,-0.17l0.38,-2.2l0.88,-0.36l1.05,1.29l-0.04,1.88l-1.98,1.4l-1.72,1.13l-2.84,2.65l-3.34,3.73l-0.07,0.12l-0.63,2.22l-0.67,2.85l0.02,2.73l-0.47,0.54l-0.07,0.17l-0.36,3.28l0.12,0.27l3.03,2.32l-0.31,1.78l0.11,0.29l1.44,1.15l-0.11,1.17l-2.32,3.57l-3.59,1.51l-4.95,0.6l-2.72,-0.29l-0.32,0.38l0.5,1.67l-0.49,2.13l0.01,0.16l0.4,1.29l-1.27,0.88l-2.41,0.39l-2.33,-1.05l-0.31,0.04l-0.97,0.78l-0.11,0.27l0.35,2.98l0.16,0.23l1.69,0.91l0.31,-0.02l1.08,-0.75l0.46,0.96l-2.1,0.88l-2.01,1.89l-0.09,0.18l-0.36,3.05l-0.51,1.42l-2.16,0.01l-0.19,0.07l-1.96,1.59l-0.1,0.15l-0.72,2.34l0.08,0.31l2.46,2.31l0.13,0.07l2.09,0.56l-0.74,2.45l-2.86,1.75l-0.12,0.14l-1.59,3.71l-2.2,1.24l-0.1,0.09l-1.03,1.54l-0.04,0.23l0.81,3.45l0.06,0.13l1.13,1.32l-2.59,-0.57l-5.89,-0.44l-0.92,-1.73l0.05,-2.4l-0.34,-0.3l-1.49,0.19l-0.72,-0.98l-0.2,-3.21l1.79,-1.33l0.1,-0.13l0.79,-2.04l0.02,-0.16l-0.27,-1.52l1.31,-2.69l0.91,-4.15l-0.23,-1.72l0.91,-0.49l0.15,-0.33l-0.27,-1.16l-0.15,-0.2l-0.87,-0.46l0.65,-1.01l-0.04,-0.37l-1.06,-1.09l-0.54,-3.2l0.83,-0.51l0.14,-0.29l-0.42,-3.6l0.58,-2.98l0.64,-2.5l1.41,-1.0l0.12,-0.32l-0.75,-2.8l-0.01,-2.48l1.81,-1.78l0.09,-0.22l-0.06,-2.3l1.39,-2.69l0.03,-0.14l0.01,-2.58l-0.11,-0.24l-0.57,-0.45l-1.1,-4.59l1.49,-2.73l0.04,-0.17l-0.23,-2.59l0.86,-2.38l1.6,-2.48l1.74,-1.65l0.04,-0.39l-0.64,-0.89l0.42,-0.7l0.04,-0.16l-0.08,-4.26l2.55,-1.23l0.16,-0.18l0.86,-2.75l-0.01,-0.22l-0.22,-0.48l1.84,-2.1l3.0,0.59ZM256.77,438.98l-2.1,0.15l-1.18,-1.14l-0.19,-0.08l-1.53,-0.09l-2.38,-0.0l-0.0,-6.28l0.4,0.65l1.25,2.55l0.11,0.12l3.26,2.07l3.19,0.8l-0.82,1.26Z", "name": "Argentina"}, "AU": {"path": "M705.55,353.06l0.09,0.09l0.37,0.05l0.13,-0.35l-0.57,-1.69l0.48,0.3l0.71,0.99l0.34,0.11l0.2,-0.29l-0.04,-1.37l-0.04,-0.14l-1.22,-2.07l-0.28,-0.9l-0.51,-0.69l0.24,-1.33l0.52,-0.7l0.34,-1.32l0.01,-0.13l-0.25,-1.44l0.51,-0.94l0.1,1.03l0.23,0.26l0.32,-0.14l1.01,-1.72l1.94,-0.84l1.27,-1.14l1.84,-0.92l1.0,-0.18l0.6,0.28l0.26,-0.0l1.94,-0.96l1.48,-0.28l0.19,-0.13l0.32,-0.49l0.51,-0.18l1.42,0.05l2.63,-0.76l0.11,-0.06l1.36,-1.15l0.08,-0.1l0.61,-1.33l1.42,-1.27l0.1,-0.19l0.11,-1.03l0.06,-1.32l1.39,-1.74l0.85,1.79l0.4,0.14l1.07,-0.51l0.11,-0.45l-0.77,-1.05l0.53,-0.84l0.86,0.43l0.43,-0.22l0.29,-1.85l1.29,-1.19l0.6,-0.98l1.16,-0.4l0.2,-0.27l0.02,-0.34l0.74,0.2l0.38,-0.27l0.03,-0.44l1.98,-0.61l1.7,1.08l1.36,1.48l0.22,0.1l1.55,0.02l1.57,0.24l0.33,-0.4l-0.48,-1.27l1.09,-1.86l1.06,-0.63l0.1,-0.42l-0.28,-0.46l0.93,-1.24l1.36,-0.8l1.16,0.27l0.14,0.0l2.1,-0.48l0.23,-0.3l-0.05,-1.3l-0.18,-0.26l-1.08,-0.49l0.44,-0.12l1.52,0.58l1.39,1.06l2.11,0.65l0.19,-0.0l0.59,-0.21l1.44,0.72l0.27,0.0l1.37,-0.68l0.84,0.2l0.26,-0.06l0.37,-0.3l0.82,0.89l-0.56,1.14l-0.84,0.91l-0.75,0.07l-0.26,0.38l0.26,0.9l-0.67,1.15l-0.88,1.24l-0.05,0.25l0.18,0.72l0.12,0.17l1.99,1.42l1.96,0.84l1.25,0.86l1.8,1.51l0.19,0.07l0.63,-0.0l1.15,0.58l0.34,0.7l0.17,0.15l2.39,0.88l0.24,-0.02l1.65,-0.88l0.14,-0.16l0.49,-1.37l0.52,-1.19l0.31,-1.39l0.75,-2.02l0.01,-0.19l-0.33,-1.16l0.16,-0.67l0.0,-0.13l-0.28,-1.41l0.3,-1.78l0.42,-0.45l0.05,-0.33l-0.33,-0.73l0.56,-1.25l0.48,-1.39l0.07,-0.69l0.58,-0.59l0.48,0.84l0.17,1.53l0.17,0.24l0.47,0.23l0.09,0.9l0.05,0.14l0.87,1.23l0.17,1.33l-0.09,0.89l0.03,0.15l0.9,2.0l0.43,0.13l1.38,-0.83l0.71,0.92l1.06,0.88l-0.22,0.96l0.0,0.14l0.53,2.2l0.38,1.3l0.15,0.18l0.52,0.26l0.62,2.01l-0.23,1.27l0.02,0.18l0.81,1.76l0.14,0.14l2.69,1.35l3.21,2.21l-0.2,0.4l0.04,0.34l1.39,1.6l0.95,2.78l0.43,0.16l0.79,-0.46l0.85,0.96l0.39,0.05l0.22,-0.15l0.36,2.33l0.09,0.18l1.78,1.63l1.16,1.01l1.9,2.1l0.67,2.05l0.06,1.47l-0.17,1.64l0.03,0.17l1.16,2.22l-0.14,2.28l-0.43,1.24l-0.68,2.44l0.04,1.63l-0.48,1.92l-1.06,2.43l-1.79,1.32l-0.1,0.12l-0.91,2.15l-0.82,1.37l-0.76,2.47l-0.98,1.46l-0.63,2.14l-0.33,2.02l0.1,0.82l-1.21,0.85l-2.71,0.1l-0.13,0.03l-2.31,1.19l-1.21,1.17l-1.34,1.11l-1.89,-1.18l-1.33,-0.46l0.32,-1.24l-0.4,-0.35l-1.46,0.61l-2.06,1.98l-1.99,-0.73l-1.43,-0.46l-1.45,-0.22l-2.32,-0.81l-1.51,-1.67l-0.45,-2.11l-0.6,-1.5l-0.07,-0.11l-1.23,-1.16l-0.16,-0.08l-1.96,-0.28l0.59,-0.99l0.03,-0.24l-0.61,-2.1l-0.54,-0.08l-1.16,1.85l-1.23,0.29l0.73,-0.88l0.06,-0.12l0.37,-1.57l0.93,-1.33l0.05,-0.2l-0.2,-2.07l-0.53,-0.17l-2.01,2.35l-1.52,0.94l-0.12,0.14l-0.82,1.93l-1.5,-0.9l0.07,-1.32l-0.06,-0.2l-1.57,-2.04l-1.15,-0.92l0.3,-0.41l-0.1,-0.44l-3.21,-1.69l-0.13,-0.03l-1.69,-0.08l-2.35,-1.31l-0.16,-0.04l-4.55,0.27l-3.24,0.99l-2.8,0.91l-2.33,-0.18l-0.17,0.03l-2.63,1.41l-2.14,0.64l-0.2,0.19l-0.47,1.42l-0.8,0.99l-1.99,0.06l-1.55,0.24l-2.27,-0.5l-1.79,0.3l-1.71,0.13l-0.19,0.09l-1.38,1.39l-0.58,-0.1l-0.21,0.04l-1.26,0.8l-1.13,0.85l-1.72,-0.1l-1.6,-0.0l-2.58,-1.76l-1.21,-0.49l0.04,-1.19l1.04,-0.32l0.16,-0.12l0.42,-0.64l0.05,-0.19l-0.09,-0.97l0.3,-2.0l-0.28,-1.64l-1.34,-2.84l-0.39,-1.49l0.1,-1.51l-0.04,-0.17l-0.96,-1.72l-0.06,-0.73l-0.09,-0.19l-1.04,-1.01l-0.3,-2.02l-0.05,-0.12l-1.23,-1.83ZM784.95,393.35l2.39,1.01l0.2,0.01l3.26,-0.96l1.19,0.16l0.16,3.19l-0.78,0.95l-0.07,0.16l-0.19,1.83l-0.43,-0.41l-0.44,0.03l-1.61,1.96l-0.4,-0.12l-1.38,-0.09l-1.43,-2.42l-0.37,-2.03l-1.4,-2.53l0.04,-0.94l1.27,0.2Z", "name": "Australia"}, "IL": {"path": "M509.04,199.22l0.71,0.0l0.27,-0.17l0.15,-0.33l0.19,-0.01l0.02,0.73l-0.27,0.34l0.02,0.08l-0.32,0.62l-0.65,-0.27l-0.41,0.19l-0.52,1.85l0.16,0.35l0.14,0.07l-0.17,0.1l-0.14,0.21l-0.11,0.73l0.39,0.33l0.81,-0.26l0.03,0.64l-0.97,3.43l-1.28,-3.67l0.62,-0.78l-0.03,-0.41l0.58,-1.16l0.5,-2.07l0.27,-0.54Z", "name": "Israel"}, "IN": {"path": "M615.84,192.58l2.4,2.97l-0.24,2.17l0.05,0.2l0.94,1.35l-0.06,0.97l-1.46,-0.3l-0.35,0.36l0.7,3.06l0.12,0.18l2.46,1.75l3.11,1.72l-1.23,0.96l-0.1,0.13l-0.97,2.55l0.16,0.38l2.41,1.02l2.37,1.33l3.27,1.52l3.43,0.37l1.37,1.3l0.17,0.08l1.92,0.25l3.0,0.62l2.15,-0.04l0.28,-0.22l0.29,-1.06l0.0,-0.13l-0.32,-1.66l0.16,-0.94l1.0,-0.37l0.23,2.28l0.18,0.24l2.28,1.02l0.2,0.02l1.52,-0.41l2.06,0.18l2.08,-0.08l0.29,-0.27l0.18,-1.66l-0.1,-0.26l-0.53,-0.44l1.38,-0.23l0.15,-0.07l2.26,-2.0l2.75,-1.65l1.97,0.63l0.25,-0.03l1.54,-0.99l0.89,1.28l-0.72,0.97l0.2,0.48l2.49,0.37l0.11,0.61l-0.69,0.39l-0.15,0.3l0.15,1.22l-1.36,-0.37l-0.23,0.03l-3.24,1.86l-0.15,0.28l0.07,1.44l-1.33,2.16l-0.04,0.13l-0.12,1.24l-0.98,1.91l-1.72,-0.53l-0.39,0.28l-0.09,2.66l-0.52,0.83l-0.04,0.23l0.21,0.89l-0.71,0.36l-1.21,-3.85l-0.29,-0.21l-0.69,0.01l-0.29,0.23l-0.28,1.17l-0.84,-0.84l0.6,-1.17l0.97,-0.13l0.23,-0.16l1.15,-2.25l-0.18,-0.42l-1.54,-0.47l-2.3,0.04l-2.13,-0.33l-0.19,-1.63l-0.26,-0.26l-1.13,-0.13l-1.93,-1.13l-0.42,0.13l-0.88,1.82l0.08,0.37l1.47,1.15l-1.21,0.77l-0.1,0.1l-0.56,0.97l0.13,0.42l1.31,0.61l-0.36,1.35l0.01,0.2l0.85,1.95l0.37,2.05l-0.26,0.68l-1.55,-0.02l-3.09,0.54l-0.25,0.32l0.13,1.84l-1.21,1.4l-3.64,1.79l-2.79,3.04l-1.86,1.61l-2.48,1.68l-0.13,0.25l-0.0,1.0l-1.07,0.55l-2.21,0.9l-1.13,0.13l-0.25,0.19l-0.75,1.96l-0.02,0.15l0.52,3.31l0.13,2.03l-1.03,2.35l-0.03,0.12l-0.01,4.03l-1.02,0.1l-0.23,0.15l-1.14,1.93l0.04,0.36l0.44,0.48l-1.83,0.57l-0.18,0.15l-0.81,1.65l-0.74,0.53l-2.14,-2.12l-1.14,-3.47l-0.96,-2.57l-0.9,-1.26l-1.3,-2.38l-0.61,-3.14l-0.44,-1.62l-2.29,-3.56l-1.03,-4.94l-0.74,-3.29l0.01,-3.12l-0.49,-2.51l-0.41,-0.22l-3.56,1.53l-1.59,-0.28l-2.96,-2.87l0.94,-0.74l0.06,-0.41l-0.74,-1.03l-2.73,-2.1l1.35,-1.43l5.38,0.01l0.29,-0.36l-0.5,-2.29l-0.09,-0.15l-1.33,-1.28l-0.27,-1.96l-0.12,-0.2l-1.36,-1.0l2.42,-2.48l2.77,0.2l0.24,-0.1l2.62,-2.85l1.59,-2.8l2.41,-2.74l0.07,-0.2l-0.04,-1.82l2.01,-1.51l-0.01,-0.49l-1.95,-1.33l-0.83,-1.81l-0.82,-2.27l0.98,-0.97l3.64,0.66l2.89,-0.42l0.17,-0.08l2.18,-2.15Z", "name": "India"}, "TZ": {"path": "M505.77,287.58l0.36,0.23l8.95,5.03l0.15,1.3l0.13,0.21l3.4,2.37l-1.07,2.88l-0.02,0.14l0.15,1.42l0.15,0.23l1.47,0.84l0.05,0.42l-0.66,1.44l-0.02,0.18l0.13,0.72l-0.16,1.16l0.03,0.19l0.87,1.57l1.03,2.48l0.12,0.14l0.53,0.32l-1.59,1.18l-2.64,0.95l-1.45,-0.04l-0.2,0.07l-0.81,0.69l-1.64,0.06l-0.68,0.3l-2.9,-0.69l-1.71,0.17l-0.65,-3.18l-0.05,-0.12l-1.35,-1.88l-0.19,-0.12l-2.41,-0.46l-1.38,-0.74l-1.63,-0.44l-0.96,-0.41l-0.95,-0.58l-1.31,-3.09l-1.47,-1.46l-0.45,-1.31l0.24,-1.34l-0.39,-1.99l0.71,-0.08l0.18,-0.09l0.91,-0.91l0.98,-1.31l0.59,-0.5l0.11,-0.24l-0.02,-0.81l-0.08,-0.2l-0.47,-0.5l-0.1,-0.67l0.51,-0.23l0.18,-0.25l0.14,-1.47l-0.05,-0.2l-0.76,-1.09l0.45,-0.15l2.71,0.03l5.01,-0.19Z", "name": "Tanzania"}, "AZ": {"path": "M539.36,175.66l0.16,0.09l1.11,0.2l0.32,-0.15l0.4,-0.71l1.22,-0.99l1.11,1.33l1.26,2.09l0.22,0.14l1.06,0.13l0.28,0.29l-1.46,0.17l-0.26,0.24l-0.43,2.26l-0.39,0.92l-0.85,0.63l-0.12,0.25l0.06,1.2l-0.22,0.05l-1.28,-1.25l0.74,-1.25l-0.03,-0.35l-0.74,-0.86l-0.3,-0.1l-1.05,0.27l-2.49,1.82l-0.04,-1.46l-0.18,-0.27l-1.09,-0.47l-0.8,-0.6l0.53,-0.7l-0.06,-0.42l-1.11,-0.84l0.34,-0.51l-0.11,-0.43l-0.89,-0.48l-0.33,-0.49l0.25,-0.2l1.78,0.81l1.35,0.18l0.25,-0.09l0.34,-0.35l0.02,-0.39l-1.04,-1.36l0.28,-0.18l0.49,0.07l1.65,1.74ZM533.53,180.16l0.63,0.67l0.22,0.09l0.8,-0.0l0.04,0.31l0.66,1.09l-0.94,-0.21l-1.16,-1.24l-0.25,-0.71Z", "name": "Azerbaijan"}, "IE": {"path": "M405.17,135.35l0.36,2.16l-1.78,2.84l-4.28,1.91l-3.02,-0.43l1.81,-3.13l0.02,-0.26l-1.23,-3.26l3.24,-2.56l1.54,-1.32l0.37,1.33l-0.49,1.77l0.3,0.38l1.49,-0.05l1.68,0.63Z", "name": "Ireland"}, "ID": {"path": "M756.56,287.86l0.69,4.02l0.15,0.21l2.59,1.5l0.39,-0.07l2.05,-2.61l2.75,-1.45l2.09,-0.0l2.08,0.85l1.85,0.89l2.52,0.46l0.08,15.44l-1.72,-1.6l-0.15,-0.07l-2.54,-0.51l-0.29,0.1l-0.53,0.62l-2.53,0.06l0.78,-1.51l1.48,-0.66l0.17,-0.34l-0.65,-2.74l-1.23,-2.19l-0.14,-0.13l-4.85,-2.13l-2.09,-0.23l-3.7,-2.28l-0.41,0.1l-0.67,1.11l-0.63,0.14l-0.41,-0.67l-0.01,-1.01l-0.14,-0.25l-1.39,-0.89l2.05,-0.69l1.73,0.05l0.29,-0.39l-0.21,-0.66l-0.29,-0.21l-3.5,-0.0l-0.9,-1.36l-0.19,-0.13l-2.14,-0.44l-0.65,-0.76l2.86,-0.51l1.28,-0.79l3.75,0.96l0.32,0.76ZM758.01,300.37l-0.79,1.04l-0.14,-1.07l0.4,-0.81l0.29,-0.47l0.24,0.31l-0.0,1.0ZM747.45,292.9l0.48,1.02l-1.45,-0.69l-2.09,-0.21l-1.45,0.16l-1.28,-0.07l0.35,-0.81l2.86,-0.1l2.58,0.68ZM741.15,285.69l-0.16,-0.25l-0.72,-3.08l0.47,-1.86l0.35,-0.38l0.1,0.73l0.25,0.26l1.28,0.19l0.18,0.78l-0.11,1.8l-0.96,-0.18l-0.35,0.22l-0.38,1.52l0.05,0.24ZM741.19,285.75l0.76,0.97l-0.11,0.05l-0.65,-1.02ZM739.18,293.52l-0.61,0.54l-1.44,-0.38l-0.25,-0.55l1.93,-0.09l0.36,0.48ZM728.4,295.87l-0.27,-0.07l-2.26,0.89l-0.37,-0.41l0.27,-0.8l-0.09,-0.33l-1.68,-1.37l0.17,-2.29l-0.42,-0.3l-1.67,0.76l-0.17,0.29l0.21,2.92l0.09,3.34l-1.22,0.28l-0.78,-0.54l0.65,-2.1l0.01,-0.14l-0.39,-2.42l-0.29,-0.25l-0.86,-0.02l-0.63,-1.4l0.99,-1.61l0.35,-1.97l1.24,-3.73l0.49,-0.96l1.95,-1.7l1.86,0.69l3.16,0.35l2.92,-0.1l0.17,-0.06l2.24,-1.65l0.11,0.14l-1.8,2.22l-1.72,0.44l-2.41,-0.48l-4.21,0.13l-2.19,0.36l-0.25,0.24l-0.36,1.9l0.08,0.27l2.24,2.23l0.4,0.02l1.29,-1.08l3.19,-0.58l-0.19,0.06l-1.04,1.4l-2.13,0.94l-0.12,0.45l2.26,3.06l-0.37,0.69l0.03,0.32l1.51,1.95ZM728.48,295.97l0.59,0.76l-0.02,1.37l-1.0,0.55l-0.64,-0.58l1.09,-1.84l-0.02,-0.26ZM728.64,286.95l0.79,-0.14l-0.07,0.39l-0.72,-0.24ZM732.38,310.1l-1.89,0.49l-0.06,-0.06l0.17,-0.64l1.0,-1.42l2.14,-0.87l0.1,0.2l0.04,0.58l-1.49,1.72ZM728.26,305.71l-0.17,0.63l-3.53,0.67l-3.02,-0.28l-0.0,-0.42l1.66,-0.44l1.47,0.71l0.16,0.03l1.75,-0.21l1.69,-0.69ZM722.98,310.33l-0.74,0.03l-2.52,-1.35l1.42,-0.3l1.19,0.7l0.72,0.63l-0.06,0.28ZM716.24,305.63l0.66,0.49l0.22,0.06l1.35,-0.18l0.31,0.53l-4.18,0.77l-0.8,-0.01l0.51,-0.86l1.2,-0.02l0.24,-0.12l0.49,-0.65ZM715.84,280.21l0.09,0.34l2.25,1.86l-2.25,0.22l-0.24,0.17l-0.84,1.71l-0.03,0.15l0.1,2.11l-2.27,1.62l-0.13,0.24l-0.06,2.46l-0.74,2.92l-0.02,-0.05l-0.39,-0.16l-2.62,1.04l-0.86,-1.33l-0.23,-0.14l-1.71,-0.14l-1.19,-0.76l-0.25,-0.03l-2.78,0.84l-0.79,-1.05l-0.26,-0.12l-1.61,0.13l-1.8,-0.25l-0.36,-3.13l-0.15,-0.23l-1.18,-0.65l-1.13,-2.02l-0.33,-2.1l0.27,-2.19l1.05,-1.17l0.28,1.12l0.1,0.16l1.71,1.41l0.28,0.05l1.55,-0.49l1.54,0.17l0.23,-0.07l1.4,-1.21l1.05,-0.19l2.3,0.68l0.16,0.0l2.04,-0.53l0.21,-0.19l1.26,-3.41l0.91,-0.82l0.09,-0.14l0.8,-2.64l2.63,0.0l1.71,0.33l-1.19,1.89l0.02,0.34l1.74,2.24l-0.37,1.0ZM692.67,302.0l0.26,0.19l4.8,0.25l0.28,-0.16l0.44,-0.83l4.29,1.12l0.85,1.52l0.23,0.15l3.71,0.45l2.37,1.15l-2.06,0.69l-2.77,-1.0l-2.25,0.07l-2.57,-0.18l-2.31,-0.45l-2.94,-0.97l-1.84,-0.25l-0.13,0.01l-0.97,0.29l-4.34,-0.98l-0.38,-0.94l-0.25,-0.19l-1.76,-0.14l1.31,-1.84l2.81,0.14l1.97,0.96l0.95,0.19l0.28,0.74ZM685.63,299.27l-2.36,0.04l-2.07,-2.05l-3.17,-2.02l-1.06,-1.5l-1.88,-2.02l-1.22,-1.85l-1.9,-3.49l-2.2,-2.11l-0.71,-2.08l-0.94,-1.99l-0.1,-0.12l-2.21,-1.54l-1.35,-2.17l-1.86,-1.39l-2.53,-2.68l-0.14,-0.81l1.22,0.08l3.76,0.47l2.16,2.4l1.94,1.7l1.37,1.04l2.35,2.67l0.22,0.1l2.44,0.04l1.99,1.62l1.42,2.06l0.09,0.09l1.67,1.0l-0.88,1.8l0.11,0.39l1.44,0.87l0.13,0.04l0.68,0.05l0.41,1.62l0.87,1.4l0.22,0.14l1.71,0.21l1.06,1.38l-0.61,3.04l-0.09,3.6Z", "name": "Indonesia"}, "UA": {"path": "M500.54,141.42l0.9,0.13l0.27,-0.11l0.52,-0.62l0.68,0.13l2.43,-0.3l1.32,1.57l-0.45,0.48l-0.07,0.26l0.21,1.03l0.27,0.24l1.85,0.15l0.76,1.22l-0.05,0.55l0.2,0.31l3.18,1.15l0.18,0.01l1.75,-0.47l1.42,1.41l0.22,0.09l1.42,-0.03l3.44,0.99l0.02,0.65l-0.97,1.62l-0.03,0.24l0.52,1.67l-0.29,0.79l-2.24,0.22l-0.14,0.05l-1.29,0.89l-0.13,0.23l-0.07,1.16l-1.75,0.22l-0.12,0.04l-1.6,0.98l-2.27,0.16l-0.12,0.04l-2.16,1.17l-0.16,0.29l0.15,1.94l0.14,0.23l1.23,0.75l0.18,0.04l2.06,-0.15l-0.22,0.51l-2.67,0.54l-3.27,1.72l-1.0,-0.45l0.45,-1.19l-0.19,-0.39l-2.34,-0.78l0.15,-0.2l2.32,-1.0l0.09,-0.49l-0.73,-0.72l-0.15,-0.08l-3.69,-0.75l-0.14,-0.96l-0.35,-0.25l-2.32,0.39l-0.21,0.15l-0.91,1.7l-1.77,2.1l-0.93,-0.44l-0.24,-0.0l-1.05,0.45l-0.48,-0.25l0.13,-0.07l0.14,-0.15l0.43,-1.04l0.67,-0.97l0.04,-0.26l-0.1,-0.31l0.04,-0.02l0.11,0.19l0.24,0.15l1.48,0.09l0.78,-0.25l0.07,-0.53l-0.27,-0.19l0.09,-0.25l-0.08,-0.33l-0.81,-0.74l-0.34,-1.24l-0.14,-0.18l-0.73,-0.42l0.15,-0.87l-0.11,-0.29l-1.13,-0.86l-0.15,-0.06l-0.97,-0.11l-1.79,-0.97l-0.2,-0.03l-1.66,0.32l-0.13,0.06l-0.52,0.41l-0.95,-0.0l-0.23,0.11l-0.56,0.66l-1.74,0.29l-0.79,0.43l-1.01,-0.68l-0.16,-0.05l-1.57,-0.01l-1.52,-0.35l-0.23,0.04l-0.71,0.45l-0.09,-0.43l-0.13,-0.19l-1.18,-0.74l0.38,-1.02l0.53,-0.64l0.35,0.12l0.37,-0.41l-0.57,-1.29l2.1,-2.5l1.16,-0.36l0.2,-0.2l0.27,-0.92l-0.01,-0.2l-1.1,-2.52l0.79,-0.09l0.13,-0.05l1.3,-0.86l1.83,-0.07l2.48,0.26l2.84,0.8l1.91,0.06l0.88,0.45l0.29,-0.01l0.72,-0.44l0.49,0.58l0.25,0.11l2.2,-0.16l0.94,0.3l0.39,-0.26l0.15,-1.57l0.61,-0.59l2.01,-0.19Z", "name": "Ukraine"}, "QA": {"path": "M548.47,221.47l-0.15,-1.72l0.59,-1.23l0.38,-0.16l0.54,0.6l0.04,1.4l-0.47,1.37l-0.41,0.11l-0.53,-0.37Z", "name": "Qatar"}, "MZ": {"path": "M507.71,314.14l1.65,-0.18l2.96,0.7l0.2,-0.02l0.6,-0.29l1.68,-0.06l0.18,-0.07l0.8,-0.69l1.5,0.02l2.74,-0.98l1.74,-1.27l0.25,0.7l-0.1,2.47l0.31,2.27l0.1,3.97l0.42,1.24l-0.7,1.71l-0.94,1.73l-1.52,1.52l-5.06,2.21l-2.88,2.8l-1.01,0.51l-1.72,1.81l-0.99,0.58l-0.15,0.23l-0.21,1.86l0.04,0.19l1.17,1.95l0.47,1.47l0.03,0.74l0.39,0.28l0.05,-0.01l-0.06,2.13l-0.39,1.19l0.1,0.33l0.42,0.32l-0.28,0.83l-0.95,0.86l-2.03,0.88l-3.08,1.49l-1.1,0.99l-0.09,0.28l0.21,1.13l0.21,0.23l0.38,0.11l-0.14,0.89l-1.39,-0.02l-0.17,-0.94l-0.38,-1.23l-0.2,-0.89l0.44,-2.91l-0.01,-0.14l-0.65,-1.88l-1.15,-3.55l2.52,-2.85l0.68,-1.89l0.29,-0.18l0.14,-0.2l0.28,-1.53l-0.03,-0.19l-0.36,-0.7l0.1,-1.83l0.49,-1.84l-0.01,-3.26l-0.14,-0.25l-1.3,-0.83l-0.11,-0.04l-1.08,-0.17l-0.47,-0.55l-0.1,-0.08l-1.16,-0.54l-0.13,-0.03l-1.83,0.04l-0.32,-2.25l7.19,-1.99l1.32,1.12l0.29,0.06l0.55,-0.19l0.75,0.49l0.11,0.81l-0.49,1.11l-0.02,0.15l0.19,1.81l0.09,0.18l1.63,1.59l0.48,-0.1l0.72,-1.68l0.99,-0.49l0.17,-0.29l-0.21,-3.29l-0.04,-0.13l-1.11,-1.92l-0.9,-0.82l-0.21,-0.08l-0.62,0.03l-0.63,-2.98l0.61,-1.67Z", "name": "Mozambique"}}, "height": 440.7063107441331, "projection": {"type": "mill", "centralMeridian": 11.5}, "width": 900.0});
\ No newline at end of file
diff --git a/travel/jvectormap.js b/travel/jvectormap.js
new file mode 100644 (file)
index 0000000..17450a0
--- /dev/null
@@ -0,0 +1,7 @@
+/**
+ * jVectorMap version 1.1
+ *
+ * Copyright 2011-2012, Kirill Lebedev
+ * Licensed under the MIT license.
+ *
+ */(function(e){var t={set:{colors:1,values:1,backgroundColor:1,scaleColors:1,normalizeFunction:1,focus:1},get:{selectedRegions:1,selectedMarkers:1,mapObject:1,regionName:1}};e.fn.vectorMap=function(e){var n,r,i,n=this.children(".jvectormap-container").data("mapObject");if(e==="addMap")jvm.WorldMap.maps[arguments[1]]=arguments[2];else{if(!(e!=="set"&&e!=="get"||!t[e][arguments[1]]))return r=arguments[1].charAt(0).toUpperCase()+arguments[1].substr(1),n[e+r].apply(n,Array.prototype.slice.call(arguments,2));e=e||{},e.container=this,n=new jvm.WorldMap(e)}return this}})(jQuery),function(e){function r(t){var n=t||window.event,r=[].slice.call(arguments,1),i=0,s=!0,o=0,u=0;return t=e.event.fix(n),t.type="mousewheel",n.wheelDelta&&(i=n.wheelDelta/120),n.detail&&(i=-n.detail/3),u=i,n.axis!==undefined&&n.axis===n.HORIZONTAL_AXIS&&(u=0,o=-1*i),n.wheelDeltaY!==undefined&&(u=n.wheelDeltaY/120),n.wheelDeltaX!==undefined&&(o=-1*n.wheelDeltaX/120),r.unshift(t,i,o,u),(e.event.dispatch||e.event.handle).apply(this,r)}var t=["DOMMouseScroll","mousewheel"];if(e.event.fixHooks)for(var n=t.length;n;)e.event.fixHooks[t[--n]]=e.event.mouseHooks;e.event.special.mousewheel={setup:function(){if(this.addEventListener)for(var e=t.length;e;)this.addEventListener(t[--e],r,!1);else this.onmousewheel=r},teardown:function(){if(this.removeEventListener)for(var e=t.length;e;)this.removeEventListener(t[--e],r,!1);else this.onmousewheel=null}},e.fn.extend({mousewheel:function(e){return e?this.bind("mousewheel",e):this.trigger("mousewheel")},unmousewheel:function(e){return this.unbind("mousewheel",e)}})}(jQuery);var jvm={inherits:function(e,t){function n(){}n.prototype=t.prototype,e.prototype=new n,e.prototype.constructor=e,e.parentClass=t},mixin:function(e,t){var n;for(n in t.prototype)t.prototype.hasOwnProperty(n)&&(e.prototype[n]=t.prototype[n])},min:function(e){var t=Number.MAX_VALUE,n;if(e instanceof Array)for(n=0;n<e.length;n++)e[n]<t&&(t=e[n]);else for(n in e)e[n]<t&&(t=e[n]);return t},max:function(e){var t=Number.MIN_VALUE,n;if(e instanceof Array)for(n=0;n<e.length;n++)e[n]>t&&(t=e[n]);else for(n in e)e[n]>t&&(t=e[n]);return t},keys:function(e){var t=[],n;for(n in e)t.push(n);return t},values:function(e){var t=[],n,r;for(r=0;r<arguments.length;r++){e=arguments[r];for(n in e)t.push(e[n])}return t}};jvm.$=jQuery,jvm.AbstractElement=function(e,t){this.node=this.createElement(e),this.name=e,this.properties={},t&&this.set(t)},jvm.AbstractElement.prototype.set=function(e,t){var n;if(typeof e=="object")for(n in e)this.properties[n]=e[n],this.applyAttr(n,e[n]);else this.properties[e]=t,this.applyAttr(e,t)},jvm.AbstractElement.prototype.get=function(e){return this.properties[e]},jvm.AbstractElement.prototype.applyAttr=function(e,t){this.node.setAttribute(e,t)},jvm.AbstractElement.prototype.remove=function(){jvm.$(this.node).remove()},jvm.AbstractCanvasElement=function(e,t,n){this.container=e,this.setSize(t,n),this.rootElement=new jvm[this.classPrefix+"GroupElement"],this.node.appendChild(this.rootElement.node),this.container.appendChild(this.node)},jvm.AbstractCanvasElement.prototype.add=function(e,t){t=t||this.rootElement,t.add(e),e.canvas=this},jvm.AbstractCanvasElement.prototype.addPath=function(e,t,n){var r=new jvm[this.classPrefix+"PathElement"](e,t);return this.add(r,n),r},jvm.AbstractCanvasElement.prototype.addCircle=function(e,t,n){var r=new jvm[this.classPrefix+"CircleElement"](e,t);return this.add(r,n),r},jvm.AbstractCanvasElement.prototype.addGroup=function(e){var t=new jvm[this.classPrefix+"GroupElement"];return e?e.node.appendChild(t.node):this.node.appendChild(t.node),t.canvas=this,t},jvm.AbstractShapeElement=function(e,t,n){this.style=n||{},this.style.current={},this.isHovered=!1,this.isSelected=!1,this.updateStyle()},jvm.AbstractShapeElement.prototype.setHovered=function(e){this.isHovered!==e&&(this.isHovered=e,this.updateStyle())},jvm.AbstractShapeElement.prototype.setSelected=function(e){this.isSelected!==e&&(this.isSelected=e,this.updateStyle(),jvm.$(this.node).trigger("selected",[e]))},jvm.AbstractShapeElement.prototype.setStyle=function(e,t){var n={};typeof e=="object"?n=e:n[e]=t,jvm.$.extend(this.style.current,n),this.updateStyle()},jvm.AbstractShapeElement.prototype.updateStyle=function(){var e={};jvm.$.extend(e,this.style.initial||{}),jvm.$.extend(e,this.style.current||{}),this.isHovered&&jvm.$.extend(e,this.style.hover||{}),this.isSelected&&(jvm.$.extend(e,this.style.selected||{}),this.isHovered&&jvm.$.extend(e,this.style.selectedHover||{})),this.set(e)},jvm.SVGElement=function(e,t){jvm.SVGElement.parentClass.apply(this,arguments)},jvm.inherits(jvm.SVGElement,jvm.AbstractElement),jvm.SVGElement.svgns="http://www.w3.org/2000/svg",jvm.SVGElement.prototype.createElement=function(e){return document.createElementNS(jvm.SVGElement.svgns,e)},jvm.SVGElement.prototype.addClass=function(e){this.node.setAttribute("class",e)},jvm.SVGElement.prototype.getElementCtr=function(e){return jvm["SVG"+e]},jvm.SVGElement.prototype.getBBox=function(){return this.node.getBBox()},jvm.SVGGroupElement=function(){jvm.SVGGroupElement.parentClass.call(this,"g")},jvm.inherits(jvm.SVGGroupElement,jvm.SVGElement),jvm.SVGGroupElement.prototype.add=function(e){this.node.appendChild(e.node)},jvm.SVGCanvasElement=function(e,t,n){this.classPrefix="SVG",jvm.SVGCanvasElement.parentClass.call(this,"svg"),jvm.AbstractCanvasElement.apply(this,arguments)},jvm.inherits(jvm.SVGCanvasElement,jvm.SVGElement),jvm.mixin(jvm.SVGCanvasElement,jvm.AbstractCanvasElement),jvm.SVGCanvasElement.prototype.setSize=function(e,t){this.width=e,this.height=t,this.node.setAttribute("width",e),this.node.setAttribute("height",t)},jvm.SVGCanvasElement.prototype.applyTransformParams=function(e,t,n){this.scale=e,this.transX=t,this.transY=n,this.rootElement.node.setAttribute("transform","scale("+e+") translate("+t+", "+n+")")},jvm.SVGShapeElement=function(e,t,n){jvm.SVGShapeElement.parentClass.call(this,e,t),jvm.AbstractShapeElement.apply(this,arguments)},jvm.inherits(jvm.SVGShapeElement,jvm.SVGElement),jvm.mixin(jvm.SVGShapeElement,jvm.AbstractShapeElement),jvm.SVGPathElement=function(e,t){jvm.SVGPathElement.parentClass.call(this,"path",e,t),this.node.setAttribute("fill-rule","evenodd")},jvm.inherits(jvm.SVGPathElement,jvm.SVGShapeElement),jvm.SVGCircleElement=function(e,t){jvm.SVGCircleElement.parentClass.call(this,"circle",e,t)},jvm.inherits(jvm.SVGCircleElement,jvm.SVGShapeElement),jvm.VMLElement=function(e,t){jvm.VMLElement.VMLInitialized||jvm.VMLElement.initializeVML(),jvm.VMLElement.parentClass.apply(this,arguments)},jvm.inherits(jvm.VMLElement,jvm.AbstractElement),jvm.VMLElement.VMLInitialized=!1,jvm.VMLElement.initializeVML=function(){try{document.namespaces.rvml||document.namespaces.add("rvml","urn:schemas-microsoft-com:vml"),jvm.VMLElement.prototype.createElement=function(e){return document.createElement("<rvml:"+e+' class="rvml">')}}catch(e){jvm.VMLElement.prototype.createElement=function(e){return document.createElement("<"+e+' xmlns="urn:schemas-microsoft.com:vml" class="rvml">')}}document.createStyleSheet().addRule(".rvml","behavior:url(#default#VML)"),jvm.VMLElement.VMLInitialized=!0},jvm.VMLElement.prototype.getElementCtr=function(e){return jvm["VML"+e]},jvm.VMLElement.prototype.addClass=function(e){jvm.$(this.node).addClass(e)},jvm.VMLElement.prototype.applyAttr=function(e,t){this.node[e]=t},jvm.VMLElement.prototype.getBBox=function(){var e=jvm.$(this.node);return{x:e.position().left/this.canvas.scale,y:e.position().top/this.canvas.scale,width:e.width()/this.canvas.scale,height:e.height()/this.canvas.scale}},jvm.VMLGroupElement=function(){jvm.VMLGroupElement.parentClass.call(this,"group"),this.node.style.left="0px",this.node.style.top="0px",this.node.coordorigin="0 0"},jvm.inherits(jvm.VMLGroupElement,jvm.VMLElement),jvm.VMLGroupElement.prototype.add=function(e){this.node.appendChild(e.node)},jvm.VMLCanvasElement=function(e,t,n){this.classPrefix="VML",jvm.VMLCanvasElement.parentClass.call(this,"group"),jvm.AbstractCanvasElement.apply(this,arguments),this.node.style.position="absolute"},jvm.inherits(jvm.VMLCanvasElement,jvm.VMLElement),jvm.mixin(jvm.VMLCanvasElement,jvm.AbstractCanvasElement),jvm.VMLCanvasElement.prototype.setSize=function(e,t){var n,r,i,s;this.width=e,this.height=t,this.node.style.width=e+"px",this.node.style.height=t+"px",this.node.coordsize=e+" "+t,this.node.coordorigin="0 0";if(this.rootElement){n=this.rootElement.node.getElementsByTagName("shape");for(i=0,s=n.length;i<s;i++)n[i].coordsize=e+" "+t,n[i].style.width=e+"px",n[i].style.height=t+"px";r=this.node.getElementsByTagName("group");for(i=0,s=r.length;i<s;i++)r[i].coordsize=e+" "+t,r[i].style.width=e+"px",r[i].style.height=t+"px"}},jvm.VMLCanvasElement.prototype.applyTransformParams=function(e,t,n){this.scale=e,this.transX=t,this.transY=n,this.rootElement.node.coordorigin=this.width-t-this.width/100+","+(this.height-n-this.height/100),this.rootElement.node.coordsize=this.width/e+","+this.height/e},jvm.VMLShapeElement=function(e,t){jvm.VMLShapeElement.parentClass.call(this,e,t),this.fillElement=new jvm.VMLElement("fill"),this.strokeElement=new jvm.VMLElement("stroke"),this.node.appendChild(this.fillElement.node),this.node.appendChild(this.strokeElement.node),this.node.stroked=!1,jvm.AbstractShapeElement.apply(this,arguments)},jvm.inherits(jvm.VMLShapeElement,jvm.VMLElement),jvm.mixin(jvm.VMLShapeElement,jvm.AbstractShapeElement),jvm.VMLShapeElement.prototype.applyAttr=function(e,t){switch(e){case"fill":this.node.fillcolor=t;break;case"fill-opacity":this.fillElement.node.opacity=Math.round(t*100)+"%";break;case"stroke":t==="none"?this.node.stroked=!1:this.node.stroked=!0,this.node.strokecolor=t;break;case"stroke-opacity":this.strokeElement.node.opacity=Math.round(t*100)+"%";break;case"stroke-width":parseInt(t,10)===0?this.node.stroked=!1:this.node.stroked=!0,this.node.strokeweight=t;break;case"d":this.node.path=jvm.VMLPathElement.pathSvgToVml(t);break;default:jvm.VMLShapeElement.parentClass.prototype.applyAttr.apply(this,arguments)}},jvm.VMLPathElement=function(e,t){var n=new jvm.VMLElement("skew");jvm.VMLPathElement.parentClass.call(this,"shape",e,t),this.node.coordorigin="0 0",n.node.on=!0,n.node.matrix="0.01,0,0,0.01,0,0",n.node.offset="0,0",this.node.appendChild(n.node)},jvm.inherits(jvm.VMLPathElement,jvm.VMLShapeElement),jvm.VMLPathElement.prototype.applyAttr=function(e,t){e==="d"?this.node.path=jvm.VMLPathElement.pathSvgToVml(t):jvm.VMLShapeElement.prototype.applyAttr.call(this,e,t)},jvm.VMLPathElement.pathSvgToVml=function(e){var t="",n=0,r=0,i,s;return e=e.replace(/(-?\d+)e(-?\d+)/g,"0"),e.replace(/([MmLlHhVvCcSs])\s*((?:-?\d*(?:\.\d+)?\s*,?\s*)+)/g,function(e,t,o,u){o=o.replace(/(\d)-/g,"$1,-").replace(/^\s+/g,"").replace(/\s+$/g,"").replace(/\s+/g,",").split(","),o[0]||o.shift();for(var a=0,f=o.length;a<f;a++)o[a]=Math.round(100*o[a]);switch(t){case"m":return n+=o[0],r+=o[1],"t"+o.join(",");case"M":return n=o[0],r=o[1],"m"+o.join(",");case"l":return n+=o[0],r+=o[1],"r"+o.join(",");case"L":return n=o[0],r=o[1],"l"+o.join(",");case"h":return n+=o[0],"r"+o[0]+",0";case"H":return n=o[0],"l"+n+","+r;case"v":return r+=o[0],"r0,"+o[0];case"V":return r=o[0],"l"+n+","+r;case"c":return i=n+o[o.length-4],s=r+o[o.length-3],n+=o[o.length-2],r+=o[o.length-1],"v"+o.join(",");case"C":return i=o[o.length-4],s=o[o.length-3],n=o[o.length-2],r=o[o.length-1],"c"+o.join(",");case"s":return o.unshift(r-s),o.unshift(n-i),i=n+o[o.length-4],s=r+o[o.length-3],n+=o[o.length-2],r+=o[o.length-1],"v"+o.join(",");case"S":return o.unshift(r+r-s),o.unshift(n+n-i),i=o[o.length-4],s=o[o.length-3],n=o[o.length-2],r=o[o.length-1],"c"+o.join(",")}return""}).replace(/z/g,"e")},jvm.VMLCircleElement=function(e,t){jvm.VMLCircleElement.parentClass.call(this,"oval",e,t)},jvm.inherits(jvm.VMLCircleElement,jvm.VMLShapeElement),jvm.VMLCircleElement.prototype.applyAttr=function(e,t){switch(e){case"r":this.node.style.width=t*2+"px",this.node.style.height=t*2+"px",this.applyAttr("cx",this.get("cx")||0),this.applyAttr("cy",this.get("cy")||0);break;case"cx":if(!t)return;this.node.style.left=t-(this.get("r")||0)+"px";break;case"cy":if(!t)return;this.node.style.top=t-(this.get("r")||0)+"px";break;default:jvm.VMLCircleElement.parentClass.prototype.applyAttr.call(this,e,t)}},jvm.VectorCanvas=function(e,t,n){return this.mode=window.SVGAngle?"svg":"vml",this.mode=="svg"?this.impl=new jvm.SVGCanvasElement(e,t,n):this.impl=new jvm.VMLCanvasElement(e,t,n),this.impl},jvm.SimpleScale=function(e){this.scale=e},jvm.SimpleScale.prototype.getValue=function(e){return e},jvm.OrdinalScale=function(e){this.scale=e},jvm.OrdinalScale.prototype.getValue=function(e){return this.scale[e]},jvm.NumericScale=function(e,t,n,r){this.scale=[],t=t||"linear",e&&this.setScale(e),t&&this.setNormalizeFunction(t),n&&this.setMin(n),r&&this.setMax(r)},jvm.NumericScale.prototype={setMin:function(e){this.clearMinValue=e,typeof this.normalize=="function"?this.minValue=this.normalize(e):this.minValue=e},setMax:function(e){this.clearMaxValue=e,typeof this.normalize=="function"?this.maxValue=this.normalize(e):this.maxValue=e},setScale:function(e){var t;for(t=0;t<e.length;t++)this.scale[t]=[e[t]]},setNormalizeFunction:function(e){e==="polynomial"?this.normalize=function(e){return Math.pow(e,.2)}:e==="linear"?delete this.normalize:this.normalize=e,this.setMin(this.clearMinValue),this.setMax(this.clearMaxValue)},getValue:function(e){var t=[],n=0,r,i=0,s;typeof this.normalize=="function"&&(e=this.normalize(e));for(i=0;i<this.scale.length-1;i++)r=this.vectorLength(this.vectorSubtract(this.scale[i+1],this.scale[i])),t.push(r),n+=r;s=(this.maxValue-this.minValue)/n;for(i=0;i<t.length;i++)t[i]*=s;i=0,e-=this.minValue;while(e-t[i]>=0)e-=t[i],i++;return i==this.scale.length-1?e=this.vectorToNum(this.scale[i]):e=this.vectorToNum(this.vectorAdd(this.scale[i],this.vectorMult(this.vectorSubtract(this.scale[i+1],this.scale[i]),e/t[i]))),e},vectorToNum:function(e){var t=0,n;for(n=0;n<e.length;n++)t+=Math.round(e[n])*Math.pow(256,e.length-n-1);return t},vectorSubtract:function(e,t){var n=[],r;for(r=0;r<e.length;r++)n[r]=e[r]-t[r];return n},vectorAdd:function(e,t){var n=[],r;for(r=0;r<e.length;r++)n[r]=e[r]+t[r];return n},vectorMult:function(e,t){var n=[],r;for(r=0;r<e.length;r++)n[r]=e[r]*t;return n},vectorLength:function(e){var t=0,n;for(n=0;n<e.length;n++)t+=e[n]*e[n];return Math.sqrt(t)}},jvm.ColorScale=function(e,t,n,r){jvm.ColorScale.parentClass.apply(this,arguments)},jvm.inherits(jvm.ColorScale,jvm.NumericScale),jvm.ColorScale.prototype.setScale=function(e){var t;for(t=0;t<e.length;t++)this.scale[t]=jvm.ColorScale.rgbToArray(e[t])},jvm.ColorScale.prototype.getValue=function(e){return jvm.ColorScale.numToRgb(jvm.ColorScale.parentClass.prototype.getValue.call(this,e))},jvm.ColorScale.arrayToRgb=function(e){var t="#",n,r;for(r=0;r<e.length;r++)n=e[r].toString(16),t+=n.length==1?"0"+n:n;return t},jvm.ColorScale.numToRgb=function(e){e=e.toString(16);while(e.length<6)e="0"+e;return"#"+e},jvm.ColorScale.rgbToArray=function(e){return e=e.substr(1),[parseInt(e.substr(0,2),16),parseInt(e.substr(2,2),16),parseInt(e.substr(4,2),16)]},jvm.DataSeries=function(e,t){var n;e=e||{},e.attribute=e.attribute||"fill",this.elements=t,this.params=e,e.attributes&&this.setAttributes(e.attributes),jvm.$.isArray(e.scale)?(n=e.attribute==="fill"||e.attribute==="stroke"?jvm.ColorScale:jvm.NumericScale,this.scale=new n(e.scale,e.normalizeFunction,e.min,e.max)):e.scale?this.scale=new jvm.OrdinalScale(e.scale):this.scale=new jvm.SimpleScale(e.scale),e.values&&(this.values=e.values||{},this.setValues(e.values))},jvm.DataSeries.prototype={setAttributes:function(e,t){var n=e,r;if(typeof e=="string")this.elements[e]&&this.elements[e].setStyle(this.params.attribute,t);else for(r in n)this.elements[r]&&this.elements[r].element.setStyle(this.params.attribute,n[r])},setValues:function(e){var t=Number.MIN_VALUE,n=Number.MAX_VALUE,r,i,s={};if(this.scale instanceof jvm.OrdinalScale||this.scale instanceof jvm.SimpleScale)for(i in e)e[i]?s[i]=this.scale.getValue(e[i]):s[i]=this.elements[i].element.style.initial[this.params.attribute];else{if(!this.params.min||!this.params.max){for(i in e)r=parseFloat(e[i]),r>t&&(t=e[i]),r<n&&(n=r);this.params.min||this.scale.setMin(n),this.params.max||this.scale.setMax(t),this.params.min=n,this.params.max=t}for(i in e)r=parseFloat(e[i]),isNaN(r)?s[i]=this.elements[i].element.style.initial[this.params.attribute]:s[i]=this.scale.getValue(r)}this.setAttributes(s),$.extend(this.values,e)},clear:function(){var e,t={};for(e in this.values)t[e]=this.elements[e].element.style.initial[this.params.attribute];this.setAttributes(t),this.values={}},setScale:function(e){this.scale.setScale(e),this.values&&this.setValues(this.values)},setNormalizeFunction:function(e){this.scale.setNormalizeFunction(e),this.values&&this.setValues(this.values)}},jvm.Proj={mill:function(e,t,n){return{x:(t-n)/360*jvm.WorldMap.circumference,y:-(180/Math.PI*(5/4)*Math.log(Math.tan(Math.PI/4+.8*e*Math.PI/360)))/360*jvm.WorldMap.circumference}},merc:function(e,t,n){return{x:(t-n)/360*jvm.WorldMap.circumference,y:-(180/Math.PI*Math.log(Math.tan(Math.PI/4+e*Math.PI/360)))/360*jvm.WorldMap.circumference}},aea:function(e,t,n){var r=0,i=n/180*Math.PI,s=29.5/180*Math.PI,o=45.5/180*Math.PI,u=e/180*Math.PI,a=t/180*Math.PI,f=(Math.sin(s)+Math.sin(o))/2,l=Math.cos(s)*Math.cos(s)+2*f*Math.sin(s),c=f*(a-i),h=Math.sqrt(l-2*f*Math.sin(u))/f,p=Math.sqrt(l-2*f*Math.sin(r))/f;return{x:h*Math.sin(c)/(2*Math.PI)*jvm.WorldMap.circumference,y:-(p-h*Math.cos(c))/(2*Math.PI)*jvm.WorldMap.circumference}},lcc:function(e,t,r){var i=0,s=r/180*Math.PI,o=t/180*Math.PI,u=33/180*Math.PI,a=.25*Math.PI,f=e/180*Math.PI;return n=Math.log(Math.cos(u)*(1/Math.cos(a)))/Math.log(Math.tan(Math.PI/4+a/2)*(1/Math.tan(Math.PI/4+u/2))),F=Math.cos(u)*Math.pow(Math.tan(Math.PI/4+u/2),n)/n,ro=F*Math.pow(1/Math.tan(Math.PI/4+f/2),n),ro0=F*Math.pow(1/Math.tan(Math.PI/4+i/2),n),{x:ro*Math.sin(n*(o-s))/(2*Math.PI)*jvm.WorldMap.circumference,y:-(ro0-ro*Math.cos(n*(o-s)))/(2*Math.PI)*jvm.WorldMap.circumference}}},jvm.WorldMap=function(e){var t=this,n;this.params=jvm.$.extend(!0,{},jvm.WorldMap.defaultParams,e),this.mapData=jvm.WorldMap.maps[this.params.map],this.markers={},this.regions={},this.regionsColors={},this.regionsData={},this.container=jvm.$("<div>").css({width:"100%",height:"100%"}).addClass("jvectormap-container"),this.params.container.append(this.container),this.container.data("mapObject",this),this.container.css({position:"relative",overflow:"hidden"}),this.defaultWidth=this.mapData.width,this.defaultHeight=this.mapData.height,this.setBackgroundColor(this.params.backgroundColor),this.onResize=function(){t.setSize()},jvm.$(window).resize(this.onResize);for(n in jvm.WorldMap.apiEvents)this.params[n]&&this.container.bind(jvm.WorldMap.apiEvents[n]+".jvectormap",this.params[n]);this.canvas=new jvm.VectorCanvas(this.container[0],this.width,this.height),"ontouchstart"in window||window.DocumentTouch&&document instanceof DocumentTouch?this.params.bindTouchEvents&&this.bindContainerTouchEvents():this.bindContainerEvents(),this.bindElementEvents(),this.createLabel(),this.bindZoomButtons(),this.createRegions(),this.createMarkers(this.params.markers||{}),this.setSize(),this.params.focusOn&&(typeof this.params.focusOn=="object"?this.setFocus.call(this,this.params.focusOn.scale,this.params.focusOn.x,this.params.focusOn.y):this.setFocus.call(this,this.params.focusOn)),this.params.selectedRegions&&this.setSelectedRegions(this.params.selectedRegions),this.params.selectedMarkers&&this.setSelectedMarkers(this.params.selectedMarkers),this.params.series&&this.createSeries()},jvm.WorldMap.prototype={transX:0,transY:0,scale:1,baseTransX:0,baseTransY:0,baseScale:1,width:0,height:0,setBackgroundColor:function(e){this.container.css("background-color",e)},resize:function(){var e=this.baseScale;this.width/this.height>this.defaultWidth/this.defaultHeight?(this.baseScale=this.height/this.defaultHeight,this.baseTransX=Math.abs(this.width-this.defaultWidth*this.baseScale)/(2*this.baseScale)):(this.baseScale=this.width/this.defaultWidth,this.baseTransY=Math.abs(this.height-this.defaultHeight*this.baseScale)/(2*this.baseScale)),this.scale*=this.baseScale/e,this.transX*=this.baseScale/e,this.transY*=this.baseScale/e},setSize:function(){this.width=this.container.width(),this.height=this.container.height(),this.resize(),this.canvas.setSize(this.width,this.height),this.applyTransform()},reset:function(){var e,t;for(e in this.series)for(t=0;t<this.series[e].length;t++)this.series[e][t].clear();this.scale=this.baseScale,this.transX=this.baseTransX,this.transY=this.baseTransY,this.applyTransform()},applyTransform:function(){var e,t,n,r;this.defaultWidth*this.scale<=this.width?(e=(this.width-this.defaultWidth*this.scale)/(2*this.scale),n=(this.width-this.defaultWidth*this.scale)/(2*this.scale)):(e=0,n=(this.width-this.defaultWidth*this.scale)/this.scale),this.defaultHeight*this.scale<=this.height?(t=(this.height-this.defaultHeight*this.scale)/(2*this.scale),r=(this.height-this.defaultHeight*this.scale)/(2*this.scale)):(t=0,r=(this.height-this.defaultHeight*this.scale)/this.scale),this.transY>t?this.transY=t:this.transY<r&&(this.transY=r),this.transX>e?this.transX=e:this.transX<n&&(this.transX=n),this.canvas.applyTransformParams(this.scale,this.transX,this.transY),this.markers&&this.repositionMarkers()},bindContainerEvents:function(){var e=!1,t,n,r=this;this.container.mousemove(function(i){return e&&(r.transX-=(t-i.pageX)/r.scale,r.transY-=(n-i.pageY)/r.scale,r.applyTransform(),t=i.pageX,n=i.pageY),!1}).mousedown(function(r){return e=!0,t=r.pageX,n=r.pageY,!1}),jvm.$("body").mouseup(function(){e=!1}),this.params.zoomOnScroll&&this.container.mousewheel(function(e,t,n,i){var s=jvm.$(r.container).offset(),o=e.pageX-s.left,u=e.pageY-s.top,a=Math.pow(1.3,i);r.label.hide(),r.setScale(r.scale*a,o,u),e.preventDefault()})},bindContainerTouchEvents:function(){var e,t,n,r=this,i,s,o,u;jvm.$(this.container).bind("gesturestart",function(i){return e=r.scale,t=r.transX,n=r.transY,!1}),jvm.$(this.container).bind("gesturechange",function(t){var n=t.originalEvent.scale;return r.setScale(e*n,o,u),r.label.hide(),!1}),jvm.$(this.container).bind("touchstart",function(e){var t=e.originalEvent.touches;t.length==2&&(t[0].pageX>t[1].pageX?o=t[1].pageX+(t[0].pageX-t[1].pageX)/2:o=t[0].pageX+(t[1].pageX-t[0].pageX)/2,t[0].pageY>t[1].pageY?u=t[1].pageY+(t[0].pageY-t[1].pageY)/2:u=t[0].pageY+(t[1].pageY-t[0].pageY)/2),i=e.originalEvent.touches[0].pageX,s=e.originalEvent.touches[0].pageY}),jvm.$(this.container).bind("touchmove",function(e){var t;if(r.scale!=r.baseScale)return e.originalEvent.touches.length==1&&i&&s?(t=e.originalEvent.touches[0],r.transX-=(i-t.pageX)/r.scale,r.transY-=(s-t.pageY)/r.scale,r.applyTransform(),r.label.hide(),i=t.pageX,s=t.pageY):(i=!1,s=!1),!1})},bindElementEvents:function(){var e=this,t;this.container.mousemove(function(){t=!0}),this.container.delegate("[class~='jvectormap-element']","mouseover mouseout",function(t){var n=this,r=jvm.$(this).attr("class").indexOf("jvectormap-region")===-1?"marker":"region",i=r=="region"?jvm.$(this).attr("data-code"):jvm.$(this).attr("data-index"),s=r=="region"?e.regions[i].element:e.markers[i].element,o=r=="region"?e.mapData.paths[i].name:e.markers[i].config.name||"",u=jvm.$.Event(r+"LabelShow.jvectormap"),a=jvm.$.Event(r+"Over.jvectormap");t.type=="mouseover"?(e.container.trigger(a,[i]),a.isDefaultPrevented()||s.setHovered(!0),e.label.text(o),e.container.trigger(u,[e.label,i]),u.isDefaultPrevented()||(e.label.show(),e.labelWidth=e.label.width(),e.labelHeight=e.label.height())):(s.setHovered(!1),e.label.hide(),e.container.trigger(r+"Out.jvectormap",[i]))}),this.container.delegate("[class~='jvectormap-element']","mousedown",function(e){t=!1}),this.container.delegate("[class~='jvectormap-element']","mouseup",function(n){var r=this,i=jvm.$(this).attr("class").indexOf("jvectormap-region")===-1?"marker":"region",s=i=="region"?jvm.$(this).attr("data-code"):jvm.$(this).attr("data-index"),o=jvm.$.Event(i+"Click.jvectormap"),u=i=="region"?e.regions[s].element:e.markers[s].element;if(!t){e.container.trigger(o,[s]);if(i==="region"&&e.params.regionsSelectable||i==="marker"&&e.params.markersSelectable)o.isDefaultPrevented()||(e.params[i+"sSelectableOne"]&&e.clearSelected(i+"s"),u.setSelected(!u.isSelected))}})},bindZoomButtons:function(){var e=this;jvm.$("<div/>").addClass("jvectormap-zoomin").text("+").appendTo(this.container),jvm.$("<div/>").addClass("jvectormap-zoomout").html("&#x2212;").appendTo(this.container),this.container.find(".jvectormap-zoomin").click(function(){e.setScale(e.scale*e.params.zoomStep,e.width/2,e.height/2)}),this.container.find(".jvectormap-zoomout").click(function(){e.setScale(e.scale/e.params.zoomStep,e.width/2,e.height/2)})},createLabel:function(){var e=this;this.label=jvm.$("<div/>").addClass("jvectormap-label").appendTo(jvm.$("body")),this.container.mousemove(function(t){var n=t.pageX-15-e.labelWidth,r=t.pageY-15-e.labelHeight;n<5&&(n=t.pageX+15),r<5&&(r=t.pageY+15),e.label.is(":visible")&&e.label.css({left:n,top:r})})},setScale:function(e,t,n,r){var i,s=jvm.$.Event("zoom.jvectormap");e>this.params.zoomMax*this.baseScale?e=this.params.zoomMax*this.baseScale:e<this.params.zoomMin*this.baseScale&&(e=this.params.zoomMin*this.baseScale),typeof t!="undefined"&&typeof n!="undefined"&&(i=e/this.scale,r?(this.transX=t+this.defaultWidth*(this.width/(this.defaultWidth*e))/2,this.transY=n+this.defaultHeight*(this.height/(this.defaultHeight*e))/2):(this.transX-=(i-1)/e*t,this.transY-=(i-1)/e*n)),this.scale=e,this.applyTransform(),this.container.trigger(s,[e/this.baseScale])},setFocus:function(e,t,n){var r;typeof e=="string"&&this.regions[e]?(r=this.regions[e].element.getBBox(),this.setScale(Math.min(this.width/r.width,this.height/r.height),-(r.x+r.width/2),-(r.y+r.height/2),!0)):this.setScale(e,-t*this.defaultWidth,-n*this.defaultHeight,!0)},getSelected:function(e){var t,n=[];for(t in this[e])this[e][t].element.isSelected&&n.push(t);return n},getSelectedRegions:function(){return this.getSelected("regions")},getSelectedMarkers:function(){return this.getSelected("markers")},setSelected:function(e,t){var n;typeof t!="object"&&(t=[t]);if(jvm.$.isArray(t))for(n=0;n<t.length;n++)this[e][t[n]].element.setSelected(!0);else for(n in t)this[e][n].element.setSelected(!!t[n])},setSelectedRegions:function(e){this.setSelected("regions",e)},setSelectedMarkers:function(e){this.setSelected("markers",e)},clearSelected:function(e){var t={},n=this.getSelected(e),r;for(r=0;r<n.length;r++)t[n[r]]=!1;this.setSelected(e,t)},clearSelectedRegions:function(){this.clearSelected("regions")},clearSelectedMarkers:function(){this.clearSelected("markers")},getMapObject:function(){return this},getRegionName:function(e){return this.mapData.paths[e].name},createRegions:function(){var e,t,n=this;for(e in this.mapData.paths)t=this.canvas.addPath({d:this.mapData.paths[e].path,"data-code":e},jvm.$.extend(!0,{},this.params.regionStyle)),jvm.$(t.node).bind("selected",function(e,t){n.container.trigger("regionSelected.jvectormap",[jvm.$(this).attr("data-code"),t,n.getSelectedRegions()])}),t.addClass("jvectormap-region jvectormap-element"),this.regions[e]={element:t,config:this.mapData.paths[e]}},createMarkers:function(e){var t,n,r,i,s,o=this;this.markersGroup=this.markersGroup||this.canvas.addGroup();if(jvm.$.isArray(e)){s=e.slice(),e={};for(t=0;t<s.length;t++)e[t]=s[t]}for(t in e)i=e[t]instanceof Array?{latLng:e[t]}:e[t],r=this.latLngToPoint.apply(this,i.latLng||[0,0]),n=this.canvas.addCircle({"data-index":t,cx:r.x,cy:r.y},jvm.$.extend(!0,{},this.params.markerStyle,{initial:i.style||{}}),this.markersGroup),n.addClass("jvectormap-marker jvectormap-element"),jvm.$(n.node).bind("selected",function(e,t){o.container.trigger("markerSelected.jvectormap",[jvm.$(this).attr("data-index"),t,o.getSelectedMarkers()])}),this.markers[t]&&this.removeMarkers([t]),this.markers[t]={element:n,config:i}},repositionMarkers:function(){var e,t;for(e in this.markers)t=this.latLngToPoint.apply(this,this.markers[e].config.latLng),this.markers[e].element.setStyle({cx:t.x,cy:t.y})},addMarker:function(e,t,n){var r={},i=[],s,o;r[e]=t;for(o=0;o<n.length;o++)s={},s[e]=n[o],i.push(s);this.addMarkers(r,i)},addMarkers:function(e,t){var n;t=t||[],this.createMarkers(e);for(n=0;n<t.length;n++)this.series.markers[n].setValues(t[n]||{})},removeMarkers:function(e){var t;for(t=0;t<e.length;t++)this.markers[e[t]].element.remove(),delete this.markers[e[t]]},removeAllMarkers:function(){var e,t=[];for(e in this.markers)t.push(e);this.removeMarkers(t)},latLngToPoint:function(e,t){var n,r=jvm.WorldMap.maps[this.params.map].projection,i=r.centralMeridian,s=this.width-this.baseTransX*2*this.baseScale,o=this.height-this.baseTransY*2*this.baseScale,u,a,f=this.scale/this.baseScale;return t<-180+i&&(t+=360),n=jvm.Proj[r.type](e,t,i),u=this.getInsetForPoint(n.x,n.y),u?(a=u.bbox,n.x=(n.x-a[0].x)/(a[1].x-a[0].x)*u.width*this.scale,n.y=(n.y-a[0].y)/(a[1].y-a[0].y)*u.height*this.scale,{x:n.x+this.transX*this.scale+u.left*this.scale,y:n.y+this.transY*this.scale+u.top*this.scale}):{x:0,y:0}},getInsetForPoint:function(e,t){var n=jvm.WorldMap.maps[this.params.map].insets,r,i;for(r=0;r<n.length;r++){i=n[r].bbox;if(e>i[0].x&&e<i[1].x&&t>i[0].y&&t<i[1].y)return n[r]}},createSeries:function(){var e,t;this.series={markers:[],regions:[]};for(t in this.params.series)for(e=0;e<this.params.series[t].length;e++)this.series[t][e]=new jvm.DataSeries(this.params.series[t][e],this[t])},remove:function(){this.label.remove(),this.container.remove(),jvm.$(window).unbind("resize",this.onResize)}},jvm.WorldMap.maps={},jvm.WorldMap.circumference=6381372*Math.PI*2,jvm.WorldMap.defaultParams={map:"world_mill_en",backgroundColor:"#505050",zoomOnScroll:!0,zoomMax:8,zoomMin:1,zoomStep:1.6,regionsSelectable:!1,markersSelectable:!1,bindTouchEvents:!0,regionStyle:{initial:{fill:"white","fill-opacity":1,stroke:"none","stroke-width":0,"stroke-opacity":1},hover:{"fill-opacity":.8},selected:{fill:"yellow"},selectedHover:{}},markerStyle:{initial:{fill:"grey",stroke:"#505050","fill-opacity":1,"stroke-width":1,"stroke-opacity":1,r:5},hover:{stroke:"black","stroke-width":2},selected:{fill:"blue"},selectedHover:{}}},jvm.WorldMap.apiEvents={onRegionLabelShow:"regionLabelShow",onRegionOver:"regionOver",onRegionOut:"regionOut",onRegionClick:"regionClick",onRegionSelected:"regionSelected",onMarkerLabelShow:"markerLabelShow",onMarkerOver:"markerOver",onMarkerOut:"markerOut",onMarkerClick:"markerClick",onMarkerSelected:"markerSelected",onZoom:"zoom"};
\ No newline at end of file
diff --git a/travel/menu.inc b/travel/menu.inc
new file mode 100644 (file)
index 0000000..22cba9f
--- /dev/null
@@ -0,0 +1,7 @@
+<div id="listwrap">
+<ul id="menu">
+<li><a href="http://travel.robinkrens.nl/">Home</a></li>
+<li><a href="http://travel.robinkrens.nl/">Destination Asia</a></li>
+<li><a href="http://travel.robinkrens.nl/about.php">About</a></li>
+</ul>
+</div>
\ No newline at end of file
diff --git a/travel/thailand.html b/travel/thailand.html
new file mode 100644 (file)
index 0000000..a43ffe6
--- /dev/null
@@ -0,0 +1,178 @@
+<!DOCTYPE html>
+<html>
+<head>
+  <title>Rob's Travel - Thailand</title>
+  <link rel="stylesheet" href="travel.css" type="text/css" media="screen"/>
+  <script src="jquery.js"></script>
+  <script src="jvectormap.js"></script>
+  <script src="jquery-jvectormap-th-mill-en.js"></script>
+<link href='http://fonts.googleapis.com/css?family=Oswald:400,300' rel='stylesheet' type='text/css' />
+<link href='http://fonts.googleapis.com/css?family=Abel|Satisfy' rel='stylesheet' type='text/css' />
+</head>
+<body>
+<div id="header">
+
+<?php include("./menu.inc") ?>
+
+<div>
+
+<div id="container">
+  <div id="map"></div>
+  <script>
+
+
+$(function(){
+
+    var map,
+           markers = [
+               {latLng: [15.229776, 103.123169], name: 'My Future Bride', abbr: "PH" },
+               {latLng: [14.402089, 104.685030], name: 'The Forbidden Temple of Khoa Prah Wihan', abbr: "PR" },
+               {latLng: [17.880390, 101.655121], name: 'The Spoiled Kids from Bangkok', abbr: "CS" },
+               {latLng: [18.788624, 99.003296], name: 'Traditional Northern Massage', abbr: "TM"},
+               {latLng: [17.865664, 102.746887], name: 'Too many weird statues', abbr: "NK"},
+               {latLng: [11.785269, 99.794312], name: 'A common sight in 3rd class cabins', abbr: "PK"},
+               {latLng: [19.081500, 98.931885], name: 'ผีเสื้อที่หายไป ', abbr: "BD"} , 
+               ]
+     map = new jvm.WorldMap({
+       markers: markers,
+       container: $('#map'),
+       map: 'th_mill_en',
+       backgroundColor: 'white',
+       regionStyle: {
+               initial: {
+                       fill: '#EEEEEE',
+                       "fill-opacity": 1,
+                       stroke: 'black',
+                       "stroke-width": 2,
+                       "stroke-opacity": 1
+                },
+               hover: {
+                       "fill-opacity": 0.8
+                       },
+               selected: {
+                       fill: '#99FF00'
+                       },
+               selectedHover: {}
+       },
+       selectedRegions: ["TH-57", "TH-58", "TH-10", "TH-14", "TH-30", "TH-90", "TH-71",
+                         "TH-32", "TH-33", "TH-34", "TH-40", "TH-43", "TH-42", "TH-31",
+                         "TH-48", "TH-77", "TH-50", "TH-16", "TH-49", "TH-52"
+                        ],
+       markerStyle: {
+               initial: {
+                       fill: '#FFFFFF',
+                       stroke: '#000000',
+                       r: 7,
+                       },
+               hover: {
+                       fill: "orange",
+                       stroke: 'black',
+                       "stroke-width": 1
+                         },
+               selected: {fill: '#FFFFFF',
+                       stroke: '#000000'}
+       },
+
+       onMarkerClick: function(event, code){
+               $('#MAIN').hide();
+               $.each(markers, function(index, value) { 
+                               $('#'+markers[index].abbr).hide();
+                       });
+               $('#'+markers[code].abbr).fadeIn("slow");
+
+       },
+
+      });
+});
+
+</script>
+
+<div id="PH" style="float: right; width: 650px; display: none;">
+<h2>Phimai: My Future Bride</h2>
+<p style="float: left; text-align: justify;">
+<img src="images/phimai.jpg" style=" float: right; border: 1px solid black; margin: 0 0 10px 10px;" />
+"Be a stupid falang! Just be you! That's all what it takes to survive Isaan". 
+Ben was right. Ben had been hopping Isaan provinces for years. The names of his ex-wifes were tattood on his arms.
+They ran off. Bad luck he says. "But it doesn't stop me from living here.." <br /><br />
+Acting as a stupid falang, as Ben said, it is hard to wander the streets of Khorat, Buriram or Phimai
+ without being pulled into the houses of friendly people. I don't think I spent any of my Thai Baht on food in Isaan.
+Most of the time they wouldn't leave me before I saw their daughter. Awkward, but I guess it's culture nonetheless. <br />
+<br />
+This girl is a nice specimen, she even had a temple in her back yard... What more can you ask for?  
+</p>
+</div>
+
+<div id="PR" style="float: right; width: 650px; display: none;">
+<h2>Near Khantaralak: The forbidden temple Khoa Prah Wihan </h2>
+<p style="float: left; text-align: justify;">
+<img src="images/phrawihan.jpg" style=" float: right; border: 1px solid black; margin: 0 0 10px 10px;" />
+Despite my <a>goverment's advice</a> I decided to visit Khao Phra Wihan. After a bus ride, two songthiauws, one 30 baht scooter 
+ride (there goes my lunch money) I was left near a military checkpoint. <br /><br /> Luckily I was picked up by a monk and a family from a nearby town. It was not possible
+to visit the temple site on Cambodian Land. Friendly soldiers on the Thai side, however, lend us their binoculars to view the sights
+and spot Cambodian soldiers. <br /><br />
+We picknicked between Thai soldiers. Looking through the binoculars I saw tourist on the other side do the same with Cambodian forces.
+
+
+</p>
+</div>
+
+<div id="CS" style="float: right; width:650px; display: none;">
+<h2>Chiang Saen: The spoiled kids from Bangkok </h2>
+<p style="float: left; text-align: justify;">
+<img src="images/spoiled-kids.jpg" style=" float: right; border: 1px solid black; margin: 0 0 10px 10px;" />
+I expected to hangout silently at Chiang Saen and enjoy my fried rice as usual. I didn't know I arrived on a national holiday. 
+And all of Bangkok with me. <br /><br />
+
+It was nice hanging out with these little buggers from 'Krung Thep'. Instead of being alone, I was eating ice cream and
+listining to the new single of niew jiew. <br /><br />
+
+I realized that they are more westerner than me: whiter teeths, lighter skin, better haircuts, SLR's. And a nice pickup truck, 
+compared to my shitty chinese fake scooter.
+
+</p>
+</div>
+
+<div id="BD" style="float: right; width:650px; display: none;">
+<h2>Near Chiang Mai: ผีเสื้อที่หายไป</h2>
+<p style="float: left; text-align: justify;">
+<img src="images/empty.jpg" style=" float: right; border: 1px solid black; margin: 0 0 10px 10px;" />
+Story soon!</p>
+</div>
+
+<div id="NK" style="float: right; width:650px; display: none;">
+<h2>Nong Khai: Too many weird statues</h2>
+<p style="float: left; text-align: justify;">
+<img src="images/empty.jpg" style=" float: right; border: 1px solid black; margin: 0 0 10px 10px;" />
+Story soon!</p>
+</div>
+
+<div id="TM" style="float: right; width:650px; display: none;">
+<h2>Chiang Mai: Thai Massage</h2>
+<p style="float: left; text-align: justify;">
+<img src="images/empty.jpg" style=" float: right; border: 1px solid black; margin: 0 0 10px 10px;" />
+Story soon!</p>
+</div>
+
+<div id="PK" style="float: right; width:650px; display: none;">
+<h2>Prachuap Khirikhan: A common sight in 3rd class cabins</h2>
+<p style="float: left; text-align: justify;">
+<img src="images/empty.jpg" style=" float: right; border: 1px solid black; margin: 0 0 10px 10px;" />
+Story soon!</p>
+</div>
+
+<div id="MAIN" style="float: right; width: 650px; display: block;">
+<h1>Thailand: ผีเสื้อที่หายไป and 2000km train</h1>
+<h2>Howto</h2>
+<p>Click on the big white dots to view a little story and picture of my Journey in Thailand.
+Green areas are places I visited and ate rice. Not complete yet! More stories will follow! </p>
+<p>
+<a href="http://www.youtube.com/watch?v=easY_6DqHDY">ผีเสื้อที่หายไป</a> is the songtitle of my favorite Thai artist Klear.
+It reminds of my long train journeys through the east and south of Thailand. A little girly, but i like it.
+
+</p>
+</div>
+
+</div>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/travel/thailand.php b/travel/thailand.php
new file mode 100644 (file)
index 0000000..a43ffe6
--- /dev/null
@@ -0,0 +1,178 @@
+<!DOCTYPE html>
+<html>
+<head>
+  <title>Rob's Travel - Thailand</title>
+  <link rel="stylesheet" href="travel.css" type="text/css" media="screen"/>
+  <script src="jquery.js"></script>
+  <script src="jvectormap.js"></script>
+  <script src="jquery-jvectormap-th-mill-en.js"></script>
+<link href='http://fonts.googleapis.com/css?family=Oswald:400,300' rel='stylesheet' type='text/css' />
+<link href='http://fonts.googleapis.com/css?family=Abel|Satisfy' rel='stylesheet' type='text/css' />
+</head>
+<body>
+<div id="header">
+
+<?php include("./menu.inc") ?>
+
+<div>
+
+<div id="container">
+  <div id="map"></div>
+  <script>
+
+
+$(function(){
+
+    var map,
+           markers = [
+               {latLng: [15.229776, 103.123169], name: 'My Future Bride', abbr: "PH" },
+               {latLng: [14.402089, 104.685030], name: 'The Forbidden Temple of Khoa Prah Wihan', abbr: "PR" },
+               {latLng: [17.880390, 101.655121], name: 'The Spoiled Kids from Bangkok', abbr: "CS" },
+               {latLng: [18.788624, 99.003296], name: 'Traditional Northern Massage', abbr: "TM"},
+               {latLng: [17.865664, 102.746887], name: 'Too many weird statues', abbr: "NK"},
+               {latLng: [11.785269, 99.794312], name: 'A common sight in 3rd class cabins', abbr: "PK"},
+               {latLng: [19.081500, 98.931885], name: 'ผีเสื้อที่หายไป ', abbr: "BD"} , 
+               ]
+     map = new jvm.WorldMap({
+       markers: markers,
+       container: $('#map'),
+       map: 'th_mill_en',
+       backgroundColor: 'white',
+       regionStyle: {
+               initial: {
+                       fill: '#EEEEEE',
+                       "fill-opacity": 1,
+                       stroke: 'black',
+                       "stroke-width": 2,
+                       "stroke-opacity": 1
+                },
+               hover: {
+                       "fill-opacity": 0.8
+                       },
+               selected: {
+                       fill: '#99FF00'
+                       },
+               selectedHover: {}
+       },
+       selectedRegions: ["TH-57", "TH-58", "TH-10", "TH-14", "TH-30", "TH-90", "TH-71",
+                         "TH-32", "TH-33", "TH-34", "TH-40", "TH-43", "TH-42", "TH-31",
+                         "TH-48", "TH-77", "TH-50", "TH-16", "TH-49", "TH-52"
+                        ],
+       markerStyle: {
+               initial: {
+                       fill: '#FFFFFF',
+                       stroke: '#000000',
+                       r: 7,
+                       },
+               hover: {
+                       fill: "orange",
+                       stroke: 'black',
+                       "stroke-width": 1
+                         },
+               selected: {fill: '#FFFFFF',
+                       stroke: '#000000'}
+       },
+
+       onMarkerClick: function(event, code){
+               $('#MAIN').hide();
+               $.each(markers, function(index, value) { 
+                               $('#'+markers[index].abbr).hide();
+                       });
+               $('#'+markers[code].abbr).fadeIn("slow");
+
+       },
+
+      });
+});
+
+</script>
+
+<div id="PH" style="float: right; width: 650px; display: none;">
+<h2>Phimai: My Future Bride</h2>
+<p style="float: left; text-align: justify;">
+<img src="images/phimai.jpg" style=" float: right; border: 1px solid black; margin: 0 0 10px 10px;" />
+"Be a stupid falang! Just be you! That's all what it takes to survive Isaan". 
+Ben was right. Ben had been hopping Isaan provinces for years. The names of his ex-wifes were tattood on his arms.
+They ran off. Bad luck he says. "But it doesn't stop me from living here.." <br /><br />
+Acting as a stupid falang, as Ben said, it is hard to wander the streets of Khorat, Buriram or Phimai
+ without being pulled into the houses of friendly people. I don't think I spent any of my Thai Baht on food in Isaan.
+Most of the time they wouldn't leave me before I saw their daughter. Awkward, but I guess it's culture nonetheless. <br />
+<br />
+This girl is a nice specimen, she even had a temple in her back yard... What more can you ask for?  
+</p>
+</div>
+
+<div id="PR" style="float: right; width: 650px; display: none;">
+<h2>Near Khantaralak: The forbidden temple Khoa Prah Wihan </h2>
+<p style="float: left; text-align: justify;">
+<img src="images/phrawihan.jpg" style=" float: right; border: 1px solid black; margin: 0 0 10px 10px;" />
+Despite my <a>goverment's advice</a> I decided to visit Khao Phra Wihan. After a bus ride, two songthiauws, one 30 baht scooter 
+ride (there goes my lunch money) I was left near a military checkpoint. <br /><br /> Luckily I was picked up by a monk and a family from a nearby town. It was not possible
+to visit the temple site on Cambodian Land. Friendly soldiers on the Thai side, however, lend us their binoculars to view the sights
+and spot Cambodian soldiers. <br /><br />
+We picknicked between Thai soldiers. Looking through the binoculars I saw tourist on the other side do the same with Cambodian forces.
+
+
+</p>
+</div>
+
+<div id="CS" style="float: right; width:650px; display: none;">
+<h2>Chiang Saen: The spoiled kids from Bangkok </h2>
+<p style="float: left; text-align: justify;">
+<img src="images/spoiled-kids.jpg" style=" float: right; border: 1px solid black; margin: 0 0 10px 10px;" />
+I expected to hangout silently at Chiang Saen and enjoy my fried rice as usual. I didn't know I arrived on a national holiday. 
+And all of Bangkok with me. <br /><br />
+
+It was nice hanging out with these little buggers from 'Krung Thep'. Instead of being alone, I was eating ice cream and
+listining to the new single of niew jiew. <br /><br />
+
+I realized that they are more westerner than me: whiter teeths, lighter skin, better haircuts, SLR's. And a nice pickup truck, 
+compared to my shitty chinese fake scooter.
+
+</p>
+</div>
+
+<div id="BD" style="float: right; width:650px; display: none;">
+<h2>Near Chiang Mai: ผีเสื้อที่หายไป</h2>
+<p style="float: left; text-align: justify;">
+<img src="images/empty.jpg" style=" float: right; border: 1px solid black; margin: 0 0 10px 10px;" />
+Story soon!</p>
+</div>
+
+<div id="NK" style="float: right; width:650px; display: none;">
+<h2>Nong Khai: Too many weird statues</h2>
+<p style="float: left; text-align: justify;">
+<img src="images/empty.jpg" style=" float: right; border: 1px solid black; margin: 0 0 10px 10px;" />
+Story soon!</p>
+</div>
+
+<div id="TM" style="float: right; width:650px; display: none;">
+<h2>Chiang Mai: Thai Massage</h2>
+<p style="float: left; text-align: justify;">
+<img src="images/empty.jpg" style=" float: right; border: 1px solid black; margin: 0 0 10px 10px;" />
+Story soon!</p>
+</div>
+
+<div id="PK" style="float: right; width:650px; display: none;">
+<h2>Prachuap Khirikhan: A common sight in 3rd class cabins</h2>
+<p style="float: left; text-align: justify;">
+<img src="images/empty.jpg" style=" float: right; border: 1px solid black; margin: 0 0 10px 10px;" />
+Story soon!</p>
+</div>
+
+<div id="MAIN" style="float: right; width: 650px; display: block;">
+<h1>Thailand: ผีเสื้อที่หายไป and 2000km train</h1>
+<h2>Howto</h2>
+<p>Click on the big white dots to view a little story and picture of my Journey in Thailand.
+Green areas are places I visited and ate rice. Not complete yet! More stories will follow! </p>
+<p>
+<a href="http://www.youtube.com/watch?v=easY_6DqHDY">ผีเสื้อที่หายไป</a> is the songtitle of my favorite Thai artist Klear.
+It reminds of my long train journeys through the east and south of Thailand. A little girly, but i like it.
+
+</p>
+</div>
+
+</div>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/travel/travel.css b/travel/travel.css
new file mode 100644 (file)
index 0000000..82cf7b3
--- /dev/null
@@ -0,0 +1,122 @@
+body {
+       font-family: 'Abel', sans-serif;
+       margin: 0px;
+       padding: 0px;
+}
+
+#listwrap {
+       display: table;
+       width: 100%;
+       text-align: center;
+       background-color: #EEEEEE;
+       }
+
+ul#menu {
+       border-bottom: 1px solid black;
+       list-style-type: none;
+       text-align: center;
+       padding: 18px;
+       margin: 0;
+
+       
+}
+
+ul#menu li {
+       font-size: 1.4em;
+       display: inline;
+       margin: 0;
+       
+}
+
+ul#menu li a {
+       color: black;
+       padding: 18px;
+       text-style-type: bold;
+       text-decoration: none;
+}
+
+ul#menu li a:hover {
+       background-color: #99FF00;
+}
+
+
+h1 { text-align: center; 
+       font-ize: 1.5em; 
+       paddin: 0;
+       margin: 15px 0 15px 0;}
+
+
+#container {
+       padding-top: 30px;
+       width: 1000px;
+       margin: 0 auto;
+
+}
+
+#world-map {
+       float: left;
+       width: 300px; height: 450px;
+       padding: 10px;
+       border: 1px solid black;
+       -moz-border-radius: 10px;
+       border-radius: 10px;
+       margin-right: 15px;
+       
+}
+
+#map {
+       float: left;
+       width: 300px; height: 450px;
+       padding: 10px;
+       border: 3px solid black;
+       -moz-border-radius: 10px;
+       border-radius: 10px;
+
+}
+
+#main {
+       
+       float: left;
+       width: 650px;
+       padding-right: 10px;
+}
+
+
+.jvectormap-label {
+    position: absolute;
+    display: none;
+    border: solid 1px #CDCDCD;
+    -webkit-border-radius: 3px;
+    -moz-border-radius: 3px;
+    border-radius: 5px;
+    background: #2e2e2e;
+    color: white;
+    font-family: sans-serif, Verdana;
+    font-size: smaller;
+    padding: 3px;
+}
+
+.jvectormap-zoomin, .jvectormap-zoomout {
+    display: none;
+    position: absolute;
+    left: 10px;
+    -webkit-border-radius: 3px;
+    -moz-border-radius: 3px;
+    border-radius: 3px;
+    background: #292929;
+    padding: 3px;
+    color: white;
+    width: 10px;
+    height: 10px;
+    cursor: pointer;
+    line-height: 10px;
+    text-align: center;
+}
+
+.jvectormap-zoomin {
+    top: 10px;
+}
+
+.jvectormap-zoomout {
+    top: 30px;
+}
\ No newline at end of file