You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by yo...@apache.org on 2022/01/22 04:06:52 UTC

[superset] branch master updated: feat(country-map): added new countries in country-chart-map (#18081)

This is an automated email from the ASF dual-hosted git repository.

yongjiezhao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 0cec0c9  feat(country-map): added new countries in country-chart-map (#18081)
0cec0c9 is described below

commit 0cec0c9a68c9489c54bea8d10ea7b28c1729e2dc
Author: Hammad-Raza <ha...@hotmail.com>
AuthorDate: Sat Jan 22 08:05:20 2022 +0400

    feat(country-map): added new countries in country-chart-map (#18081)
---
 .../src/countries.ts                               |  24 +++-
 .../src/countries/cyprus.geojson                   |  11 ++
 .../src/countries/jordan.geojson                   |  18 +++
 .../src/countries/kenya.geojson                    |  14 +++
 .../src/countries/kuwait.geojson                   |  12 ++
 .../src/countries/lithuania.geojson                |  16 +++
 .../src/countries/nigeria.geojson                  |  43 +++++++
 .../src/countries/oman.geojson                     |  17 +++
 .../src/countries/pakistan.geojson                 |  14 +++
 .../src/countries/philippines.geojson              | 124 +++++++++++++++++++++
 .../src/countries/qatar.geojson                    |  13 +++
 .../src/countries/united_arab_emirates.geojson     |  15 +++
 12 files changed, 319 insertions(+), 2 deletions(-)

diff --git a/superset-frontend/plugins/legacy-plugin-chart-country-map/src/countries.ts b/superset-frontend/plugins/legacy-plugin-chart-country-map/src/countries.ts
index e124116..b2be211 100755
--- a/superset-frontend/plugins/legacy-plugin-chart-country-map/src/countries.ts
+++ b/superset-frontend/plugins/legacy-plugin-chart-country-map/src/countries.ts
@@ -24,6 +24,7 @@ import brazil from './countries/brazil.geojson';
 import bulgaria from './countries/bulgaria.geojson';
 import canada from './countries/canada.geojson';
 import china from './countries/china.geojson';
+import cyprus from './countries/cyprus.geojson';
 import denmark from './countries/denmark.geojson';
 import egypt from './countries/egypt.geojson';
 import estonia from './countries/estonia.geojson';
@@ -37,17 +38,25 @@ import iran from './countries/iran.geojson';
 import italy from './countries/italy.geojson';
 import italy_regions from './countries/italy_regions.geojson';
 import japan from './countries/japan.geojson';
+import jordan from './countries/jordan.geojson';
+import kenya from './countries/kenya.geojson';
 import korea from './countries/korea.geojson';
+import kuwait from './countries/kuwait.geojson';
 import liechtenstein from './countries/liechtenstein.geojson';
+import lithuania from './countries/lithuania.geojson';
+import nigeria from './countries/nigeria.geojson';
 import norway from './countries/norway.geojson';
 import malaysia from './countries/malaysia.geojson';
-import mexico from './countries/mexico.geojson';
 import morocco from './countries/morocco.geojson';
 import myanmar from './countries/myanmar.geojson';
 import netherlands from './countries/netherlands.geojson';
+import oman from './countries/oman.geojson';
+import pakistan from './countries/pakistan.geojson';
+import philippines from './countries/philippines.geojson';
 import peru from './countries/peru.geojson';
 import poland from './countries/poland.geojson';
 import portugal from './countries/portugal.geojson';
+import qatar from './countries/qatar.geojson';
 import russia from './countries/russia.geojson';
 import saudi_arabia from './countries/saudi_arabia.geojson';
 import singapore from './countries/singapore.geojson';
@@ -58,6 +67,7 @@ import switzerland from './countries/switzerland.geojson';
 import syria from './countries/syria.geojson';
 import thailand from './countries/thailand.geojson';
 import timorleste from './countries/timorleste.geojson';
+import united_arab_emirates from './countries/united_arab_emirates.geojson';
 import uk from './countries/uk.geojson';
 import ukraine from './countries/ukraine.geojson';
 import uruguay from './countries/uruguay.geojson';
@@ -73,6 +83,7 @@ export const countries = {
   bulgaria,
   canada,
   china,
+  cyprus,
   denmark,
   egypt,
   estonia,
@@ -86,17 +97,25 @@ export const countries = {
   italy,
   italy_regions,
   japan,
+  jordan,
+  kenya,
   korea,
+  kuwait,
   liechtenstein,
+  lithuania,
   malaysia,
-  mexico,
   morocco,
   myanmar,
   netherlands,
+  nigeria,
   norway,
+  oman,
+  pakistan,
+  philippines,
   peru,
   poland,
   portugal,
+  qatar,
   russia,
   saudi_arabia,
   singapore,
@@ -107,6 +126,7 @@ export const countries = {
   syria,
   thailand,
   timorleste,
+  united_arab_emirates,
   uk,
   ukraine,
   uruguay,
diff --git a/superset-frontend/plugins/legacy-plugin-chart-country-map/src/countries/cyprus.geojson b/superset-frontend/plugins/legacy-plugin-chart-country-map/src/countries/cyprus.geojson
new file mode 100644
index 0000000..66bd39f
--- /dev/null
+++ b/superset-frontend/plugins/legacy-plugin-chart-country-map/src/countries/cyprus.geojson
@@ -0,0 +1,11 @@
+{
+"type": "FeatureCollection",
+"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
+"features": [
+{ "type": "Feature", "properties": { "ISO": "CY-03", "NAME_1": "Larnaca" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 33.766134888000067, 34.990268454000059 ], [ 33.773989705000076, 34.988666484000035 ], [ 33.777917115000037, 34.984687399000066 ], [ 33.78256799400009, 34.984687399000066 ], [ 33.786495402000071, 34.984687399000066 ], [ 33.791146281000067, 34.982413636000032 ], [ 33.794350220000126, 34.977762757000065 ], [ 33.7927999260001, 34.977762757000065 ], [ 33.788 [...]
+{ "type": "Feature", "properties": { "ISO": "CY-04", "NAME_1": "Famagusta" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 33.906505327911546, 35.069104910749289 ], [ 33.906591431000038, 35.069049174000085 ], [ 33.912895955000124, 35.065922750000126 ], [ 33.925401652000119, 35.062770487000066 ], [ 33.941111287000069, 35.059721578000037 ], [ 33.962918742000113, 35.068299867000079 ], [ 34.008910767000089, 35.059721578000037 ], [ 34.012288940472615, 35.063795258569357 ], [ 34.02196 [...]
+{ "type": "Feature", "properties": { "ISO": "CY-01", "NAME_1": "Nicosia" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 33.413546590000067, 35.19940297400008 ], [ 33.421401408000065, 35.193873596000103 ], [ 33.424501994000138, 35.182194723000023 ], [ 33.427705933000084, 35.168138733000021 ], [ 33.44000492400005, 35.148656718000026 ], [ 33.450960326000086, 35.13222361300005 ], [ 33.469770548000042, 35.104163310000033 ], [ 33.476798543000143, 35.09480987600007 ], [ 33.47679854300 [...]
+{ "type": "Feature", "properties": { "ISO": "CY-02", "NAME_1": "Limassol" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 32.840808764000087, 34.699467441000095 ], [ 32.835625777000075, 34.699837654000092 ], [ 32.832293858000071, 34.700948294000071 ], [ 32.827481085000045, 34.696505734000098 ], [ 32.822668312000076, 34.691322748000076 ], [ 32.819336392000082, 34.687620615000085 ], [ 32.806008714000086, 34.685769549000057 ], [ 32.798604448000049, 34.670961017000124 ], [ 32.778612 [...]
+{ "type": "Feature", "properties": { "ISO": "CY-05", "NAME_1": "Paphos" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 32.641706411231496, 34.660885826120776 ], [ 32.626231316000087, 34.666489976000037 ], [ 32.575043165000068, 34.69281647300005 ], [ 32.556651238000086, 34.699367580000057 ], [ 32.535817905000044, 34.703558661000045 ], [ 32.493337436000047, 34.707261460000041 ], [ 32.475840691000087, 34.71320221600007 ], [ 32.458994988000086, 34.721869208000044 ], [ 32.4191186860 [...]
+]
+}
diff --git a/superset-frontend/plugins/legacy-plugin-chart-country-map/src/countries/jordan.geojson b/superset-frontend/plugins/legacy-plugin-chart-country-map/src/countries/jordan.geojson
new file mode 100644
index 0000000..d0d886c
--- /dev/null
+++ b/superset-frontend/plugins/legacy-plugin-chart-country-map/src/countries/jordan.geojson
@@ -0,0 +1,18 @@
+{
+"type": "FeatureCollection",
+"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
+"features": [
+{ "type": "Feature", "properties": { "ISO": "JO-IR", "NAME_1": "Irbid" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 35.57439660600005, 32.554396464000021 ], [ 35.575843546000044, 32.554964905000091 ], [ 35.5799776610001, 32.560390930000054 ], [ 35.57439660600005, 32.572767436000035 ], [ 35.571296021000137, 32.59855397500003 ], [ 35.565611613000101, 32.607545675000082 ], [ 35.565611613000101, 32.615012920000098 ], [ 35.572536255000045, 32.615012920000098 ], [ 35.57253625500004 [...]
+{ "type": "Feature", "properties": { "ISO": "JO-MD", "NAME_1": "Madaba" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 35.457127555592194, 31.433524394235405 ], [ 35.458538045000068, 31.491618958000075 ], [ 35.458124634000058, 31.491929016000043 ], [ 35.45874475100004, 31.491567281000059 ], [ 35.459158163000041, 31.49187734000013 ], [ 35.459054810000112, 31.492807516000099 ], [ 35.45874475100004, 31.49440948500002 ], [ 35.464222453000048, 31.568565165000066 ], [ 35.480138794000 [...]
+{ "type": "Feature", "properties": { "ISO": "JO-KA", "NAME_1": "Karak" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 35.347110283612665, 30.922709634841738 ], [ 35.374098755000034, 30.945140686000073 ], [ 35.385260864000088, 30.963279114000031 ], [ 35.385157511000045, 30.994646708000047 ], [ 35.391565389000107, 31.023947246 ], [ 35.438487590000136, 31.103735657000087 ], [ 35.443241821000129, 31.13220937100003 ], [ 35.436213827000131, 31.159546204000051 ], [ 35.421331014000089, [...]
+{ "type": "Feature", "properties": { "ISO": "JO-AT", "NAME_1": "Tafilah" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 35.263881904000129, 30.719966986000102 ], [ 35.271572713000069, 30.74370595300006 ], [ 35.276120239000136, 30.768975728000029 ], [ 35.279530884000053, 30.780241191000087 ], [ 35.28614546700004, 30.792333476000053 ], [ 35.293896932000052, 30.80018829300009 ], [ 35.310846802000071, 30.813314107000068 ], [ 35.316634562000047, 30.82282257100006 ], [ 35.32004520600 [...]
+{ "type": "Feature", "properties": { "ISO": "JO-AQ", "NAME_1": "Aqaba" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 34.955577019000089, 29.558986721000053 ], [ 34.959860474000095, 29.586205547000063 ], [ 34.966991822000125, 29.608116354000103 ], [ 34.980324341000141, 29.627004090000028 ], [ 34.989832804000059, 29.651963807000115 ], [ 34.995103801000084, 29.708161927000091 ], [ 35.002545207000082, 29.733095805000076 ], [ 35.048950642000079, 29.842313945000043 ], [ 35.053188110 [...]
+{ "type": "Feature", "properties": { "ISO": "JO-BA", "NAME_1": "Balqa" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 35.502478566832394, 31.68536038937043 ], [ 35.527577758000064, 31.73506663000002 ], [ 35.559410441000068, 31.765349019000055 ], [ 35.53832645600005, 31.8192992150001 ], [ 35.53832645600005, 31.826740621000013 ], [ 35.549075154000093, 31.839194641000105 ], [ 35.524683879000065, 31.919241435000046 ], [ 35.527474406000124, 31.927354635000071 ], [ 35.53367557700011, [...]
+{ "type": "Feature", "properties": { "ISO": "JO-MA", "NAME_1": "Mafraq" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 36.80656945800007, 32.313041687000052 ], [ 36.819385213000146, 32.316788229000068 ], [ 36.980098918000124, 32.410038351000097 ], [ 37.133164510000086, 32.494529318000062 ], [ 37.133371216000057, 32.494580994000088 ], [ 37.244062134000046, 32.554396464000021 ], [ 37.415214478000053, 32.647129822000025 ], [ 37.49460567371284, 32.690055622768739 ], [ 37.5866768800 [...]
+{ "type": "Feature", "properties": { "ISO": "JO-MN", "NAME_1": "Ma`an" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 37.221722009000075, 31.247292129000115 ], [ 37.349895467000067, 31.128230286000033 ], [ 37.480016724000052, 31.007255758000056 ], [ 37.483117309000079, 31.004103495000024 ], [ 37.486321249000071, 31.000899557000039 ], [ 37.489421834000098, 30.997695618000066 ], [ 37.492625773000043, 30.994491679000092 ], [ 37.602283162000049, 30.883232321000051 ], [ 37.712043905 [...]
+{ "type": "Feature", "properties": { "ISO": "JO-AM", "NAME_1": "Amman" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 36.997911518701585, 31.500813954900082 ], [ 36.959531698000035, 31.490998840000103 ], [ 37.089652954000087, 31.370075989000057 ], [ 37.219774211000129, 31.24910146100008 ], [ 37.221722009000075, 31.247292129000115 ], [ 36.151778192409608, 31.248635566278324 ], [ 35.849161003977144, 31.254940089913191 ], [ 35.839239129182431, 31.262536526539463 ], [ 35.8356734557 [...]
+{ "type": "Feature", "properties": { "ISO": "JO-AZ", "NAME_1": "Zarqa" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 37.76141217300011, 31.696120493000095 ], [ 37.702742147000038, 31.68111643500005 ], [ 37.455005331000052, 31.617709452000028 ], [ 37.207268514000134, 31.554354147000097 ], [ 36.997911518701585, 31.500813954900082 ], [ 36.99746300611281, 31.501023261314458 ], [ 36.994362419789809, 31.502470201238793 ], [ 36.714276157019015, 31.746899726241338 ], [ 36.695672641778 [...]
+{ "type": "Feature", "properties": { "ISO": "JO-AJ", "NAME_1": "Ajlun" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 35.694803501180616, 32.156177070515355 ], [ 35.668706903001123, 32.160698757441708 ], [ 35.651808709204545, 32.166564033303473 ], [ 35.635530633032261, 32.183823961406688 ], [ 35.640026483335532, 32.193797512145466 ], [ 35.640801628792133, 32.199662787107911 ], [ 35.638321160992746, 32.208318590030899 ], [ 35.624471876675727, 32.235319525775481 ], [ 35.618425733 [...]
+{ "type": "Feature", "properties": { "ISO": "JO-JA", "NAME_1": "Jarash" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 35.719763217798231, 32.143516343704277 ], [ 35.706430698318059, 32.144601549322033 ], [ 35.696198765160887, 32.147831325954883 ], [ 35.694803501180616, 32.156177070515355 ], [ 35.73650638196392, 32.196510524840846 ], [ 35.804667596132617, 32.222736314229508 ], [ 35.813659294940464, 32.23146963151828 ], [ 35.815984734907545, 32.240357978437942 ], [ 35.8152095876 [...]
+]
+}
diff --git a/superset-frontend/plugins/legacy-plugin-chart-country-map/src/countries/kenya.geojson b/superset-frontend/plugins/legacy-plugin-chart-country-map/src/countries/kenya.geojson
new file mode 100644
index 0000000..abb07f5
--- /dev/null
+++ b/superset-frontend/plugins/legacy-plugin-chart-country-map/src/countries/kenya.geojson
@@ -0,0 +1,14 @@
+{
+"type": "FeatureCollection",
+"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
+"features": [
+{ "type": "Feature", "properties": { "ISO": "KE-700", "NAME_1": "Rift Valley" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 35.739401989634473, 4.681126578088339 ], [ 35.778439100608068, 4.678338213018733 ], [ 35.781221547358086, 4.619922014081439 ], [ 35.85653615027104, 4.619603495646345 ], [ 35.920835409000119, 4.619331563000088 ], [ 35.922799113000053, 4.602071635000087 ], [ 35.936028279000141, 4.578533020000094 ], [ 35.937061808000124, 4.559257711000058 ], [ 35.93406457600 [...]
+{ "type": "Feature", "properties": { "ISO": "KE-400", "NAME_1": "Eastern" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 36.236268351000092, 4.449651998000078 ], [ 36.246086873000081, 4.446990662000061 ], [ 36.264276977000122, 4.43820566900007 ], [ 36.277196086000117, 4.436448669000086 ], [ 36.463024536000034, 4.440169372000099 ], [ 36.619500773000141, 4.443373312000077 ], [ 36.628182414000094, 4.441461284000056 ], [ 36.642961873000104, 4.432598775000145 ], [ 36.648856759000068 [...]
+{ "type": "Feature", "properties": { "ISO": "KE-500", "NAME_1": "North-Eastern" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 40.763743937000129, 4.284933370000118 ], [ 40.785758097000041, 4.255839539000121 ], [ 40.846012817000087, 4.214989319000026 ], [ 40.870610799000076, 4.186980693000109 ], [ 40.887353963000123, 4.156052348000102 ], [ 40.897689250000042, 4.145923767000056 ], [ 40.915879354000083, 4.136647847000035 ], [ 40.963628378000067, 4.120369771000114 ], [ 40.97975142 [...]
+{ "type": "Feature", "properties": { "ISO": "KE-300", "NAME_1": "Coast" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 41.535943705000136, -1.676312018999866 ], [ 41.535085483000046, -1.696302992999961 ], [ 41.53451582100007, -1.696872653999947 ], [ 41.45834394600007, -1.774834893999923 ], [ 41.422373894000089, -1.82976653399993 ], [ 41.41765384200005, -1.847263278999947 ], [ 41.396006707000083, -1.86060963299991 ], [ 41.339121941000087, -1.912367445999962 ], [ 41.303477 [...]
+{ "type": "Feature", "properties": { "ISO": "KE-600", "NAME_1": "Nyanza" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 34.71889334500014, -1.412413522999955 ], [ 34.556887654000093, -1.321933694999899 ], [ 34.342120402000035, -1.202147724999946 ], [ 34.127456502000143, -1.082258402999884 ], [ 34.052525675000084, -1.040400491999904 ], [ 34.01542199700009, -1.037506611999916 ], [ 34.001986124000041, -1.028721617999935 ], [ 34.000022421000097, -1.002573343999927 ], [ 33.984519491 [...]
+{ "type": "Feature", "properties": { "ISO": "KE-800", "NAME_1": "Western" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 34.54035119700012, 1.089391988000074 ], [ 34.560064932000103, 1.093149310000101 ], [ 34.561228475000064, 1.093371074000061 ], [ 34.566882918000147, 1.103021686000076 ], [ 34.575698682648067, 1.09285350198752 ], [ 34.604534132843924, 1.067325343689674 ], [ 34.605929395924875, 1.048773505293013 ], [ 34.624377883332613, 1.020764879195781 ], [ 34.726955600920235, [...]
+{ "type": "Feature", "properties": { "ISO": "KE-110", "NAME_1": "Nairobi" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 37.131511672225884, -1.23713347692842 ], [ 37.106086866715486, -1.262248223176982 ], [ 37.100660842224045, -1.268966159760453 ], [ 37.089033644187282, -1.278888034555166 ], [ 37.070223423372283, -1.298835137831361 ], [ 37.066502720324252, -1.301677340836648 ], [ 37.062471958014441, -1.302917576085292 ], [ 37.053480259206594, -1.302865899241851 ], [ 37.0024239 [...]
+{ "type": "Feature", "properties": { "ISO": "KE-200", "NAME_1": "Central" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 37.086191441182052, 0.019223944129692 ], [ 37.109652541031949, -0.004082126089259 ], [ 37.316513299449184, -0.159369805771917 ], [ 37.323644647182675, -0.16986012044822 ], [ 37.429167922361728, -0.427312106568479 ], [ 37.432733595778814, -0.443331801221632 ], [ 37.432423537416298, -0.520019626204771 ], [ 37.433508742134734, -0.52870126665016 ], [ 37.436764357 [...]
+]
+}
diff --git a/superset-frontend/plugins/legacy-plugin-chart-country-map/src/countries/kuwait.geojson b/superset-frontend/plugins/legacy-plugin-chart-country-map/src/countries/kuwait.geojson
new file mode 100644
index 0000000..a3cfbe8
--- /dev/null
+++ b/superset-frontend/plugins/legacy-plugin-chart-country-map/src/countries/kuwait.geojson
@@ -0,0 +1,12 @@
+{
+"type": "FeatureCollection",
+"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
+"features": [
+{ "type": "Feature", "properties": { "ISO": "KW-JA", "NAME_1": "Al Jahrah" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 47.674174845000039, 30.098215637000081 ], [ 47.7314323330001, 30.088552145000037 ], [ 47.948008660000085, 29.994045315000051 ], [ 47.955088738000086, 29.97728099200009 ], [ 47.965505405000044, 29.962062893000052 ], [ 47.975271030000044, 29.942572333000044 ], [ 47.979746941000087, 29.921454169000071 ], [ 47.979502800000034, 29.884344794000071 ], [ 47.9 [...]
+{ "type": "Feature", "properties": { "ISO": "KW-AH", "NAME_1": "Al Ahmadi" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 47.668128703000036, 28.533504944000029 ], [ 47.659808797000039, 28.560040792000038 ], [ 47.641101929000058, 28.577249044000027 ], [ 47.618157593000035, 28.59148590100007 ], [ 47.596815227000036, 28.608823344000101 ], [ 47.581674032000137, 28.631483459000052 ], [ 47.568031453000117, 28.660990702000063 ], [ 47.5584196370001, 28.69147979800006 ], [ 47.554595581 [...]
+{ "type": "Feature", "properties": { "ISO": "KW-MU", "NAME_1": "Mubarak Al-Kabeer" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 48.093825129810895, 29.310417944358893 ], [ 48.09305302100006, 29.305678752000063 ], [ 48.092073287000062, 29.287232887000073 ], [ 48.09537629600004, 29.257745843000066 ], [ 48.106130701970301, 29.21352475876057 ], [ 48.09740563326335, 29.212506619185092 ], [ 48.034567091697909, 29.208734239293676 ], [ 48.02376671686045, 29.2643122419164 ], [ 48.0087 [...]
+{ "type": "Feature", "properties": { "ISO": "KW-HA", "NAME_1": "Hawalli" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 48.008363573120391, 29.36915513320281 ], [ 48.010508660000085, 29.366522528000075 ], [ 48.025238477000073, 29.354885158000059 ], [ 48.035411004000082, 29.351792710000041 ], [ 48.063273722000076, 29.34336817500008 ], [ 48.100266359000045, 29.349954113000081 ], [ 48.093825129810895, 29.310417944358893 ], [ 48.049961171171105, 29.295373445827863 ], [ 48.008722206 [...]
+{ "type": "Feature", "properties": { "ISO": "KW-KU", "NAME_1": "Al Asimah" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 47.85848837875858, 29.323202506599799 ], [ 47.876954380000086, 29.328671430000043 ], [ 47.899184937000086, 29.33524906100007 ], [ 47.905386845000066, 29.359262786000045 ], [ 47.920202152000059, 29.364872086000048 ], [ 47.939325902000064, 29.359433137000053 ], [ 47.95937407200006, 29.372436838000056 ], [ 47.969883412000058, 29.387238707000051 ], [ 47.9 [...]
+{ "type": "Feature", "properties": { "ISO": "KW-FA", "NAME_1": "Al Farwaniyah" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 47.864861687816642, 29.309968369744468 ], [ 47.909096714142038, 29.32082042142531 ], [ 47.991779006196168, 29.330354723491666 ], [ 48.008722206564528, 29.295373445827863 ], [ 48.02376671686045, 29.2643122419164 ], [ 48.034567091697909, 29.208734239293676 ], [ 47.877212355365884, 29.185040595447106 ], [ 47.876075473804065, 29.227544461008051 ], [ 47.86129 [...]
+]
+}
diff --git a/superset-frontend/plugins/legacy-plugin-chart-country-map/src/countries/lithuania.geojson b/superset-frontend/plugins/legacy-plugin-chart-country-map/src/countries/lithuania.geojson
new file mode 100644
index 0000000..fe18e57
--- /dev/null
+++ b/superset-frontend/plugins/legacy-plugin-chart-country-map/src/countries/lithuania.geojson
@@ -0,0 +1,16 @@
+{
+"type": "FeatureCollection",
+"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
+"features": [
+{ "type": "Feature", "properties": { "ISO": "LT-UT", "NAME_1": "Utenos" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 26.594531291000067, 55.666990866000063 ], [ 26.603833048000098, 55.643271383000027 ], [ 26.607657105000044, 55.616451315000049 ], [ 26.605176635000078, 55.59009633400008 ], [ 26.59556481900006, 55.568030498 ], [ 26.576134480000064, 55.55056386400004 ], [ 26.551639852000108, 55.534492493000087 ], [ 26.532106161000115, 55.51625071200003 ], [ 26.527661987000101, 5 [...]
+{ "type": "Feature", "properties": { "ISO": "LT-VL", "NAME_1": "Vilniaus" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 26.739901281000073, 55.242776403000065 ], [ 26.701088094000113, 55.236836243000099 ], [ 26.685688517000131, 55.23161692300009 ], [ 26.656956421000132, 55.215338847000069 ], [ 26.641143432000035, 55.202833151000064 ], [ 26.633908732000066, 55.192187806000064 ], [ 26.627500854000118, 55.164437561000042 ], [ 26.616338745000093, 55.135395406000029 ], [ 26.6009391 [...]
+{ "type": "Feature", "properties": { "ISO": "LT-AL", "NAME_1": "Alytaus" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 24.85098389500007, 54.144951129000063 ], [ 24.821564575000139, 54.134526266000094 ], [ 24.817533813000068, 54.128221741000075 ], [ 24.817430460000111, 54.120625305000019 ], [ 24.818670695000066, 54.113959046 ], [ 24.81815393100004, 54.110134990000077 ], [ 24.799447062000127, 54.103210348000076 ], [ 24.790558716000106, 54.096595765000089 ], [ 24.784254191000116 [...]
+{ "type": "Feature", "properties": { "ISO": "LT-PN", "NAME_1": "Panevezio" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 24.8709672446426, 56.442602437352548 ], [ 24.892257934000071, 56.438726706000054 ], [ 24.910137980000115, 56.421957703000018 ], [ 24.936286255000113, 56.379918925000069 ], [ 24.962124471000038, 56.319276632000097 ], [ 24.973183228000039, 56.300750631000071 ], [ 24.983208456000057, 56.290492859 ], [ 25.016488077000105, 56.269899801000079 ], [ 25.0262032470000 [...]
+{ "type": "Feature", "properties": { "ISO": "LT-TE", "NAME_1": "Telšiai" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 22.094082479000065, 56.417410177000065 ], [ 22.139144328000015, 56.415704854000111 ], [ 22.158161255000095, 56.410252991000036 ], [ 22.195264933000146, 56.394853414000053 ], [ 22.214901977000096, 56.39038340300003 ], [ 22.511731404000045, 56.395964458000051 ], [ 22.575810180000076, 56.387722067000098 ], [ 22.578221703000111, 56.3870029160001 ], [ 22.5654757019 [...]
+{ "type": "Feature", "properties": { "ISO": "LT-KL", "NAME_1": "Klaipedos" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 21.053396030000044, 56.072617906000062 ], [ 21.091352986000118, 56.077896017000015 ], [ 21.150160767000102, 56.078180237000097 ], [ 21.190365031000113, 56.084458924 ], [ 21.205351196000095, 56.103424174000068 ], [ 21.212585897000054, 56.13099355100006 ], [ 21.229639119000097, 56.163187968 ], [ 21.254857218000041, 56.185202128000086 ], [ 21.29041060300 [...]
+{ "type": "Feature", "properties": { "ISO": "LT-SA", "NAME_1": "Šiauliai" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 22.924522746, 56.41211334300003 ], [ 22.95697554500012, 56.401984762000083 ], [ 22.981366822000069, 56.373175151000041 ], [ 23.01671350100014, 56.32384999600005 ], [ 23.062292114000059, 56.304161276000102 ], [ 23.112728312000058, 56.310879212000017 ], [ 23.162854451000072, 56.341006572000097 ], [ 23.154172811000109, 56.351393534000024 ], [ 23.172569619592252, [...]
+{ "type": "Feature", "properties": { "ISO": "LT-MR", "NAME_1": "Marijampoles" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 22.929690389000115, 54.380299378000061 ], [ 22.918838338000057, 54.3811262010001 ], [ 22.858893677000083, 54.399212952000099 ], [ 22.837602986000093, 54.40091827500008 ], [ 22.812694946000107, 54.394096985000019 ], [ 22.811343908000055, 54.39263336100008 ], [ 22.786029907000085, 54.365209860000064 ], [ 22.767219686000061, 54.356269837000056 ], [ 22.706964 [...]
+{ "type": "Feature", "properties": { "ISO": "LT-TA", "NAME_1": "Taurages" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 22.57116534000005, 55.063989647000071 ], [ 22.565474894000147, 55.067802633000085 ], [ 22.541083619000119, 55.075760804000041 ], [ 22.436283814000063, 55.057777405000039 ], [ 22.269883745738241, 55.069536962760594 ], [ 22.269886509354933, 55.069920558686817 ], [ 22.270041538086502, 55.091443793096573 ], [ 22.271591830798343, 55.097851671317528 ], [ 22.2828056 [...]
+{ "type": "Feature", "properties": { "ISO": "LT-KU", "NAME_1": "Kauno" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 24.415595330560052, 55.393208319908013 ], [ 24.400092400743688, 55.363546048311434 ], [ 24.396061639333197, 55.357499905296379 ], [ 24.392030877023331, 55.348198147226697 ], [ 24.393271112271975, 55.338224596487919 ], [ 24.390635613942436, 55.328974514362301 ], [ 24.388620233237134, 55.316520494025553 ], [ 24.395441521708847, 55.304944972832175 ], [ 24.414665154 [...]
+]
+}
diff --git a/superset-frontend/plugins/legacy-plugin-chart-country-map/src/countries/nigeria.geojson b/superset-frontend/plugins/legacy-plugin-chart-country-map/src/countries/nigeria.geojson
new file mode 100644
index 0000000..e171512
--- /dev/null
+++ b/superset-frontend/plugins/legacy-plugin-chart-country-map/src/countries/nigeria.geojson
@@ -0,0 +1,43 @@
+{
+"type": "FeatureCollection",
+"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
+"features": [
+{ "type": "Feature", "properties": { "ISO": "NG-KE", "NAME_1": "Kebbi" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 3.694998820000109, 11.119115703000119 ], [ 3.686730590000082, 11.120485128000084 ], [ 3.662546020000093, 11.143145244000053 ], [ 3.483332153000106, 11.392303162000047 ], [ 3.468449340000063, 11.419484965000038 ], [ 3.466692342000073, 11.442480978000077 ], [ 3.486742798000137, 11.496276144000092 ], [ 3.493047323000042, 11.511494853000031 ], [ 3.504932902000064, 1 [...]
+{ "type": "Feature", "properties": { "ISO": "NG-NI", "NAME_1": "Niger" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 3.75690718600012, 10.405257467000055 ], [ 3.772513469000074, 10.407634582000099 ], [ 3.787706339000096, 10.426367290000087 ], [ 3.7943209230001, 10.444867452000025 ], [ 3.795354451000094, 10.496492208000049 ], [ 3.804346151000118, 10.523157248000089 ], [ 3.829874308000058, 10.57307668100006 ], [ 3.837419067000013, 10.599896749000052 ], [ 3.83724571500008, 10.630 [...]
+{ "type": "Feature", "properties": { "ISO": "NG-KW", "NAME_1": "Kwara" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 3.513097778000088, 9.846609395000073 ], [ 3.530771118000104, 9.862964987000112 ], [ 3.557126099000072, 9.910558981000051 ], [ 3.589475545000141, 9.948825378000052 ], [ 3.599604126000088, 9.968694966000044 ], [ 3.605805297000074, 10.054116110000052 ], [ 3.612316528000065, 10.070290833000044 ], [ 3.627819458000147, 10.084992778000043 ], [ 3.642392212000118, 10.091 [...]
+{ "type": "Feature", "properties": { "ISO": "NG-OG", "NAME_1": "Ogun" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 2.783323201000115, 7.419238180000136 ], [ 2.786527140000089, 7.421253561000086 ], [ 2.787250610000086, 7.426886292000106 ], [ 2.78962772600002, 7.435826315000043 ], [ 2.792314901000054, 7.477632548000102 ], [ 2.770197387000053, 7.514271139000058 ], [ 2.7406384680001, 7.549359437000092 ], [ 2.720588012000064, 7.586566467000097 ], [ 2.715317017000132, 7.62578887900 [...]
+{ "type": "Feature", "properties": { "ISO": "NG-OY", "NAME_1": "Oyo" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 2.671694505000062, 7.893434477000113 ], [ 2.671081990000118, 7.89791697200009 ], [ 2.673355753000124, 7.905565084000074 ], [ 2.683587687000113, 7.924633688000057 ], [ 2.687101684000055, 7.933522034000077 ], [ 2.690925741000115, 7.996567281000097 ], [ 2.703534790000049, 8.059896749000103 ], [ 2.705705200000125, 8.119686381000051 ], [ 2.708392375000045, 8.1379798380 [...]
+{ "type": "Feature", "properties": { "ISO": "NG-LA", "NAME_1": "Lagos" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 2.703841289342392, 6.368351672675914 ], [ 2.704258260000131, 6.429298605000071 ], [ 2.71192043468028, 6.47404783533932 ], [ 2.717798292956843, 6.473455308016014 ], [ 2.751181267601396, 6.470664780954849 ], [ 2.784770948720279, 6.47379120480025 ], [ 2.810712518168145, 6.465574653247643 ], [ 2.835930617204212, 6.466944077906874 ], [ 2.86249230337711, 6.48461741805 [...]
+{ "type": "Feature", "properties": { "ISO": "NG-BO", "NAME_1": "Borno" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 13.607313680000061, 13.704100037000075 ], [ 13.836111084000123, 13.391044210000018 ], [ 14.0649084880001, 13.077988383000061 ], [ 14.121132446000075, 12.811790161500085 ], [ 14.177356404000136, 12.545591940000094 ], [ 14.178699992000105, 12.468335673000112 ], [ 14.180216224000048, 12.463530383000062 ], [ 14.185417928000049, 12.447044983000126 ], [ 14.18510787000 [...]
+{ "type": "Feature", "properties": { "ISO": "NG-AD", "NAME_1": "Adamawa" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 13.749838822000129, 10.942441823000138 ], [ 13.744411254000113, 10.930496725000069 ], [ 13.566282593000011, 10.679013367000039 ], [ 13.53879073000013, 10.621419983000095 ], [ 13.50127364100004, 10.496337179000108 ], [ 13.467167196000077, 10.307589010000115 ], [ 13.444842976000103, 10.245473938000131 ], [ 13.44453291800005, 10.232477315000025 ], [ 13.4513542070 [...]
+{ "type": "Feature", "properties": { "ISO": "NG-TA", "NAME_1": "Taraba" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 11.903545282788571, 7.453556829983711 ], [ 11.84473392700005, 7.396397197000042 ], [ 11.782722209000099, 7.304516500000062 ], [ 11.762465047000092, 7.285551249000108 ], [ 11.744585001000132, 7.272167054000079 ], [ 11.736626831000081, 7.263278707000069 ], [ 11.742414592000046, 7.257439270000077 ], [ 11.766185750000119, 7.252943421000055 ], [ 11.780241740000122,  [...]
+{ "type": "Feature", "properties": { "ISO": "NG-BE", "NAME_1": "Benue" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 9.644805967921059, 6.521225529734409 ], [ 9.632672567000043, 6.521153463000118 ], [ 9.603010294000057, 6.515184835000099 ], [ 9.588127482000118, 6.502730814000117 ], [ 9.564769735000084, 6.458599142000125 ], [ 9.548956747000091, 6.44317372600004 ], [ 9.528596232000041, 6.43301930800007 ], [ 9.488590225658356, 6.41820809492765 ], [ 9.488444451849944, 6.4184457461 [...]
+{ "type": "Feature", "properties": { "ISO": "NG-CR", "NAME_1": "Cross River" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 9.488590225658356, 6.41820809492765 ], [ 9.482604207000065, 6.415991923000135 ], [ 9.453148641000041, 6.397672628000066 ], [ 9.422866252000119, 6.339355774000126 ], [ 9.394960978000142, 6.322535095000148 ], [ 9.379147990000121, 6.321604920000098 ], [ 9.366538940000112, 6.322690125000094 ], [ 9.354756713000114, 6.32150156700007 ], [ 9.341010783000087, 6.313 [...]
+{ "type": "Feature", "properties": { "ISO": "NG-SO", "NAME_1": "Sokoto" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 5.521760701000062, 13.880290832000057 ], [ 5.554316854000092, 13.873417867000086 ], [ 5.837348673500145, 13.76374755900008 ], [ 6.120380493000113, 13.654077251000089 ], [ 6.129475545000076, 13.649064637000023 ], [ 6.135780069000106, 13.64366445000006 ], [ 6.142394653000082, 13.640822246000084 ], [ 6.152833293000128, 13.643561097000116 ], [ 6.210607543000037, 13 [...]
+{ "type": "Feature", "properties": { "ISO": "NG-ZA", "NAME_1": "Zamfara" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 6.753879128618905, 13.17489966698605 ], [ 6.778686564000083, 13.13028493300007 ], [ 6.83790775500006, 13.06349314400012 ], [ 6.874184611000118, 13.030497742000051 ], [ 6.906637410000144, 13.00685577400013 ], [ 6.937126505000037, 12.995409444000117 ], [ 6.970509481000107, 12.991843771000049 ], [ 7.04492354300001, 12.992205506000047 ], [ 7.062920947843452, 12.99 [...]
+{ "type": "Feature", "properties": { "ISO": "NG-YO", "NAME_1": "Yobe" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 10.771311076000103, 13.382698466000051 ], [ 10.953005412000067, 13.36189870200009 ], [ 11.440004110000075, 13.364430848000083 ], [ 11.742311238000127, 13.289448344000022 ], [ 11.852795451000134, 13.245394186000041 ], [ 11.99190840600005, 13.1620917770001 ], [ 12.038003784000068, 13.126357524000099 ], [ 12.057640828000103, 13.116771546000095 ], [ 12.11644860900008 [...]
+{ "type": "Feature", "properties": { "ISO": "NG-KT", "NAME_1": "Katsina" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 7.823997436000099, 13.345284729000085 ], [ 8.077522013000078, 13.310015564000096 ], [ 8.105117228000069, 13.299654440000083 ], [ 8.11658939600008, 13.291050314000046 ], [ 8.140050496000072, 13.269113668000088 ], [ 8.167645711000148, 13.252370504000041 ], [ 8.201442098000143, 13.22637725800007 ], [ 8.216014852000114, 13.219607646000043 ], [ 8.245677124000082, 1 [...]
+{ "type": "Feature", "properties": { "ISO": "NG-JI", "NAME_1": "Jigawa" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 8.977871813000093, 12.843182822000088 ], [ 9.269387248000015, 12.809787699000083 ], [ 9.306490926000095, 12.809839376000099 ], [ 9.359821004000082, 12.82459299700011 ], [ 9.377907756000099, 12.825781555000034 ], [ 9.590297892000109, 12.801390280000106 ], [ 9.611485229000067, 12.802940572000125 ], [ 9.61840987100004, 12.8057827760001 ], [ 9.629261922000097, 12.8 [...]
+{ "type": "Feature", "properties": { "ISO": "NG-ON", "NAME_1": "Ondo" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 5.003019892439455, 5.854780323918946 ], [ 4.885915561000047, 6.006537177000041 ], [ 4.865489129000082, 6.025620835000041 ], [ 4.826182488000086, 6.042547919000071 ], [ 4.80795332100007, 6.063055731000077 ], [ 4.782725457000083, 6.102525132000039 ], [ 4.74781334700009, 6.138861395000049 ], [ 4.717051629000082, 6.163641669000071 ], [ 4.641856316000087, 6.2108828800 [...]
+{ "type": "Feature", "properties": { "ISO": "NG-DE", "NAME_1": "Delta" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 5.46019973562926, 5.133790163185495 ], [ 5.454274936000047, 5.149115302000041 ], [ 5.475596550000091, 5.147040106000077 ], [ 5.49586022200009, 5.142320054000038 ], [ 5.488536004000082, 5.154201565000051 ], [ 5.461192254000082, 5.184149481000077 ], [ 5.45085696700005, 5.190130927000041 ], [ 5.447113477000073, 5.185939846000053 ], [ 5.448008660000085, 5.1676292990 [...]
+{ "type": "Feature", "properties": { "ISO": "NG-BY", "NAME_1": "Bayelsa" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 6.722640460276228, 4.591381705477214 ], [ 6.717133009000065, 4.58462148600006 ], [ 6.701833530000044, 4.542547919000071 ], [ 6.69507897200009, 4.497219143000052 ], [ 6.701914910000085, 4.463934637000079 ], [ 6.697520379000082, 4.455633856000077 ], [ 6.69703209700009, 4.435980536000045 ], [ 6.69507897200009, 4.422919012000079 ], [ 6.685720248000052, 4.445461330 [...]
+{ "type": "Feature", "properties": { "ISO": "NG-RI", "NAME_1": "Rivers" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 7.533525717238035, 4.702694302899772 ], [ 7.527842644000089, 4.698553778000075 ], [ 7.520518425000091, 4.68976471600007 ], [ 7.517425977000073, 4.679917710000041 ], [ 7.519704623000052, 4.665106512000079 ], [ 7.52279707100007, 4.654120184000078 ], [ 7.522715691000087, 4.644110419000071 ], [ 7.514414910000085, 4.632147528000075 ], [ 7.514170769000089, 4.6 [...]
+{ "type": "Feature", "properties": { "ISO": "NG-AK", "NAME_1": "Akwa Ibom" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 8.299208162895622, 4.782341321973612 ], [ 8.304942254000082, 4.777329820000091 ], [ 8.31999759200005, 4.734361070000091 ], [ 8.332367384000065, 4.717759507000039 ], [ 8.328949415000068, 4.711493231000077 ], [ 8.320974155000044, 4.689154364000046 ], [ 8.319509311000047, 4.679917710000041 ], [ 8.323496941000087, 4.665594794000071 ], [ 8.333181186000047, 4.6599 [...]
+{ "type": "Feature", "properties": { "ISO": "NG-AB", "NAME_1": "Abia" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 7.877793409937908, 5.690273139094074 ], [ 7.894329867629267, 5.644642848788408 ], [ 7.88554487529575, 5.58883230216901 ], [ 7.908385858420615, 5.483644923774193 ], [ 7.957065057306522, 5.39148000739641 ], [ 7.944559360126334, 5.356133327990676 ], [ 7.897120395589752, 5.364969998066954 ], [ 7.845133904805834, 5.40556183481084 ], [ 7.788806593349591, 5.436955268071 [...]
+{ "type": "Feature", "properties": { "ISO": "NG-EB", "NAME_1": "Ebonyi" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 8.291928337922457, 6.67558767303268 ], [ 8.306397738964449, 6.620448919981641 ], [ 8.344534946330668, 6.576963202489765 ], [ 8.357454053761558, 6.566369534126693 ], [ 8.371613397340411, 6.557842922412931 ], [ 8.379158156223923, 6.548256944402453 ], [ 8.382258741647604, 6.536888128784085 ], [ 8.399622023437644, 6.51792287833814 ], [ 8.40416954878566, 6.486839504 [...]
+{ "type": "Feature", "properties": { "ISO": "NG-AN", "NAME_1": "Anambra" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 6.605726352589102, 5.723165188222822 ], [ 6.609447055637077, 5.765798244992993 ], [ 6.616061639433099, 5.792747503894191 ], [ 6.625983514227812, 5.818508206188767 ], [ 6.645413852667161, 5.85269216651028 ], [ 6.685308058320231, 5.905763862012634 ], [ 6.689028761368206, 5.91429047282702 ], [ 6.690475702191918, 5.923643906840823 ], [ 6.689028761368206, 5.9410330 [...]
+{ "type": "Feature", "properties": { "ISO": "NG-ED", "NAME_1": "Edo" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 6.676729770662348, 6.535105292075571 ], [ 6.645620558242172, 6.497381496758635 ], [ 6.617198520994918, 6.487821357169878 ], [ 6.581851840689865, 6.494100043282344 ], [ 6.545988397346662, 6.493324896926424 ], [ 6.485423618005541, 6.467383328377878 ], [ 6.363777297184527, 6.394545395853299 ], [ 6.269106072786997, 6.35563304303048 ], [ 6.242751092189167, 6.3391999372 [...]
+{ "type": "Feature", "properties": { "ISO": "NG-BA", "NAME_1": "Bauchi" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 10.999153272705371, 9.586314399290075 ], [ 10.930320264968259, 9.602644151406423 ], [ 10.864277785191632, 9.591688747837452 ], [ 10.740771112396885, 9.534457098816063 ], [ 10.61406049959237, 9.530607205458125 ], [ 10.560420363309106, 9.496655789133342 ], [ 10.529311150888873, 9.50913564699249 ], [ 10.362396274068772, 9.611894233532041 ], [ 9.87229699061362, 9.8 [...]
+{ "type": "Feature", "properties": { "ISO": "NG-PL", "NAME_1": "Plateau" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 10.560420363309106, 9.496655789133342 ], [ 10.582021112084647, 9.448364162975736 ], [ 10.588842400556302, 9.395912584198413 ], [ 10.581090936097837, 9.331627101809261 ], [ 10.592253045241819, 9.257032171897208 ], [ 10.600624627324692, 9.227344061878966 ], [ 10.61695438034036, 9.200058905294213 ], [ 10.645996535211907, 9.105077623433544 ], [ 10.645893182424402, [...]
+{ "type": "Feature", "properties": { "ISO": "NG-NA", "NAME_1": "Nassarawa" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 9.615465122117655, 8.351170152480563 ], [ 9.588283319219784, 8.308149522082772 ], [ 9.547458936680584, 8.282001247959215 ], [ 9.519243605008342, 8.28073517518817 ], [ 9.490821566861825, 8.284869290285485 ], [ 9.461055941578422, 8.293421739521648 ], [ 9.432530552443041, 8.298356838497284 ], [ 9.409276157268835, 8.310707506046526 ], [ 9.359976840758577, 8.3272 [...]
+{ "type": "Feature", "properties": { "ISO": "NG-GO", "NAME_1": "Gombe" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 11.068606398066777, 9.58639191275654 ], [ 11.075014276287789, 9.610421454286666 ], [ 11.052896762675459, 9.638249213230608 ], [ 11.024268018953876, 9.695558375718463 ], [ 11.008041619625033, 9.757595933405582 ], [ 11.001323683041505, 9.822036445425624 ], [ 10.971351353082468, 9.88784638120552 ], [ 10.765059035446143, 10.039361680996763 ], [ 10.723614536181913, 1 [...]
+{ "type": "Feature", "properties": { "ISO": "NG-EN", "NAME_1": "Enugu" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 7.493734164699902, 7.074452216096859 ], [ 7.503656040393935, 7.034144599293825 ], [ 7.542413363585865, 6.95464040792848 ], [ 7.569801872958067, 6.920533961972751 ], [ 7.603184849401259, 6.889166368033443 ], [ 7.640391879881349, 6.862113756344741 ], [ 7.678425733560744, 6.843794460146228 ], [ 7.718940056838164, 6.848574530390238 ], [ 7.74849897564718, 6.870666205 [...]
+{ "type": "Feature", "properties": { "ISO": "NG-KO", "NAME_1": "Kogi" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 7.66602339006738, 8.025711981822496 ], [ 7.660442335945049, 7.968196111960992 ], [ 7.663232863006215, 7.91535696045537 ], [ 7.675738560186403, 7.864920763282612 ], [ 7.705194126207971, 7.821357530525574 ], [ 7.734546340341296, 7.792056993235633 ], [ 7.754286737143218, 7.756219387414774 ], [ 7.758524204128719, 7.720045884809736 ], [ 7.756147088217517, 7.6045490579 [...]
+{ "type": "Feature", "properties": { "ISO": "NG-OS", "NAME_1": "Osun" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 4.176934035077636, 7.05889761033643 ], [ 4.168769158569773, 7.104140326115157 ], [ 4.147891880206089, 7.146179104582018 ], [ 4.077095167707796, 7.112434393832189 ], [ 4.145514764294944, 7.474350287036089 ], [ 4.139933709273237, 7.50212637003591 ], [ 4.120296665258877, 7.525923367569362 ], [ 4.104276970605724, 7.557549343027745 ], [ 4.082469517154493, 7.5854546172 [...]
+{ "type": "Feature", "properties": { "ISO": "NG-IM", "NAME_1": "Imo" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 6.668461541367037, 5.477340400139326 ], [ 6.632701449911963, 5.479872544782097 ], [ 6.626190219802766, 5.502041734338547 ], [ 6.657092725748669, 5.659603176245582 ], [ 6.668771599729553, 5.694278062082901 ], [ 6.735744256392309, 5.747685655268754 ], [ 6.813258904574752, 5.76902802252522 ], [ 6.856253695651503, 5.750812079114155 ], [ 6.895837842942058, 5.7620258651 [...]
+{ "type": "Feature", "properties": { "ISO": "NG-EK", "NAME_1": "Ekiti" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 5.536024204253636, 8.069585272941993 ], [ 5.516077100977441, 8.041679998732945 ], [ 5.517627393689281, 7.999460354012115 ], [ 5.53664432097861, 7.992406521543728 ], [ 5.563722771988353, 8.008348700032457 ], [ 5.599792921805886, 8.01674612143637 ], [ 5.636793246710965, 8.02036347079752 ], [ 5.65539676285033, 8.017805486833765 ], [ 5.670176222254838, 8.00710846658 [...]
+{ "type": "Feature", "properties": { "ISO": "NG-KD", "NAME_1": "Kaduna" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 8.741306593424554, 10.549046332522209 ], [ 8.730351189855526, 10.483417262996284 ], [ 8.696658155949137, 10.423756822119628 ], [ 8.710197381004321, 10.397634386417792 ], [ 8.740273064650182, 10.381588853342919 ], [ 8.763837518186904, 10.360039781410762 ], [ 8.785024854913104, 10.335648505574056 ], [ 8.775516392167731, 10.306761379434079 ], [ 8.771175570596085,  [...]
+{ "type": "Feature", "properties": { "ISO": "NG-KN", "NAME_1": "Kano" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 9.224687941195498, 11.342434597078977 ], [ 9.149240349662421, 11.3116871198647 ], [ 9.130843539997386, 11.308147283969959 ], [ 9.113686964681676, 11.316570542896216 ], [ 9.098804151590286, 11.326234036171797 ], [ 9.031934848614355, 11.296080837260831 ], [ 8.929615513445185, 11.19104848939628 ], [ 8.890238070830264, 11.133455105168935 ], [ 8.863159620719898, 11.10 [...]
+{ "type": "Feature", "properties": { "ISO": "NG-FC", "NAME_1": "Federal Capital Territory" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 6.978106723846224, 8.411760769344028 ], [ 6.969218376926563, 8.410804754935498 ], [ 6.933458286370808, 8.404706935976321 ], [ 6.896251254991398, 8.408737698286131 ], [ 6.834963006137798, 8.406773993524951 ], [ 6.789384392675572, 8.412096666128207 ], [ 6.765096469626371, 8.454367986793159 ], [ 6.758998650667195, 8.472248033419987 ], [ 6.749593 [...]
+]
+}
diff --git a/superset-frontend/plugins/legacy-plugin-chart-country-map/src/countries/oman.geojson b/superset-frontend/plugins/legacy-plugin-chart-country-map/src/countries/oman.geojson
new file mode 100644
index 0000000..0ab5b99
--- /dev/null
+++ b/superset-frontend/plugins/legacy-plugin-chart-country-map/src/countries/oman.geojson
@@ -0,0 +1,17 @@
+{
+"type": "FeatureCollection",
+"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
+"features": [
+{ "type": "Feature", "properties": { "ISO": "OM-MU", "NAME_1": "Musandam" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 56.349122902799706, 25.294024581369342 ], [ 56.344375419000073, 25.266527936000031 ], [ 56.316425744000071, 25.253354775000034 ], [ 56.293149743000129, 25.245846388000089 ], [ 56.281763143000092, 25.23691029900003 ], [ 56.252204224000081, 25.217634990000093 ], [ 56.235771118000116, 25.211175435000129 ], [ 56.219958130000123, 25.21525787400013 ], [ 56.2 [...]
+{ "type": "Feature", "properties": { "ISO": "OM-BA", "NAME_1": "Al Batnah North" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 56.077951294000115, 24.729757792000029 ], [ 56.099138632000063, 24.730507100000025 ], [ 56.118258912000044, 24.735416362000066 ], [ 56.127250610000033, 24.745699972000054 ], [ 56.13334842900008, 24.762830709000113 ], [ 56.154845825000109, 24.786705221000105 ], [ 56.171175577000042, 24.823989766000025 ], [ 56.17136626700011, 24.82406878500008 ], [ 56.18 [...]
+{ "type": "Feature", "properties": { "ISO": "OM-BU", "NAME_1": "Al Buraymi" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 55.935427694000111, 24.977727152000099 ], [ 55.975872913000046, 24.972112462000055 ], [ 55.978422486000056, 24.971758525000084 ], [ 56.005604289000075, 24.956178080000043 ], [ 56.016973104000044, 24.926619162000108 ], [ 56.025252234000106, 24.882562365000084 ], [ 56.029272095000067, 24.861170959000034 ], [ 56.005294230000061, 24.876983948000131 ], [ 55.9923 [...]
+{ "type": "Feature", "properties": { "ISO": "OM-ZA", "NAME_1": "Al Dhahira" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 55.186842895000098, 22.703576559000098 ], [ 55.197591593000141, 22.849459127000031 ], [ 55.191287069000111, 22.995367534000067 ], [ 55.191287069000111, 22.995470886000092 ], [ 55.194801066000082, 23.025081482000061 ], [ 55.225910279000118, 23.121251322000077 ], [ 55.321098266000092, 23.27509206100008 ], [ 55.343215780000094, 23.33627695700001 ], [ 55.364093 [...]
+{ "type": "Feature", "properties": { "ISO": "OM-ZU", "NAME_1": "Dhofar" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 51.985688748836651, 18.979731806277812 ], [ 51.978614950000122, 18.995637513000119 ], [ 52.089925984000047, 19.03263783800007 ], [ 52.261078328000053, 19.089688620000075 ], [ 52.432127319000131, 19.14673940100009 ], [ 52.603124633000107, 19.203790181000088 ], [ 52.774380330000042, 19.260789286000076 ], [ 52.945532674000106, 19.31786590600008 ], [ 53.1165 [...]
+{ "type": "Feature", "properties": { "ISO": "OM-WU", "NAME_1": "Al Wusta" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 55.344623599000045, 21.096908734000053 ], [ 55.35747847500005, 21.135558573000068 ], [ 55.410188436000055, 21.29446360300004 ], [ 55.459591105000129, 21.443033346 ], [ 55.503826131000039, 21.576151836000079 ], [ 55.541239868000105, 21.688651428000028 ], [ 55.570075318000136, 21.775416158000027 ], [ 55.588575480000031, 21.831226705000077 ], [ 55.59519006400006 [...]
+{ "type": "Feature", "properties": { "ISO": "OM-SH", "NAME_1": "Ash Sharqiyah South" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 59.483897331996218, 22.618841864260617 ], [ 59.506846550000034, 22.600083726000037 ], [ 59.529795769000032, 22.587876695000091 ], [ 59.535492384000065, 22.583075262000079 ], [ 59.53646894600007, 22.57257721600007 ], [ 59.530446811000047, 22.570054429000038 ], [ 59.521983269000032, 22.572170315000051 ], [ 59.515635613000086, 22.57558828300005 [...]
+{ "type": "Feature", "properties": { "ISO": "OM-SS", "NAME_1": "Ash Sharqiyah North" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 59.259126967640995, 22.890434585574699 ], [ 59.286143425000034, 22.82648346600007 ], [ 59.289805535000085, 22.812079169000071 ], [ 59.297536655000044, 22.792710679000038 ], [ 59.315684441000087, 22.779486395000049 ], [ 59.351817254000082, 22.76117584800005 ], [ 59.391612175000034, 22.702215887000079 ], [ 59.397227410000085, 22.686102606000077 ], [  [...]
+{ "type": "Feature", "properties": { "ISO": "OM-MA", "NAME_1": "Muscat" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 58.131602410000085, 23.713324286000045 ], [ 58.193207227000073, 23.689357815000051 ], [ 58.21029707100007, 23.685980536000045 ], [ 58.227386915000068, 23.67914459800005 ], [ 58.264170769000032, 23.64484284100007 ], [ 58.282399936000047, 23.631415106000077 ], [ 58.317230665000068, 23.620917059000078 ], [ 58.363536004000082, 23.61554596600007 ], [ 58.411957227000 [...]
+{ "type": "Feature", "properties": { "ISO": "OM-BJ", "NAME_1": "Al Batnah South" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 57.532683248453914, 23.829590892655979 ], [ 57.586436394000032, 23.807440497000073 ], [ 57.645192905000044, 23.790432033000059 ], [ 57.686778191000087, 23.783351955000057 ], [ 57.709727410000085, 23.782212632000039 ], [ 57.777354363000086, 23.785956122000073 ], [ 57.795746290000068, 23.782212632000039 ], [ 57.824392123000052, 23.747626044000071 ], [ 57 [...]
+{ "type": "Feature", "properties": { "ISO": "OM-DA", "NAME_1": "Ad Dakhliyah" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 58.082347960290122, 21.710617585732962 ], [ 58.177978957362939, 21.397350572570872 ], [ 58.289910108964307, 21.095560208237032 ], [ 57.972100050876634, 21.248109035903269 ], [ 56.325585564722019, 22.015271511071376 ], [ 56.523713005850539, 22.253784085167354 ], [ 56.682773065424612, 22.697477931960975 ], [ 56.874699334806451, 23.490711167786174 ], [ 57.16 [...]
+]
+}
diff --git a/superset-frontend/plugins/legacy-plugin-chart-country-map/src/countries/pakistan.geojson b/superset-frontend/plugins/legacy-plugin-chart-country-map/src/countries/pakistan.geojson
new file mode 100644
index 0000000..4be55dd
--- /dev/null
+++ b/superset-frontend/plugins/legacy-plugin-chart-country-map/src/countries/pakistan.geojson
@@ -0,0 +1,14 @@
+{
+"type": "FeatureCollection",
+"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
+"features": [
+{ "type": "Feature", "properties": { "ISO": "PK-GB", "NAME_1": "Northern Areas" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 75.976811399000098, 36.461755995000075 ], [ 75.981082732000118, 36.445443571000069 ], [ 75.987433716000055, 36.421188863000069 ], [ 75.968623495000031, 36.341813864000088 ], [ 75.968830200000127, 36.301971334000072 ], [ 75.976581665000083, 36.286985169 ], [ 76.001696411000125, 36.261457011000076 ], [ 76.011928345000115, 36.248124491000041 ], [ 76.014408 [...]
+{ "type": "Feature", "properties": { "ISO": "PK-KP", "NAME_1": "K.P." }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 73.64008345600007, 36.89663787800005 ], [ 73.70948256500003, 36.89422106100001 ], [ 73.711128302000134, 36.894163748000054 ], [ 73.711334904000068, 36.894156553000087 ], [ 73.711841990615369, 36.894138894394416 ], [ 73.711706990685059, 36.893201396127495 ], [ 73.708916462724517, 36.873822734531529 ], [ 73.711558153785745, 36.861788368438454 ], [ 73.71165679142774 [...]
+{ "type": "Feature", "properties": { "ISO": "PK-TA", "NAME_1": "F.A.T.A." }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 71.047528524000143, 34.55112213200006 ], [ 71.065821981000113, 34.558460185000044 ], [ 71.076570679000042, 34.578510641 ], [ 71.07987797100003, 34.602901916000022 ], [ 71.076260620000141, 34.623624166000056 ], [ 71.068767537000042, 34.645948385000011 ], [ 71.070162801000095, 34.661244609000065 ], [ 71.080601441000056, 34.672923483000048 ], [ 71.15093306500006 [...]
+{ "type": "Feature", "properties": { "ISO": "PK-BA", "NAME_1": "Baluchistan" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 68.977267293000068, 31.641480611000091 ], [ 69.004035685000133, 31.651092428000098 ], [ 69.040105835000134, 31.673106588000067 ], [ 69.071628458000077, 31.697859599000097 ], [ 69.084754272000055, 31.715791321000083 ], [ 69.100050497000097, 31.724007874 ], [ 69.114313192000111, 31.737753804000036 ], [ 69.223763876000135, 31.881931051000024 ], [ 69.250945679 [...]
+{ "type": "Feature", "properties": { "ISO": "PK-PB", "NAME_1": "Punjab" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 75.298402936000059, 32.332426605000094 ], [ 75.326905559000068, 32.312473246000096 ], [ 75.352950480000061, 32.284387106000068 ], [ 75.359048299000108, 32.261675314000101 ], [ 75.348609660000079, 32.242012432000067 ], [ 75.316570272000092, 32.210748189000057 ], [ 75.308405395000079, 32.19390167300007 ], [ 75.29807011000014, 32.159795227000117 ], [ 75.2946594650 [...]
+{ "type": "Feature", "properties": { "ISO": "PK-SD", "NAME_1": "Sind" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 70.189027842000087, 27.891790496000098 ], [ 70.101953166000044, 27.811740214000011 ], [ 70.090687704000061, 27.793550110000083 ], [ 70.016893758000037, 27.600590312000051 ], [ 69.99353601100006, 27.571083069000039 ], [ 69.908063192000043, 27.497289124000091 ], [ 69.848015177000036, 27.410369365000051 ], [ 69.730606323000131, 27.310323792000091 ], [ 69.6661 [...]
+{ "type": "Feature", "properties": { "ISO": "PK-JK", "NAME_1": "Azad Kashmir" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 75.224543845000142, 34.638621632000067 ], [ 75.212907349000034, 34.644966532000055 ], [ 75.176320435000093, 34.645379944000055 ], [ 75.111001424000051, 34.633649394000074 ], [ 75.017777140000078, 34.629721985000018 ], [ 74.66493046100004, 34.68832306000003 ], [ 74.412129354000058, 34.764494121000027 ], [ 74.348877400000049, 34.773434143000046 ], [ 74.2858 [...]
+{ "type": "Feature", "properties": { "ISO": "PK-IS", "NAME_1": "F.C.T." }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 72.927466262158248, 33.727450669812526 ], [ 72.97552534431918, 33.735486355111163 ], [ 72.996971062564455, 33.744813950703247 ], [ 73.007358026251893, 33.754684150453159 ], [ 73.016194696328114, 33.761789658865666 ], [ 73.0313875668827, 33.771143092879413 ], [ 73.043376499226042, 33.775303046398449 ], [ 73.051127963684564, 33.777111721528684 ], [ 73.08849002469 [...]
+]
+}
diff --git a/superset-frontend/plugins/legacy-plugin-chart-country-map/src/countries/philippines.geojson b/superset-frontend/plugins/legacy-plugin-chart-country-map/src/countries/philippines.geojson
new file mode 100644
index 0000000..0c7768e
--- /dev/null
+++ b/superset-frontend/plugins/legacy-plugin-chart-country-map/src/countries/philippines.geojson
@@ -0,0 +1,124 @@
+{
+"type": "FeatureCollection",
+"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
+"features": [
+{ "type": "Feature", "properties": { "ISO": "PH-SLU", "NAME_1": "Sulu" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 120.860687696000014, 5.574367580000057 ], [ 120.873057488000086, 5.572414455000057 ], [ 120.889984571000014, 5.557928778000075 ], [ 120.904551629000025, 5.538031317000048 ], [ 120.909190300000091, 5.519720770000049 ], [ 120.897797071000014, 5.498521226000094 ], [ 120.879893425000091, 5.495754299000055 ], [ 120.85084069100003, 5.505438544000071 ], [ 120.84 [...]
+{ "type": "Feature", "properties": { "ISO": "PH-DAV", "NAME_1": "Davao del Norte" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 125.791270379000025, 6.948187567000048 ], [ 125.793711785000028, 6.939520575000074 ], [ 125.789724155000044, 6.928778387000079 ], [ 125.783946160000028, 6.91742584800005 ], [ 125.776866082000083, 6.894029039000088 ], [ 125.767751498000052, 6.898871161000045 ], [ 125.753672722000033, 6.917466539000088 ], [ 125.74537194100003, 6.93695709800005 ], [...]
+{ "type": "Feature", "properties": { "ISO": "PH-ZSI", "NAME_1": "Zamboanga Sibugay" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 122.971690300000091, 7.383612372000073 ], [ 122.951670769000089, 7.386419989000046 ], [ 122.944509311000047, 7.389837958000044 ], [ 122.950531446000014, 7.373480536000045 ], [ 122.952321811000047, 7.363511460000041 ], [ 122.950694207000083, 7.355698960000041 ], [ 122.943532748000052, 7.349269924000055 ], [ 122.93677819100003, 7.34857819200004 [...]
+{ "type": "Feature", "properties": { "ISO": "PH-PLW", "NAME_1": "Palawan" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 121.252452019000089, 9.63117096600007 ], [ 121.256846550000091, 9.627346096000053 ], [ 121.257172071000014, 9.62445709800005 ], [ 121.234629754000025, 9.594305731000077 ], [ 121.223643425000091, 9.583319403000075 ], [ 121.210948113000086, 9.575873114000046 ], [ 121.213552280000044, 9.584377346000053 ], [ 121.223643425000091, 9.605698960000041 ], [ 121. [...]
+{ "type": "Feature", "properties": { "ISO": "PH-SUN", "NAME_1": "Surigao del Norte" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 125.990244988000086, 9.685736395000049 ], [ 126.001475457000083, 9.676743882000039 ], [ 125.997569207000083, 9.656073309000078 ], [ 125.980235222000033, 9.61749909100007 ], [ 125.985118035000028, 9.605658270000049 ], [ 125.984141472000033, 9.589504299000055 ], [ 125.978526238000086, 9.575181382000039 ], [ 125.969411655000044, 9.56907786700009 [...]
+{ "type": "Feature", "properties": { "ISO": "PH-SUR", "NAME_1": "Surigao del Sur" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 125.934092644000089, 9.492336330000057 ], [ 125.93873131600003, 9.483710028000075 ], [ 125.940440300000091, 9.475002346000053 ], [ 125.948985222000033, 9.463080145000049 ], [ 125.95240319100003, 9.453029690000051 ], [ 125.963389519000089, 9.472479559000078 ], [ 125.965993686000047, 9.480292059000078 ], [ 125.972829623000052, 9.480292059000078 ], [ 125 [...]
+{ "type": "Feature", "properties": { "ISO": "PH-AGN", "NAME_1": "Agusan del Norte" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 125.516612175000091, 9.01593659100007 ], [ 125.526540561000047, 9.026190497000073 ], [ 125.534515821000014, 9.048976955000057 ], [ 125.54070071700005, 9.084051825000074 ], [ 125.542002800000091, 9.189195054000038 ], [ 125.539317254000025, 9.206691799000055 ], [ 125.533213738000086, 9.217596747000073 ], [ 125.526052280000044, 9.226955471000053  [...]
+{ "type": "Feature", "properties": { "ISO": "PH-AGN", "NAME_1": "Butuan" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 125.4411727218436, 8.980414130207919 ], [ 125.46216881600003, 8.985174872000073 ], [ 125.516612175000091, 9.01593659100007 ], [ 125.709619907432739, 9.014830564379054 ], [ 125.692951127092783, 8.957445598935237 ], [ 125.662149388383568, 8.876591035048193 ], [ 125.671133228915323, 8.832955238693273 ], [ 125.673700039724963, 8.800870093679862 ], [ 125.5132743182 [...]
+{ "type": "Feature", "properties": { "ISO": "PH-MSR", "NAME_1": "Misamis Oriental" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 124.753184440809264, 8.561712958386295 ], [ 124.757334832000083, 8.56907786700009 ], [ 124.769786004000025, 8.586330471000053 ], [ 124.773610873000052, 8.59642161700009 ], [ 124.771494988000086, 8.61587148600006 ], [ 124.751475457000083, 8.650458075000074 ], [ 124.746348504000025, 8.670965887000079 ], [ 124.75123131600003, 8.692775783000059 ], [...]
+{ "type": "Feature", "properties": { "ISO": "PH-MSR", "NAME_1": "Cagayan de Oro" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 124.57154381569444, 8.528143621730749 ], [ 124.582530144000089, 8.520697333000044 ], [ 124.599945509, 8.516180731000077 ], [ 124.65748131600003, 8.514553127000056 ], [ 124.648448113000086, 8.496323960000041 ], [ 124.640961134, 8.47601959800005 ], [ 124.636485222000033, 8.454291083000044 ], [ 124.636485222000033, 8.43195221600007 ], [ 124.64332116000002 [...]
+{ "type": "Feature", "properties": { "ISO": "PH-LAN", "NAME_1": "Iligan" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 124.232269727000016, 8.212876695000091 ], [ 124.242442254000025, 8.22532786700009 ], [ 124.258067254000025, 8.255926825000074 ], [ 124.270274285000028, 8.27094147300005 ], [ 124.27466881600003, 8.281073309000078 ], [ 124.27076256600003, 8.291449286000045 ], [ 124.263926629000025, 8.301825262000079 ], [ 124.260427280000044, 8.311916408000059 ], [ 124.2616927403 [...]
+{ "type": "Feature", "properties": { "ISO": "PH-LAN", "NAME_1": "Lanao del Norte" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 123.688967319685958, 7.968299464748497 ], [ 123.70085696700005, 7.976467190000051 ], [ 123.704844597000033, 7.980129299000055 ], [ 123.740977410000028, 8.000433661000045 ], [ 123.873708530000044, 8.105169989000046 ], [ 123.88640384200005, 8.109198309000078 ], [ 123.90748131600003, 8.113226630000042 ], [ 123.922048373000052, 8.123236395000049 ], [ 123. [...]
+{ "type": "Feature", "properties": { "ISO": "PH-ZAS", "NAME_1": "Zamboanga del Sur" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 123.677582227000016, 8.010606187000064 ], [ 123.677500847000033, 8.010199286000045 ], [ 123.676442905000044, 8.000067450000074 ], [ 123.671722852000016, 7.980658270000049 ], [ 123.670664910000028, 7.969224351000037 ], [ 123.670746290000011, 7.969183661000045 ], [ 123.672129754000025, 7.967759507000039 ], [ 123.676442905000044, 7.963364976000037 ], [ [...]
+{ "type": "Feature", "properties": { "ISO": "PH-MSC", "NAME_1": "Misamis Occidental" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 123.54900149762102, 8.618841864360547 ], [ 123.561371290000011, 8.613836981000077 ], [ 123.56763756600003, 8.61009349200009 ], [ 123.571787957000083, 8.604681708000044 ], [ 123.58130944100003, 8.582831122000073 ], [ 123.590993686000047, 8.592759507000039 ], [ 123.592539910000028, 8.60228099200009 ], [ 123.592133009, 8.612372137000079 ], [ 123.59498 [...]
+{ "type": "Feature", "properties": { "ISO": "PH-ZAN", "NAME_1": "Zamboanga del Norte" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 121.904275939493957, 7.154397057234028 ], [ 121.933441602000016, 7.217922268000052 ], [ 122.005381707000083, 7.279974677000041 ], [ 122.038910352000016, 7.295599677000041 ], [ 122.046885613000086, 7.30109284100007 ], [ 122.051036004000025, 7.307806708000044 ], [ 122.053477410000028, 7.316880601000094 ], [ 122.051768425000091, 7.324896552000041 ],  [...]
+{ "type": "Feature", "properties": { "ISO": "PH-ZAN", "NAME_1": "Zamboanga" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 122.359873894000089, 7.472845770000049 ], [ 122.347992384, 7.452541408000059 ], [ 122.354258660000028, 7.43040599200009 ], [ 122.36882571700005, 7.41046784100007 ], [ 122.379079623000052, 7.391587632000039 ], [ 122.372569207000083, 7.372748114000046 ], [ 122.363780144000089, 7.362209377000056 ], [ 122.34498131600003, 7.331773179000038 ], [ 122.3335067070000 [...]
+{ "type": "Feature", "properties": { "ISO": "PH-LAS", "NAME_1": "Lanao del Sur" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 124.167313222127405, 7.431845780258527 ], [ 124.163096550000091, 7.439642645000049 ], [ 124.15357506600003, 7.445054429000038 ], [ 124.142425977000016, 7.46124909100007 ], [ 124.095225457000083, 7.56118398600006 ], [ 124.065196160000028, 7.602728583000044 ], [ 124.02076256600003, 7.633490302000041 ], [ 124.01335696700005, 7.634344794000071 ], [ 123.9592 [...]
+{ "type": "Feature", "properties": { "ISO": "PH-MAG", "NAME_1": "Maguindanao" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 124.219248894000089, 7.32094961100006 ], [ 124.220876498000052, 7.346584377000056 ], [ 124.22584069100003, 7.365790106000077 ], [ 124.246755405000044, 7.404120184000078 ], [ 124.232269727000016, 7.414740302000041 ], [ 124.219004754000025, 7.415757554000038 ], [ 124.187754754000025, 7.410345770000049 ], [ 124.176036004000025, 7.415716864000046 ], [ 124.167 [...]
+{ "type": "Feature", "properties": { "ISO": "PH-NCO", "NAME_1": "Cotabato" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 124.18376712295435, 7.226385808558234 ], [ 124.19459069100003, 7.253648179000038 ], [ 124.212738477000016, 7.270575262000079 ], [ 124.219248894000089, 7.279974677000041 ], [ 124.220876498000052, 7.289292710000041 ], [ 124.219248894000089, 7.32094961100006 ], [ 124.251105780307512, 7.314710034340578 ], [ 124.280995494046806, 7.26579959367632 ], [ 124.30545071 [...]
+{ "type": "Feature", "properties": { "ISO": "PH-SUK", "NAME_1": "Sultan Kudarat" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 124.370282343284927, 6.132650245541392 ], [ 124.370127800000091, 6.132717190000051 ], [ 124.24577884200005, 6.186509507000039 ], [ 124.228770379000025, 6.197007554000038 ], [ 124.201670769000089, 6.221747137000079 ], [ 124.189463738000086, 6.24054596600007 ], [ 124.176605665000011, 6.277818101000094 ], [ 124.164805535000028, 6.294338283000059 ], [ 124. [...]
+{ "type": "Feature", "properties": { "ISO": "PH-SAR", "NAME_1": "Sarangani" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 125.112233920000108, 5.953355210000041 ], [ 125.088715040000011, 5.884711005000042 ], [ 125.069102410000028, 5.861721096000053 ], [ 125.049815300000091, 5.861395575000074 ], [ 125.002207879000025, 5.871975002000056 ], [ 124.963633660000028, 5.858587958000044 ], [ 124.93873131600003, 5.863959052000041 ], [ 124.837412957000083, 5.912258205000057 ], [ 1 [...]
+{ "type": "Feature", "properties": { "ISO": "PH-SCO", "NAME_1": "General Santos" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 125.240082227000016, 6.094224351000094 ], [ 125.229258660000028, 6.095404364000046 ], [ 125.191416863000086, 6.095119533000059 ], [ 125.179453972000033, 6.106756903000075 ], [ 125.168955925000091, 6.11196523600006 ], [ 125.15788821700005, 6.108791408000059 ], [ 125.155284050000091, 6.100165106000077 ], [ 125.157725457000083, 6.074286200000074 ], [ 125. [...]
+{ "type": "Feature", "properties": { "ISO": "PH-DAS", "NAME_1": "Davao del Sur" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 125.509938998000052, 7.015570380000042 ], [ 125.487478061000047, 6.978949286000045 ], [ 125.484629754000025, 6.935126044000071 ], [ 125.480642123000052, 6.913234768000052 ], [ 125.469737175000091, 6.903876044000071 ], [ 125.424652540000011, 6.849188544000071 ], [ 125.40357506600003, 6.811835028000075 ], [ 125.388926629000025, 6.76829661700009 ],  [...]
+{ "type": "Feature", "properties": { "ISO": "PH-DAV", "NAME_1": "Davao" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 125.676768425000091, 7.264634507000039 ], [ 125.676605665000011, 7.264471747000073 ], [ 125.668304884, 7.257025458000044 ], [ 125.656911655000044, 7.23704661700009 ], [ 125.65398196700005, 7.215073960000041 ], [ 125.659353061000047, 7.14984772300005 ], [ 125.658050977000016, 7.129136460000041 ], [ 125.654551629000025, 7.119574286000045 ], [ 125.64616946700005,  [...]
+{ "type": "Feature", "properties": { "ISO": "PH-COM", "NAME_1": "Compostela Valley" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 125.954274914064328, 7.047406359831964 ], [ 125.915049675000091, 7.085028387000079 ], [ 125.902598504000025, 7.101141669000071 ], [ 125.897959832000083, 7.116034247000073 ], [ 125.890879754000025, 7.157049872000073 ], [ 125.850596550000091, 7.253892320000091 ], [ 125.849864129000025, 7.294256903000075 ], [ 125.85320071700005, 7.316229559000078 ], [  [...]
+{ "type": "Feature", "properties": { "ISO": "PH-DAO", "NAME_1": "Davao Oriental" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 126.383474155000044, 7.899562893000052 ], [ 126.383067254000025, 7.885687567000048 ], [ 126.391368035000028, 7.858303127000056 ], [ 126.406097852000016, 7.833238023000092 ], [ 126.425303582000083, 7.815008856000077 ], [ 126.454925977000016, 7.797308661000045 ], [ 126.459320509, 7.791693427000041 ], [ 126.463389519000089, 7.781073309000078 ], [ 126.4874 [...]
+{ "type": "Feature", "properties": { "ISO": "PH-SLE", "NAME_1": "Southern Leyte" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 125.295095248000052, 9.970648505000042 ], [ 125.306162957000083, 9.937445380000042 ], [ 125.304942254000025, 9.932806708000044 ], [ 125.296397332000083, 9.929266669000071 ], [ 125.291351759, 9.92218659100007 ], [ 125.285166863000086, 9.916937567000048 ], [ 125.273936394000089, 9.919134833000044 ], [ 125.267425977000016, 9.924505927000041 ], [ 12 [...]
+{ "type": "Feature", "properties": { "ISO": "PH-LEY", "NAME_1": "Leyte" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 124.379730665000011, 10.691310940000051 ], [ 124.385264519000089, 10.679754950000074 ], [ 124.38835696700005, 10.667141018000052 ], [ 124.389984571000014, 10.641302802000041 ], [ 124.378428582000083, 10.628322658000059 ], [ 124.300629102000016, 10.590073960000041 ], [ 124.284353061000047, 10.60382721600007 ], [ 124.288828972000033, 10.616929429000038 ],  [...]
+{ "type": "Feature", "properties": { "ISO": "PH-EAS", "NAME_1": "Eastern Samar" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 125.822032097000033, 10.73468659100007 ], [ 125.831797722000033, 10.720119533000059 ], [ 125.826914910000028, 10.708929755000042 ], [ 125.813649936000047, 10.701849677000041 ], [ 125.798350457000083, 10.699367580000057 ], [ 125.779795769000089, 10.699164130000042 ], [ 125.769379102000016, 10.700384833000044 ], [ 125.76140384200005, 10.70555247600 [...]
+{ "type": "Feature", "properties": { "ISO": "PH-BIL", "NAME_1": "Biliran" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 124.599619988000086, 11.563381252000056 ], [ 124.621429884, 11.553900458000044 ], [ 124.625010613000086, 11.532700914000088 ], [ 124.615977410000028, 11.498195705000057 ], [ 124.609141472000033, 11.486558335000041 ], [ 124.592458530000044, 11.481634833000044 ], [ 124.532399936000047, 11.482570705000057 ], [ 124.50709069100003, 11.488836981000077 ], [ 124.4863 [...]
+{ "type": "Feature", "properties": { "ISO": "PH-WSA", "NAME_1": "Samar" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 124.815196160000028, 11.63226959800005 ], [ 124.821787957000083, 11.621486721000053 ], [ 124.828623894000089, 11.613430080000057 ], [ 124.838877800000091, 11.607855536000045 ], [ 124.856211785000028, 11.60492584800005 ], [ 124.852224155000044, 11.594427802000041 ], [ 124.850108269000089, 11.583726304000038 ], [ 124.849375847000033, 11.560248114000046 ],  [...]
+{ "type": "Feature", "properties": { "ISO": "PH-AUR", "NAME_1": "Aurora" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 122.244639519000089, 16.510565497000073 ], [ 122.238780144000089, 16.504055080000057 ], [ 122.234222852000016, 16.495103257000039 ], [ 122.232188347000033, 16.486517645000049 ], [ 122.231944207000083, 16.466498114000046 ], [ 122.229177280000044, 16.461615302000041 ], [ 122.211436394000089, 16.449408270000049 ], [ 122.204274936000047, 16.434759833000044 ], [ 12 [...]
+{ "type": "Feature", "properties": { "ISO": "PH-QUE", "NAME_1": "Quezon" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 121.446178112323281, 15.207934112507255 ], [ 121.46843509200005, 15.196112372000073 ], [ 121.481455925000091, 15.182521877000056 ], [ 121.48755944100003, 15.163316148000092 ], [ 121.508148634, 15.06281159100007 ], [ 121.51531009200005, 15.051662502000056 ], [ 121.527842644000089, 15.040757554000038 ], [ 121.560069207000083, 14.989650783000059 ], [ 121.5 [...]
+{ "type": "Feature", "properties": { "ISO": "PH-CAN", "NAME_1": "Camarines Norte" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 122.309985687389371, 14.096280240136826 ], [ 122.318695509, 14.100043036000045 ], [ 122.334971550000091, 14.113226630000042 ], [ 122.345713738000086, 14.131333726000037 ], [ 122.347992384, 14.154120184000078 ], [ 122.344248894000089, 14.160589911000045 ], [ 122.330088738000086, 14.180568752000056 ], [ 122.327484571000014, 14.18821849200009 ], [ 122.33 [...]
+{ "type": "Feature", "properties": { "ISO": "PH-CAS", "NAME_1": "Camarines Sur" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 123.048838738000086, 13.821966864000046 ], [ 123.046885613000086, 13.81085846600007 ], [ 123.049815300000091, 13.775824286000045 ], [ 123.066661004000025, 13.756089585000041 ], [ 123.088715040000011, 13.74164459800005 ], [ 123.108246290000011, 13.72211334800005 ], [ 123.115896030000044, 13.72211334800005 ], [ 123.136729363000086, 13.7328148460000 [...]
+{ "type": "Feature", "properties": { "ISO": "PH-ALB", "NAME_1": "Albay" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 123.593581098288951, 13.529467053161966 ], [ 123.598317905000044, 13.523586330000057 ], [ 123.605479363000086, 13.516669012000079 ], [ 123.66724694100003, 13.485581773000092 ], [ 123.680023634, 13.469956773000092 ], [ 123.704844597000033, 13.427232164000088 ], [ 123.709239129000025, 13.423529364000046 ], [ 123.722504102000016, 13.415187893000052 ], [ 123 [...]
+{ "type": "Feature", "properties": { "ISO": "PH-SOR", "NAME_1": "Sorsogon" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 123.935381275298965, 13.118511132448013 ], [ 123.936208530000044, 13.117580471000053 ], [ 123.937510613000086, 13.108587958000044 ], [ 123.943614129000025, 13.107896226000037 ], [ 123.979177280000044, 13.098334052000041 ], [ 123.992360873000052, 13.091620184000078 ], [ 124.008148634, 13.080023505000042 ], [ 124.021332227000016, 13.066595770000049 ], [ 124.02 [...]
+{ "type": "Feature", "properties": { "ISO": "PH-QUE", "NAME_1": "Lucena" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 121.636892122873178, 13.909613348177459 ], [ 121.621755405000044, 13.893459377000056 ], [ 121.613129102000016, 13.893052476000037 ], [ 121.595957879000025, 13.897406317000048 ], [ 121.59107506600003, 13.89679596600007 ], [ 121.577891472000033, 13.888006903000075 ], [ 121.549327019000089, 13.878159898000092 ], [ 121.49841296108923, 13.957229433291673 ], [ 121.5 [...]
+{ "type": "Feature", "properties": { "ISO": "PH-BTG", "NAME_1": "Batangas" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 121.454580756396695, 13.819219335404 ], [ 121.433441602000016, 13.796372789000088 ], [ 121.440765821000014, 13.726385809000078 ], [ 121.436289910000028, 13.700995184000078 ], [ 121.445811394000089, 13.700913804000038 ], [ 121.452321811000047, 13.699448960000041 ], [ 121.46412194100003, 13.69476959800005 ], [ 121.434336785000028, 13.663560289000088 ],  [...]
+{ "type": "Feature", "properties": { "ISO": "PH-CAV", "NAME_1": "Cavite" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.596679796726121, 14.21879689746336 ], [ 120.612478061000047, 14.23704661700009 ], [ 120.621267123000052, 14.253404039000088 ], [ 120.627452019000089, 14.269598700000074 ], [ 120.643321160000028, 14.277085679000038 ], [ 120.683360222000033, 14.28384023600006 ], [ 120.697601759, 14.289496161000045 ], [ 120.713145379000025, 14.298529364000046 ], [ 120.7253524 [...]
+{ "type": "Feature", "properties": { "ISO": "PH-MNL", "NAME_1": "Las Pinas" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.96080439496447, 14.495230243285709 ], [ 120.97038821700005, 14.501898505000042 ], [ 120.973392840427465, 14.505999077100693 ], [ 120.987215982631483, 14.489503118374216 ], [ 120.997575792188968, 14.485186530833744 ], [ 120.998439109876927, 14.478711650422326 ], [ 121.008367260140858, 14.470510134634992 ], [ 121.01095721230547, 14.458423690600853 ], [ 12 [...]
+{ "type": "Feature", "properties": { "ISO": "PH-MNL", "NAME_1": "Paranaque" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.973392840427465, 14.505999077100693 ], [ 120.980316602000016, 14.515448309000078 ], [ 120.984385612905612, 14.534002996840798 ], [ 121.005777307976359, 14.53180567339308 ], [ 121.004913990288401, 14.517992593983024 ], [ 121.0075039424529, 14.50979107819569 ], [ 121.021317021863069, 14.511517713571607 ], [ 121.032108489814959, 14.505906149948828 ], [ 121 [...]
+{ "type": "Feature", "properties": { "ISO": "PH-MNL", "NAME_1": "Pasay" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.984385612905612, 14.534002996840798 ], [ 120.98015384200005, 14.557440497000073 ], [ 121.00620896637065, 14.557705196837333 ], [ 121.008798918535263, 14.549503681049998 ], [ 121.017432093616208, 14.546482069591832 ], [ 121.018295410404789, 14.537417236116539 ], [ 121.022611997945319, 14.529647379622872 ], [ 121.032108489814959, 14.527489085852608 ], [ 121.0 [...]
+{ "type": "Feature", "properties": { "ISO": "PH-MNL", "NAME_1": "Manila" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.98015384200005, 14.557440497000073 ], [ 120.958832227000016, 14.591782945000091 ], [ 120.950205925000091, 14.612779039000088 ], [ 120.947583812519525, 14.627863720735219 ], [ 120.976856173073884, 14.628281397368596 ], [ 120.986352664943524, 14.629144715056555 ], [ 120.991100910878231, 14.630439691138804 ], [ 121.001029062041539, 14.627418080579957 ], [ 120 [...]
+{ "type": "Feature", "properties": { "ISO": "PH-MNL", "NAME_1": "Navotas" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.947583812519525, 14.627863720735219 ], [ 120.943125847000033, 14.653509833000044 ], [ 120.936534050000091, 14.66742584800005 ], [ 120.916213975467514, 14.694389024837836 ], [ 120.921603856332808, 14.701879210257346 ], [ 120.933964271633727, 14.693431050002914 ], [ 120.928942055331504, 14.687850301650087 ], [ 120.936711911825228, 14.679217127468462 ], [ 12 [...]
+{ "type": "Feature", "properties": { "ISO": "PH-BUL", "NAME_1": "Bulacan" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.916213975467514, 14.694389024837836 ], [ 120.906911655000044, 14.706732489000046 ], [ 120.902354363000086, 14.718939520000049 ], [ 120.894297722000033, 14.725083726000037 ], [ 120.847178582000083, 14.743719794000071 ], [ 120.843923373000052, 14.749090887000079 ], [ 120.84343509200005, 14.755682684000078 ], [ 120.840586785000028, 14.761216539000088 ], [ 12 [...]
+{ "type": "Feature", "properties": { "ISO": "PH-PAM", "NAME_1": "Pampanga" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.663828972000033, 14.778957424000055 ], [ 120.655772332000083, 14.781236070000091 ], [ 120.642100457000083, 14.787014065000051 ], [ 120.63209069100003, 14.795477606000077 ], [ 120.628103061000047, 14.807684637000079 ], [ 120.628916863000086, 14.842027085000041 ], [ 120.627207879000025, 14.858710028000075 ], [ 120.621267123000052, 14.872870184000078 ], [ 1 [...]
+{ "type": "Feature", "properties": { "ISO": "PH-BAN", "NAME_1": "Bataan" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.545420769000089, 14.827093817000048 ], [ 120.54615319100003, 14.78782786700009 ], [ 120.536468946000014, 14.723211981000077 ], [ 120.539317254000025, 14.702826239000046 ], [ 120.578379754000025, 14.659409898000092 ], [ 120.582204623000052, 14.648260809000078 ], [ 120.576914910000028, 14.636948960000041 ], [ 120.574961785000028, 14.621649481000077 ], [ 120. [...]
+{ "type": "Feature", "properties": { "ISO": "PH-ZMB", "NAME_1": "Olongapo" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.282480249342086, 14.806080700908035 ], [ 120.283376498000052, 14.806708075000074 ], [ 120.28834069100003, 14.81476471600007 ], [ 120.29224694100003, 14.825669664000088 ], [ 120.275726759, 14.827134507000039 ], [ 120.267751498000052, 14.82953522300005 ], [ 120.264333530000044, 14.835353908000059 ], [ 120.26335696700005, 14.846584377000056 ], [ 120.2597762 [...]
+{ "type": "Feature", "properties": { "ISO": "PH-ZMB", "NAME_1": "Zambales" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.209320508934297, 14.880031643045868 ], [ 120.196055535000028, 14.86664459800005 ], [ 120.201426629000025, 14.843085028000075 ], [ 120.197113477000016, 14.808010158000059 ], [ 120.187266472000033, 14.774969794000071 ], [ 120.175547722000033, 14.757391669000071 ], [ 120.16179446700005, 14.756415106000077 ], [ 120.143565300000091, 14.76040273600006 ], [ 120 [...]
+{ "type": "Feature", "properties": { "ISO": "PH-PAN", "NAME_1": "Pangasinan" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 119.888798378348298, 15.801418399883865 ], [ 119.888194207000083, 15.805731512000079 ], [ 119.891774936000047, 15.82298411700009 ], [ 119.896250847000033, 15.837469794000071 ], [ 119.898610873000052, 15.853176174000055 ], [ 119.895030144000089, 15.874009507000039 ], [ 119.878916863000086, 15.914740302000041 ], [ 119.867198113000086, 15.9350039730000 [...]
+{ "type": "Feature", "properties": { "ISO": "PH-PAN", "NAME_1": "Dagupan" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.257660352000016, 16.05219147300005 ], [ 120.29224694100003, 16.055609442000048 ], [ 120.306651238000086, 16.044663804000038 ], [ 120.299082879000025, 16.017401434000078 ], [ 120.311371290000011, 16.027085679000038 ], [ 120.322764519000089, 16.048570054000038 ], [ 120.333832227000016, 16.058986721000053 ], [ 120.340830925000091, 16.054877020000049 ], [ 120 [...]
+{ "type": "Feature", "properties": { "ISO": "PH-LUN", "NAME_1": "La Union" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.401362300922017, 16.209502092923167 ], [ 120.397471550000091, 16.228989976000037 ], [ 120.385508660000028, 16.251939195000091 ], [ 120.353770379000025, 16.291693427000041 ], [ 120.353770379000025, 16.271307684000078 ], [ 120.348643425000091, 16.279527085000041 ], [ 120.342051629000025, 16.285589911000045 ], [ 120.336273634, 16.292181708000044 ], [ 120.31 [...]
+{ "type": "Feature", "properties": { "ISO": "PH-ILS", "NAME_1": "Ilocos Sur" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.397908480471358, 16.919186312518271 ], [ 120.427256707000083, 16.961900132000039 ], [ 120.434092644000089, 16.982123114000046 ], [ 120.436289910000028, 17.008002020000049 ], [ 120.416351759, 17.179348049000055 ], [ 120.414235873000052, 17.18431224200009 ], [ 120.404307488000086, 17.198309637000079 ], [ 120.402110222000033, 17.206691799000055 ], [ 120.4 [...]
+{ "type": "Feature", "properties": { "ISO": "PH-ILN", "NAME_1": "Ilocos Norte" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.42613947039311, 17.894035924932261 ], [ 120.425303582000083, 17.902411200000074 ], [ 120.427907748000052, 17.91665273600006 ], [ 120.451670769000089, 17.948879299000055 ], [ 120.472666863000086, 17.991603908000059 ], [ 120.477224155000044, 18.004828192000048 ], [ 120.478282097000033, 18.02179596600007 ], [ 120.476817254000025, 18.043646552000041 ], [ [...]
+{ "type": "Feature", "properties": { "ISO": "PH-CAG", "NAME_1": "Cagayan" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 120.995110347380987, 18.60605988959172 ], [ 121.018321160000028, 18.617092190000051 ], [ 121.032725457000083, 18.62181224200009 ], [ 121.042491082000083, 18.622300523000092 ], [ 121.063324415000011, 18.620672919000071 ], [ 121.073008660000028, 18.62181224200009 ], [ 121.083343946000014, 18.627997137000079 ], [ 121.09498131600003, 18.63703034100007 ], [ [...]
+{ "type": "Feature", "properties": { "ISO": "PH-ISA", "NAME_1": "Isabela" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 122.184630748540542, 17.541313565335727 ], [ 122.193858269000089, 17.519191799000055 ], [ 122.197113477000016, 17.494614976000037 ], [ 122.206065300000091, 17.475287177000041 ], [ 122.224457227000016, 17.45189036700009 ], [ 122.239593946000014, 17.426825262000079 ], [ 122.238780144000089, 17.402167059000078 ], [ 122.243662957000083, 17.391099351000037  [...]
+{ "type": "Feature", "properties": { "ISO": "PH-TAW", "NAME_1": "Tawi-Tawi" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 120.251963738000086, 5.266506252000056 ], [ 120.252940300000091, 5.251532294000071 ], [ 120.237640821000014, 5.190130927000041 ], [ 120.232432488000086, 5.150458075000074 ], [ 120.226817254000025, 5.129380601000094 ], [ 120.216563347000033, 5.114976304000038 ], [ 120.201996290000011, 5.119940497000073 ], [ 120.191172722000033, 5.126369533000059 ], [  [...]
+{ "type": "Feature", "properties": { "ISO": "PH-BAS", "NAME_1": "Basilan" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 122.049223944328872, 6.739796633355941 ], [ 122.066661004000025, 6.740708726000094 ], [ 122.075205925000091, 6.739813544000071 ], [ 122.084239129000025, 6.735663153000075 ], [ 122.098155144000089, 6.721584377000056 ], [ 122.105967644000089, 6.71556224200009 ], [ 122.11646569100003, 6.711086330000057 ], [ 122.141286655000044, 6.70538971600007 ], [ 122.1 [...]
+{ "type": "Feature", "properties": { "ISO": "PH-CAM", "NAME_1": "Camiguin" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 124.784190300000091, 9.199774481000077 ], [ 124.793467644000089, 9.192694403000075 ], [ 124.803233269000089, 9.17609284100007 ], [ 124.808360222000033, 9.156805731000077 ], [ 124.800954623000052, 9.128729559000078 ], [ 124.802582227000016, 9.112494208000044 ], [ 124.801280144000089, 9.096258856000077 ], [ 124.787852410000028, 9.083075262000079 ], [ 124.77947 [...]
+{ "type": "Feature", "properties": { "ISO": "PH-SIG", "NAME_1": "Siquijor" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 123.698008660000028, 9.165025132000039 ], [ 123.702484571000014, 9.164536851000037 ], [ 123.71452884200005, 9.157416083000044 ], [ 123.722422722000033, 9.149115302000041 ], [ 123.715342644000089, 9.14516836100006 ], [ 123.703298373000052, 9.12836334800005 ], [ 123.698008660000028, 9.124009507000039 ], [ 123.689707879000025, 9.122544664000088 ], [ 123.6604110 [...]
+{ "type": "Feature", "properties": { "ISO": "PH-BOH", "NAME_1": "Bohol" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 124.565277540000011, 9.870754299000055 ], [ 124.549815300000091, 9.861558335000041 ], [ 124.570160352000016, 9.840521552000041 ], [ 124.624034050000091, 9.801825262000079 ], [ 124.598968946000014, 9.749701239000046 ], [ 124.596202019000089, 9.737290757000039 ], [ 124.58521569100003, 9.732082424000055 ], [ 124.560557488000086, 9.732611395000049 ], [ 124.5 [...]
+{ "type": "Feature", "properties": { "ISO": "PH-GUI", "NAME_1": "Guimaras" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 122.711110873000052, 10.73468659100007 ], [ 122.73796634200005, 10.694159247000073 ], [ 122.737071160000028, 10.640041408000059 ], [ 122.721527540000011, 10.585191148000092 ], [ 122.686859571000014, 10.506008205000057 ], [ 122.664317254000025, 10.470851955000057 ], [ 122.63445071700005, 10.444240627000056 ], [ 122.59498131600003, 10.43305084800005 ], [ 122.6 [...]
+{ "type": "Feature", "properties": { "ISO": "PH-BCD", "NAME_1": "Bacolod" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 122.919899199479644, 10.618316367510527 ], [ 122.933848504000025, 10.648830471000053 ], [ 122.934580925000091, 10.658392645000049 ], [ 122.971690300000091, 10.721096096000053 ], [ 122.975840690595305, 10.742417709909375 ], [ 123.06776443667934, 10.680928100151675 ], [ 123.024866693243212, 10.592609215442906 ], [ 122.919899199479644, 10.618316367510527 ] ] ] } },
+{ "type": "Feature", "properties": { "ISO": "PH-NEC", "NAME_1": "Negros Occidental" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 122.597097201, 9.437648830000057 ], [ 122.590668165000011, 9.450995184000078 ], [ 122.570160352000016, 9.47524648600006 ], [ 122.551768425000091, 9.49095286700009 ], [ 122.529795769000089, 9.537909247000073 ], [ 122.515879754000025, 9.548570054000038 ], [ 122.505218946000014, 9.552394924000055 ], [ 122.496592644000089, 9.561712958000044 ], [ 122.466 [...]
+{ "type": "Feature", "properties": { "ISO": "PH-NER", "NAME_1": "Negros Oriental" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 123.365728144338391, 10.392512629554176 ], [ 123.344737175000091, 10.34796784100007 ], [ 123.341807488000086, 10.326605536000045 ], [ 123.340342644000089, 10.260687567000048 ], [ 123.335459832000083, 10.240668036000045 ], [ 123.304698113000086, 10.178534247000073 ], [ 123.300791863000086, 10.155340887000079 ], [ 123.299815300000091, 10.131415106000077 [...]
+{ "type": "Feature", "properties": { "ISO": "PH-CEB", "NAME_1": "Cebu" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 123.934434565084814, 10.309298638739113 ], [ 123.906260613000086, 10.294501044000071 ], [ 123.889659050000091, 10.282212632000039 ], [ 123.868662956730077, 10.248195704867896 ], [ 123.847602292211945, 10.310714147140175 ], [ 123.837164093248248, 10.353510764510133 ], [ 123.872653970804095, 10.408833220276904 ], [ 123.907100027744036, 10.435972538301996 ], [ 123. [...]
+{ "type": "Feature", "properties": { "ISO": "PH-MDE", "NAME_1": "Mandaue" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 123.979665561000047, 10.377183335000041 ], [ 123.972911004000025, 10.370998440000051 ], [ 123.970876498000052, 10.362209377000056 ], [ 123.972911004000025, 10.326605536000045 ], [ 123.961110873000052, 10.323309637000079 ], [ 123.934434565084814, 10.309298638739113 ], [ 123.914406767558262, 10.346204024695965 ], [ 123.935156889878499, 10.401065799147318 ], [ 1 [...]
+{ "type": "Feature", "properties": { "ISO": "PH-CEB", "NAME_1": "Cebu" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 123.868662956730077, 10.248195704867896 ], [ 123.85710696700005, 10.242132880000042 ], [ 123.831797722000033, 10.240668036000045 ], [ 123.808116082000083, 10.23663971600007 ], [ 123.793630405000044, 10.226467190000051 ], [ 123.773692254000025, 10.199693101000037 ], [ 123.719493035000028, 10.156805731000077 ], [ 123.711680535000028, 10.14134349200009 ], [  [...]
+{ "type": "Feature", "properties": { "ISO": "PH-PLW", "NAME_1": "Puerto Princesa" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 118.382334831986896, 9.657782293817775 ], [ 118.401133660000028, 9.672756252000056 ], [ 118.408457879000025, 9.676336981000077 ], [ 118.41529381600003, 9.677720445000091 ], [ 118.420258009, 9.680731512000079 ], [ 118.424327019000089, 9.69790273600006 ], [ 118.429453972000033, 9.70062897300005 ], [ 118.436208530000044, 9.70189036700009 ], [ 118.4426375 [...]
+{ "type": "Feature", "properties": { "ISO": "PH-LEY", "NAME_1": "Tacloban" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 124.975596550000091, 11.334418036000045 ], [ 124.966319207000083, 11.318304755000042 ], [ 124.965179884, 11.306382554000038 ], [ 124.966319207000083, 11.294419664000088 ], [ 124.969493035000028, 11.289007880000042 ], [ 124.972178582000083, 11.287095445000091 ], [ 124.973968946000014, 11.277085679000038 ], [ 124.976328972000033, 11.272609768000052 ], [ 124.98 [...]
+{ "type": "Feature", "properties": { "ISO": "PH-LEY", "NAME_1": "Ormoc" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 124.622325065649193, 11.002020574889627 ], [ 124.602386915000011, 11.003485419000071 ], [ 124.582530144000089, 11.000962632000039 ], [ 124.562673373000052, 10.994330145000049 ], [ 124.549571160000028, 10.983303127000056 ], [ 124.487649771719589, 11.06589157053952 ], [ 124.497956263170977, 11.109352288677144 ], [ 124.558762805459082, 11.111740763925127 ], [ 124. [...]
+{ "type": "Feature", "properties": { "ISO": "PH-AKL", "NAME_1": "Aklan" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 121.853851758851533, 11.769435940316384 ], [ 121.854421420000108, 11.771836656000062 ], [ 121.856130405000044, 11.779771226000037 ], [ 121.866221550000091, 11.793443101000037 ], [ 121.878103061000047, 11.80532461100006 ], [ 121.885264519000089, 11.810370184000078 ], [ 121.889008009, 11.819281317000048 ], [ 121.891449415000011, 11.839260158000059 ], [ 121.891774 [...]
+{ "type": "Feature", "properties": { "ISO": "PH-ANT", "NAME_1": "Antique" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 122.033213738000086, 10.460923570000091 ], [ 122.015798373000052, 10.445461330000057 ], [ 121.98210696700005, 10.430243231000077 ], [ 121.949717644000089, 10.433172919000071 ], [ 121.929698113000086, 10.466620184000078 ], [ 121.932465040000011, 10.508693752000056 ], [ 121.972178582000083, 10.582098700000074 ], [ 121.984873894000089, 10.624904690000051  [...]
+{ "type": "Feature", "properties": { "ISO": "PH-ILI", "NAME_1": "Iloilo" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 122.472105220784215, 10.687134476141249 ], [ 122.451019727000016, 10.686346747000073 ], [ 122.365407748000052, 10.672674872000073 ], [ 122.357188347000033, 10.670396226000037 ], [ 122.343597852000016, 10.660630601000037 ], [ 122.338389519000089, 10.658392645000049 ], [ 122.304047071000014, 10.659735419000071 ], [ 122.293304884, 10.658392645000049 ], [ 122.2823 [...]
+{ "type": "Feature", "properties": { "ISO": "PH-ILI", "NAME_1": "Iloilo" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 122.614756707000083, 10.761460679000038 ], [ 122.610036655000044, 10.756089585000041 ], [ 122.60124759200005, 10.74095286700009 ], [ 122.603037957000083, 10.738755601000037 ], [ 122.605967644000089, 10.734035549000055 ], [ 122.604991082000083, 10.727728583000044 ], [ 122.59498131600003, 10.721096096000053 ], [ 122.589854363000086, 10.698716539000088 ], [ 122.5 [...]
+{ "type": "Feature", "properties": { "ISO": "PH-CAP", "NAME_1": "Capiz" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 122.592201745314242, 11.554294992519885 ], [ 122.594737175000091, 11.548570054000038 ], [ 122.597504102000016, 11.531805731000077 ], [ 122.604177280000044, 11.517075914000088 ], [ 122.62232506600003, 11.508734442000048 ], [ 122.628428582000083, 11.51040273600006 ], [ 122.641286655000044, 11.520086981000077 ], [ 122.654470248000052, 11.526068427000041 ], [ 122.6 [...]
+{ "type": "Feature", "properties": { "ISO": "PH-ROM", "NAME_1": "Romblon" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 122.687510613000086, 12.402818101000037 ], [ 122.68677819100003, 12.38898346600007 ], [ 122.670176629000025, 12.317531643000052 ], [ 122.659190300000091, 12.30540599200009 ], [ 122.642832879000025, 12.291937567000048 ], [ 122.625336134, 12.280991929000038 ], [ 122.611827019000089, 12.276516018000052 ], [ 122.607188347000033, 12.279445705000057 ], [ 122 [...]
+{ "type": "Feature", "properties": { "ISO": "PH-NSA", "NAME_1": "Northern Samar" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 124.370549351184806, 12.290048816351952 ], [ 124.342133009, 12.385728257000039 ], [ 124.276215040000011, 12.533270575000074 ], [ 124.273936394000089, 12.546820380000042 ], [ 124.27662194100003, 12.558539130000042 ], [ 124.283457879000025, 12.57062409100007 ], [ 124.293467644000089, 12.579982815000051 ], [ 124.305023634, 12.582993882000039 ], [ 1 [...]
+{ "type": "Feature", "properties": { "ISO": "PH-MAS", "NAME_1": "Masbate" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 124.054942254000025, 11.799790757000039 ], [ 124.059092644000089, 11.78392161700009 ], [ 124.067149285000028, 11.764105536000045 ], [ 124.072520379000025, 11.744086005000042 ], [ 124.068532748000052, 11.727850653000075 ], [ 124.054860873000052, 11.725572007000039 ], [ 124.041514519000089, 11.742987372000073 ], [ 124.02076256600003, 11.783107815000051 ] [...]
+{ "type": "Feature", "properties": { "ISO": "PH-MDR", "NAME_1": "Mindoro Oriental" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.893385992225731, 13.504686871505649 ], [ 120.915375196000014, 13.516669012000079 ], [ 120.928396030000044, 13.504950262000079 ], [ 120.93677819100003, 13.507513739000046 ], [ 120.944834832000083, 13.512844143000052 ], [ 120.950205925000091, 13.530340887000079 ], [ 120.964366082000083, 13.526353257000039 ], [ 120.969004754000025, 13.52716705900007 [...]
+{ "type": "Feature", "properties": { "ISO": "PH-MDC", "NAME_1": "Mindoro Occidental" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 121.247813347000033, 12.219916083000044 ], [ 121.244965040000011, 12.214422919000071 ], [ 121.23015384200005, 12.214341539000088 ], [ 121.207774285000028, 12.236029364000046 ], [ 121.193695509, 12.241766669000071 ], [ 121.131683790000011, 12.241766669000071 ], [ 121.113617384, 12.251288153000075 ], [ 121.099131707000083, 12.274644273000092 ] [...]
+{ "type": "Feature", "properties": { "ISO": "PH-MAD", "NAME_1": "Marinduque" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 122.101573113000086, 13.416693427000041 ], [ 122.105479363000086, 13.408433335000041 ], [ 122.123708530000044, 13.395209052000041 ], [ 122.128916863000086, 13.386297919000071 ], [ 122.120290561000047, 13.356634833000044 ], [ 122.062022332000083, 13.298570054000038 ], [ 122.039561394000089, 13.269598700000074 ], [ 122.049082879000025, 13.24835846600007 ], [ [...]
+{ "type": "Feature", "properties": { "ISO": "PH-CAT", "NAME_1": "Catanduanes" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 124.417979363000086, 13.872951565000051 ], [ 124.417979363000086, 13.865464585000041 ], [ 124.403493686000047, 13.856838283000059 ], [ 124.389984571000014, 13.845648505000042 ], [ 124.40357506600003, 13.838812567000048 ], [ 124.40984134200005, 13.826402085000041 ], [ 124.412933790000011, 13.811672268000052 ], [ 124.417979363000086, 13.797796942000048 ], [ [...]
+{ "type": "Feature", "properties": { "ISO": "PH-BTN", "NAME_1": "Batanes" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 121.841644727000016, 20.34601471600007 ], [ 121.859385613000086, 20.347357489000046 ], [ 121.879405144000089, 20.33344147300005 ], [ 121.893239780000044, 20.313666083000044 ], [ 121.892100457000083, 20.297349351000037 ], [ 121.869313998000052, 20.276190497000073 ], [ 121.861827019000089, 20.27374909100007 ], [ 121.85084069100003, 20.273423570000091 ],  [...]
+{ "type": "Feature", "properties": { "ISO": "PH-LAP", "NAME_1": "Lapu-Lapu" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 123.991649441695316, 10.324283806534812 ], [ 124.009394380397609, 10.311757967450836 ], [ 124.02087639955792, 10.316977067069159 ], [ 124.038621338260228, 10.329502906153136 ], [ 124.043840437878544, 10.324283806534812 ], [ 124.02609549917625, 10.306538867832511 ], [ 124.006262920626625, 10.287750109206547 ], [ 123.988517981924318, 10.266873710733252 ], [ 1 [...]
+{ "type": "Feature", "properties": { "ISO": "PH-AGS", "NAME_1": "Agusan del Sur" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 125.767031691559282, 9.212771308049412 ], [ 125.767382349815534, 9.211988443711675 ], [ 125.789252557059854, 9.163161933176639 ], [ 125.802533400595962, 9.111020412761832 ], [ 125.808579542711641, 9.056811834798339 ], [ 125.808889601973533, 9.001001288178884 ], [ 125.801758254239985, 8.973819485281012 ], [ 125.802068312602501, 8.966688137547521 ], [ 12 [...]
+{ "type": "Feature", "properties": { "ISO": "PH-BUK", "NAME_1": "Bukidnon" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 125.231198765010959, 8.591672267960803 ], [ 125.320699447921129, 8.589837038548467 ], [ 125.304079176113078, 8.441516476004551 ], [ 125.314346422049653, 8.394030462535795 ], [ 125.311779611240013, 8.358095100408548 ], [ 125.314346422049653, 8.32344314458544 ], [ 125.326128370927563, 8.286677965415777 ], [ 125.331761101893335, 8.266472479721131 ], [ 125.33021 [...]
+{ "type": "Feature", "properties": { "ISO": "PH-NCO", "NAME_1": "Cotabato" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 124.523076613095213, 7.690797024363178 ], [ 124.541783482022083, 7.678394679970495 ], [ 124.547519565775247, 7.670488185881084 ], [ 124.558216586925937, 7.650902817810788 ], [ 124.568138461720537, 7.640567531866111 ], [ 124.581470982100086, 7.630438951496387 ], [ 124.591754592100642, 7.624754542787912 ], [ 124.603381789238142, 7.622170722201076 ], [ 124.6205 [...]
+{ "type": "Feature", "properties": { "ISO": "PH-SCO", "NAME_1": "South Cotabato" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 124.633974236821473, 6.639440008849306 ], [ 124.658365512658179, 6.603783271081056 ], [ 124.672989944230494, 6.590502428444324 ], [ 124.68811612106208, 6.591431679928064 ], [ 124.737864459177445, 6.631373870707534 ], [ 124.737998895232749, 6.631481837916454 ], [ 124.751693149918879, 6.636701157732205 ], [ 124.776704543379878, 6.614376939444185 ], [ 124 [...]
+{ "type": "Feature", "properties": { "ISO": "PH-MNL", "NAME_1": "Muntinlupa" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 121.014842140552332, 14.359142183464996 ], [ 121.017280722427358, 14.387330986036147 ], [ 121.014195879636077, 14.397060106438744 ], [ 121.019590386487153, 14.401876397777528 ], [ 121.02174868025736, 14.414826159499626 ], [ 121.031676831420555, 14.426912603533822 ], [ 121.031245172127001, 14.432955825550891 ], [ 121.032971807502918, 14.43856738917367 ], [  [...]
+{ "type": "Feature", "properties": { "ISO": "PH-MNL", "NAME_1": "Caloocan" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 121.058280397222461, 14.766693378896321 ], [ 121.108467928252253, 14.75197323157937 ], [ 121.115848755115962, 14.752828124418386 ], [ 121.112828670706563, 14.743534276785454 ], [ 121.10246886204834, 14.740944324620898 ], [ 121.098152274507811, 14.732742808833564 ], [ 121.089087441032575, 14.727994562898743 ], [ 121.065777870652141, 14.726699586816437  [...]
+{ "type": "Feature", "properties": { "ISO": "PH-MNL", "NAME_1": "Malabon" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.933964271633727, 14.693431050002914 ], [ 120.954849737425434, 14.679156144440526 ], [ 120.953267684256161, 14.688949371216495 ], [ 120.963474752957381, 14.685692007879823 ], [ 120.96908631658016, 14.674037222239974 ], [ 120.972971244827022, 14.667130682534946 ], [ 120.981172760614413, 14.666267365746307 ], [ 120.994122522336511, 14.660224143729238 ], [ 12 [...]
+{ "type": "Feature", "properties": { "ISO": "PH-MNL", "NAME_1": "Valenzuela" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.967167094985371, 14.707125524123626 ], [ 120.989619990070423, 14.715679007580093 ], [ 120.99817347352689, 14.734924345582044 ], [ 121.00903109740716, 14.739477542954205 ], [ 121.017863752010499, 14.730368685866154 ], [ 121.018727069698457, 14.724757122243375 ], [ 121.017432093616208, 14.714828971979443 ], [ 121.011820529993429, 14.713965654291485 ], [  [...]
+{ "type": "Feature", "properties": { "ISO": "PH-MNL", "NAME_1": "Quezon City" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 121.129255640435417, 14.761230019050117 ], [ 121.154267908936845, 14.758426503080614 ], [ 121.143476440085578, 14.742455129900293 ], [ 121.137433218068509, 14.738570201653488 ], [ 121.136569901279927, 14.726052098325681 ], [ 121.146066393149454, 14.718713900226305 ], [ 121.130526678363481, 14.688929448535191 ], [ 121.126210091722328, 14.663461583485287 ], [...]
+{ "type": "Feature", "properties": { "ISO": "PH-NUE", "NAME_1": "Nueva Ecija" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.862008091100506, 15.165069484868809 ], [ 120.845368279722265, 15.166516424793144 ], [ 120.841130812736765, 15.172665919696442 ], [ 120.84144087109928, 15.189822495911415 ], [ 120.839270460763146, 15.196023668557416 ], [ 120.830795525892768, 15.200984605055453 ], [ 120.813225539427094, 15.203568427440985 ], [ 120.804543898981706, 15.206772366551434 ],  [...]
+{ "type": "Feature", "properties": { "ISO": "PH-LAG", "NAME_1": "Laguna" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 121.466208938291857, 14.562884019282023 ], [ 121.496491326613409, 14.518545641068442 ], [ 121.522329543273713, 14.471726793256892 ], [ 121.590335727811521, 14.313286851307112 ], [ 121.597983840381858, 14.281764227736915 ], [ 121.600464309080508, 14.249828193016697 ], [ 121.594469842908893, 14.219494126952384 ], [ 121.58113732342872, 14.198771877320269 ], [ 121 [...]
+{ "type": "Feature", "properties": { "ISO": "PH-RIZ", "NAME_1": "Rizal" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 121.342082146973439, 14.889272365926956 ], [ 121.345802850021414, 14.792844143242576 ], [ 121.354587844153684, 14.747162176992845 ], [ 121.374018181693714, 14.703443915504295 ], [ 121.460524529583381, 14.571513983783291 ], [ 121.427968378138075, 14.556527817904453 ], [ 121.385903762148814, 14.532239894855252 ], [ 121.366783482072037, 14.501285712065965 ], [ 121 [...]
+{ "type": "Feature", "properties": { "ISO": "PH-MNL", "NAME_1": "Taguig" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 121.125346774034369, 14.524899133688052 ], [ 121.134708081612644, 14.454146329689365 ], [ 121.072684409457906, 14.469646816947034 ], [ 121.064051235276224, 14.470510134634992 ], [ 121.055849719488947, 14.464898571012213 ], [ 121.057144695571196, 14.502021221702023 ], [ 121.044626593142766, 14.507201126031134 ], [ 121.032108489814959, 14.527489085852608 ], [ 12 [...]
+{ "type": "Feature", "properties": { "ISO": "PH-MNL", "NAME_1": "Marikina" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 121.126210091722328, 14.663461583485287 ], [ 121.149951321396316, 14.65569172699162 ], [ 121.152109615166523, 14.645763575828369 ], [ 121.147361369231703, 14.625043957612547 ], [ 121.130958337657148, 14.627633909777103 ], [ 121.122325163475466, 14.621159028466366 ], [ 121.118440234329341, 14.609072584432226 ], [ 121.113691988394521, 14.611662536596782 ], [ 1 [...]
+{ "type": "Feature", "properties": { "ISO": "PH-MNL", "NAME_1": "Pasig" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 121.118440234329341, 14.609072584432226 ], [ 121.12577843242866, 14.594827846627823 ], [ 121.12405179795212, 14.574539886806292 ], [ 121.118871893622895, 14.565906712624667 ], [ 121.124483456346411, 14.556841879149374 ], [ 121.118369554811011, 14.548291407522413 ], [ 121.125346774034369, 14.524899133688052 ], [ 121.109375401753368, 14.540870505969053 ], [ 121.1 [...]
+{ "type": "Feature", "properties": { "ISO": "PH-QUI", "NAME_1": "Quirino" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 122.037543572977484, 16.507623196353393 ], [ 121.872385695343496, 16.281900540277718 ], [ 121.808306919428787, 16.218700263506321 ], [ 121.447708774939997, 15.924299628425103 ], [ 121.336087680801825, 16.076331692153872 ], [ 121.321618279759718, 16.106200670224723 ], [ 121.311489699390108, 16.138188380889062 ], [ 121.287615188390191, 16.259627997034443 ], [ 1 [...]
+{ "type": "Feature", "properties": { "ISO": "PH-ISA", "NAME_1": "Santiago" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 121.5698718605978, 16.610614325091035 ], [ 121.540519647363794, 16.629579576436299 ], [ 121.487989206136945, 16.629470289921926 ], [ 121.503633900583964, 16.679949572714577 ], [ 121.476326192599686, 16.72261786672118 ], [ 121.390071551460892, 16.694342895608145 ], [ 121.379805943189695, 16.712933661159525 ], [ 121.335364211289289, 16.764300035218412 ], [ 121 [...]
+{ "type": "Feature", "properties": { "ISO": "PH-NUV", "NAME_1": "Nueva Vizcaya" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 121.447708774939997, 15.924299628425103 ], [ 121.267254673064713, 15.777590237299592 ], [ 121.250614861686472, 15.820068264438817 ], [ 121.207413365034768, 15.898203030245611 ], [ 121.194804315067017, 15.942334702884239 ], [ 121.191290317594053, 16.01457835530681 ], [ 121.184779086585536, 16.049821681925039 ], [ 121.167519159381641, 16.080930894345272 ] [...]
+{ "type": "Feature", "properties": { "ISO": "PH-BEN", "NAME_1": "Benguet" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.526007928922695, 16.232084458930615 ], [ 120.504407180147155, 16.283915920083643 ], [ 120.488490839180827, 16.344118964218808 ], [ 120.471954379690828, 16.463749905233897 ], [ 120.482909784159119, 16.516201484011276 ], [ 120.514329054941868, 16.566482652452407 ], [ 120.595047642234817, 16.652627265136175 ], [ 120.618818801346606, 16.69391673387014 ], [ 12 [...]
+{ "type": "Feature", "properties": { "ISO": "PH-IFU", "NAME_1": "Ifugao" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 121.563463983276165, 17.086554266765972 ], [ 121.565117628775511, 17.067744045051597 ], [ 121.574626093319466, 17.031467190558374 ], [ 121.576486444393822, 17.012036851219705 ], [ 121.57100874215962, 16.910957750399859 ], [ 121.565737746399805, 16.904756577753858 ], [ 121.557986281041963, 16.900880845974257 ], [ 121.549201287809183, 16.892044175897979 ], [ 121 [...]
+{ "type": "Feature", "properties": { "ISO": "PH-MOU", "NAME_1": "Mountain Province" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 121.570595331009713, 17.250058498900614 ], [ 121.56966515502279, 17.127171942830898 ], [ 121.563463983276165, 17.086554266765972 ], [ 121.495664504313368, 17.089809881820599 ], [ 121.434996373084118, 17.086037502828503 ], [ 121.375361769729807, 17.073325100073305 ], [ 121.310869581765701, 17.049553940961573 ], [ 121.24803104109958, 17.01637767189203 [...]
+{ "type": "Feature", "properties": { "ISO": "PH-TAR", "NAME_1": "Tarlac" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.763616163655001, 15.259378974060382 ], [ 120.756381464033325, 15.26454661703275 ], [ 120.752143996148448, 15.270799464723495 ], [ 120.747906529162947, 15.273745022314927 ], [ 120.731163364997201, 15.271522935135351 ], [ 120.69540327444156, 15.262892971533404 ], [ 120.599491814795329, 15.256071682162371 ], [ 120.577994418807293, 15.257621974874212 ], [ 120. [...]
+{ "type": "Feature", "properties": { "ISO": "PH-APA", "NAME_1": "Apayao" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.938489211407955, 17.967068996836701 ], [ 120.934251744422454, 17.97807607724917 ], [ 120.933631625898784, 17.982003485872156 ], [ 120.947067499065838, 17.996472886914205 ], [ 120.947274204640735, 18.022621161037762 ], [ 120.939212680920491, 18.075692857439378 ], [ 120.941383091256625, 18.09791372293995 ], [ 120.946344028653925, 18.115793769566778 ], [ 120. [...]
+{ "type": "Feature", "properties": { "ISO": "PH-KAL", "NAME_1": "Kalinga" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 121.42879520133738, 17.717626858492736 ], [ 121.448328891664914, 17.691168525107344 ], [ 121.518505487438233, 17.619338283834736 ], [ 121.548994582234172, 17.58006419490664 ], [ 121.566357863124836, 17.563424384427776 ], [ 121.587958611900376, 17.552468979959428 ], [ 121.605218540902911, 17.546371161000252 ], [ 121.621961705068543, 17.538412990966719 ], [ 121 [...]
+{ "type": "Feature", "properties": { "ISO": "PH-ABR", "NAME_1": "Abra" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.888259718910831, 17.945829983267117 ], [ 120.917921991406729, 17.948517157540778 ], [ 120.938489211407955, 17.967068996836701 ], [ 120.964224074381491, 17.95952423795319 ], [ 120.981070591334628, 17.945674954535491 ], [ 120.991095818916847, 17.926089586465253 ], [ 121.00101769371156, 17.875446681918845 ], [ 121.005461867171334, 17.864387926461632 ], [ 121.01 [...]
+{ "type": "Feature", "properties": { "ISO": "PH-CAS", "NAME_1": "Naga" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 123.293391049657203, 13.663276951969749 ], [ 123.36830571733492, 13.619905301788208 ], [ 123.234247891626865, 13.568647898581617 ], [ 123.139618838238789, 13.619905301788208 ], [ 123.226362136803118, 13.647505442322313 ], [ 123.293391049657203, 13.663276951969749 ] ] ] } },
+{ "type": "Feature", "properties": { "ISO": "PH-PAM", "NAME_1": "Angeles" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.636957883299601, 15.17892936140089 ], [ 120.636957883299601, 15.116278082967142 ], [ 120.592579894446544, 15.103225733780562 ], [ 120.553422845088221, 15.134551372547776 ], [ 120.511655326432106, 15.14499325243662 ], [ 120.5690856644718, 15.176318892103154 ], [ 120.636957883299601, 15.17892936140089 ] ] ] } },
+{ "type": "Feature", "properties": { "ISO": "PH-BEN", "NAME_1": "Baguio" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 120.563864724977066, 16.434565399373639 ], [ 120.644789292991391, 16.431954929176641 ], [ 120.65262070268318, 16.353640831359257 ], [ 120.584748484754755, 16.358861771753368 ], [ 120.563864724977066, 16.434565399373639 ] ] ] } },
+{ "type": "Feature", "properties": { "ISO": "PH-MNL", "NAME_1": "Makati" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 121.074411044833823, 14.530510697310831 ], [ 121.069662798899003, 14.53137401409947 ], [ 121.068367822816754, 14.539143871492456 ], [ 121.067936163523086, 14.543460459032929 ], [ 121.073116068751574, 14.551230315526652 ], [ 121.065346211358474, 14.557273537543722 ], [ 121.061029624717321, 14.552956950902569 ], [ 121.051964791242085, 14.554251926984819 ], [ 121 [...]
+{ "type": "Feature", "properties": { "ISO": "PH-MNL", "NAME_1": "Pateros" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 121.077432655392727, 14.534827283951984 ], [ 121.076569338604031, 14.543028799739318 ], [ 121.080454266850893, 14.547777045674081 ], [ 121.086497488867963, 14.549503681049998 ], [ 121.090814076408492, 14.54734538727979 ], [ 121.09167739409645, 14.543028799739318 ], [ 121.08692914816163, 14.541302165262721 ], [ 121.084770854391422, 14.535690601639942 ], [ 121. [...]
+{ "type": "Feature", "properties": { "ISO": "PH-MNL", "NAME_1": "Mandaluyong City" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 121.044626593142766, 14.562453442772153 ], [ 121.036856735749666, 14.56892832318357 ], [ 121.026496926192181, 14.57497154520064 ], [ 121.03728839414407, 14.588784624610696 ], [ 121.044626593142766, 14.584899696363891 ], [ 121.057144695571196, 14.588352966216405 ], [ 121.062756259193975, 14.594396188233475 ], [ 121.071389433375657, 14.593964528939864  [...]
+{ "type": "Feature", "properties": { "ISO": "PH-MNL", "NAME_1": "San Juan" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 121.034698441979458, 14.606914290661962 ], [ 121.044626593142766, 14.603461020809448 ], [ 121.048943179783919, 14.600439410250544 ], [ 121.051101473554127, 14.603029362415157 ], [ 121.061892941506017, 14.602166044727142 ], [ 121.064051235276224, 14.599144434168295 ], [ 121.069662798899003, 14.599576092562586 ], [ 121.071389433375657, 14.593964528939864 ], [  [...]
+]
+}
diff --git a/superset-frontend/plugins/legacy-plugin-chart-country-map/src/countries/qatar.geojson b/superset-frontend/plugins/legacy-plugin-chart-country-map/src/countries/qatar.geojson
new file mode 100644
index 0000000..296b3e5
--- /dev/null
+++ b/superset-frontend/plugins/legacy-plugin-chart-country-map/src/countries/qatar.geojson
@@ -0,0 +1,13 @@
+{
+"type": "FeatureCollection",
+"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
+"features": [
+{ "type": "Feature", "properties": { "ISO": "QA-RA", "NAME_1": "Ar Rayyān" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 51.038879028000053, 24.559871521000062 ], [ 50.978882691000081, 24.567726339 ], [ 50.928601522000122, 24.587208354 ], [ 50.881007528000055, 24.636404318000061 ], [ 50.807871941000087, 24.746649481000077 ], [ 50.826670769000032, 24.74868398600006 ], [ 50.852793816000087, 24.770005601000037 ], [ 50.859629754000082, 24.795599677000041 ], [ 50.851084832000083, 2 [...]
+{ "type": "Feature", "properties": { "ISO": "QA-WA", "NAME_1": "Al Wakrah" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 51.611094597000033, 25.237534898000035 ], [ 51.61459394600007, 25.219794012000079 ], [ 51.61654707100007, 25.137193101000037 ], [ 51.605723504000082, 25.034247137000079 ], [ 51.61101321700005, 25.022365627000056 ], [ 51.602305535000085, 25.013820705000057 ], [ 51.586924675000034, 24.95343659100007 ], [ 51.574066602000073, 24.934393622000073 ], [ 51.539398634 [...]
+{ "type": "Feature", "properties": { "ISO": "QA-DA", "NAME_1": "Ad Dawhah" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 51.515716993000069, 25.382839260000083 ], [ 51.511973504000082, 25.330226955000057 ], [ 51.513194207000083, 25.308254299000055 ], [ 51.518809441000087, 25.297064520000049 ], [ 51.531260613000086, 25.292181708000044 ], [ 51.590017123000052, 25.283758856000077 ], [ 51.599131707000083, 25.274888414000088 ], [ 51.607595248000052, 25.255113023000035 ], [ 5 [...]
+{ "type": "Feature", "properties": { "ISO": "QA-ZA", "NAME_1": "Al Daayen" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 51.535899284624236, 25.622381902802545 ], [ 51.518809441000087, 25.618719794000071 ], [ 51.505137566000087, 25.612005927000041 ], [ 51.498301629000082, 25.615912177000041 ], [ 51.491384311000047, 25.618231512000079 ], [ 51.493662957000083, 25.565822658000059 ], [ 51.49154707100007, 25.55064524900007 ], [ 51.491384311000047, 25.549302476000037 ], [ 51.4858504 [...]
+{ "type": "Feature", "properties": { "ISO": "QA-KH", "NAME_1": "Al Khawr" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 51.416514519000032, 25.952093817000048 ], [ 51.424327019000032, 25.950873114000046 ], [ 51.467539910000085, 25.954046942000048 ], [ 51.491953972000033, 25.95189036700009 ], [ 51.511973504000082, 25.946112372000073 ], [ 51.529470248000052, 25.937323309000078 ], [ 51.546071811000047, 25.92609284100007 ], [ 51.559418165000068, 25.913763739000046 ], [ 51.57032311 [...]
+{ "type": "Feature", "properties": { "ISO": "QA-MS", "NAME_1": "Madinat ach Shamal" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 50.972396856714219, 25.825107396597399 ], [ 50.970713738000086, 25.830511786000045 ], [ 50.963877800000034, 25.82367584800005 ], [ 50.949392123000052, 25.837958075000074 ], [ 50.951182488000086, 25.859279690000051 ], [ 50.977305535000085, 25.916449286000045 ], [ 50.981455925000034, 25.93585846600007 ], [ 50.984222852000073, 25.981350002000056 ], [ 5 [...]
+{ "type": "Feature", "properties": { "ISO": "QA-US", "NAME_1": "Umm Salal" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 51.287443475036298, 25.565778307023209 ], [ 51.302016228865853, 25.55115387635027 ], [ 51.400630652182826, 25.550884658899861 ], [ 51.405829108626449, 25.496283294838179 ], [ 51.408431813177629, 25.426010253070729 ], [ 51.445056593786774, 25.359692694961893 ], [ 51.382683140214738, 25.378916326926912 ], [ 51.304323603251646, 25.384366968560755 ], [ 51.287133 [...]
+]
+}
diff --git a/superset-frontend/plugins/legacy-plugin-chart-country-map/src/countries/united_arab_emirates.geojson b/superset-frontend/plugins/legacy-plugin-chart-country-map/src/countries/united_arab_emirates.geojson
new file mode 100644
index 0000000..3c30e7a
--- /dev/null
+++ b/superset-frontend/plugins/legacy-plugin-chart-country-map/src/countries/united_arab_emirates.geojson
@@ -0,0 +1,15 @@
+{
+"type": "FeatureCollection",
+"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
+"features": [
+{ "type": "Feature", "properties": { "ISO": "AE-FU", "NAME_1": "Fujayrah" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 56.235771118000116, 25.211175435000129 ], [ 56.252204224000081, 25.217634990000093 ], [ 56.281763143000092, 25.23691029900003 ], [ 56.293149743000129, 25.245846388000089 ], [ 56.316425744000071, 25.253354775000034 ], [ 56.344375419000073, 25.266527936000031 ], [ 56.349122902799706, 25.294024581369342 ], [ 56.356281365992231, 25.303029486721414 ], [ 56. [...]
+{ "type": "Feature", "properties": { "ISO": "AE-SH", "NAME_1": "Sharjah" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 56.349122902799706, 25.294024581369342 ], [ 56.309368709000069, 25.301327936000106 ], [ 56.290688325000133, 25.327543033000026 ], [ 56.260624580859712, 25.331075419395063 ], [ 56.263935580662462, 25.338324490183084 ], [ 56.266777784567068, 25.348323879343525 ], [ 56.272462193275544, 25.359227606968489 ], [ 56.282745803276157, 25.367237453845405 ], [ 56. [...]
+{ "type": "Feature", "properties": { "ISO": "AE-RK", "NAME_1": "Ras Al Khaymah" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 56.233624581000129, 25.312526258 ], [ 56.235667765000073, 25.296286519000049 ], [ 56.238880452000046, 25.286246902000087 ], [ 56.244887162000111, 25.27798767600008 ], [ 56.235126258000037, 25.267475933000028 ], [ 56.208375419000106, 25.255373742000032 ], [ 56.20612290300005, 25.230596063000107 ], [ 56.206722212935304, 25.226700550017338 ], [ 56.1 [...]
+{ "type": "Feature", "properties": { "ISO": "AE-DU", "NAME_1": "Dubay" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 56.17136626700011, 24.82406878500008 ], [ 56.171175577000042, 24.823989766000025 ], [ 56.154845825000109, 24.786705221000105 ], [ 56.13334842900008, 24.762830709000113 ], [ 56.127250610000033, 24.745699972000054 ], [ 56.118258912000044, 24.735416362000066 ], [ 56.099138632000063, 24.730507100000025 ], [ 56.077951294000115, 24.729757792000029 ], [ 56.07626 [...]
+{ "type": "Feature", "properties": { "ISO": "AE-X01~", "NAME_1": "Neutral Zone" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 56.316053242962766, 24.929912346777371 ], [ 56.314277597000057, 24.911962176000102 ], [ 56.314061721271401, 24.911864732171637 ], [ 56.306620314276074, 24.908505764329561 ], [ 56.275614454643346, 24.913957628141986 ], [ 56.271738722863745, 24.929848130686651 ], [ 56.2704984876151, 24.939149888756333 ], [ 56.282280715282752, 24.951448879462191 ], [ 56.29 [...]
+{ "type": "Feature", "properties": { "ISO": "AE-X02~", "NAME_1": "Neutral Zone" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 56.029272095000067, 24.861170959000034 ], [ 56.025252234000106, 24.882562365000084 ], [ 56.050925327341929, 24.866208604343569 ], [ 56.105702346086389, 24.820371609362269 ], [ 56.082396274968062, 24.771589056789537 ], [ 56.075885043959602, 24.751667791935006 ], [ 56.077125279208246, 24.738128566879823 ], [ 56.076298456008885, 24.730247911212132 ], [ 56. [...]
+{ "type": "Feature", "properties": { "ISO": "AE-AZ", "NAME_1": "Abu Dhabi" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 55.799932896286123, 24.693247586307052 ], [ 55.814918254000133, 24.662733460000098 ], [ 55.818225546000065, 24.64338063600006 ], [ 55.790216919000045, 24.619867859000053 ], [ 55.784015747000069, 24.586329855000045 ], [ 55.769959758000141, 24.572403056000056 ], [ 55.759831177000081, 24.558527934 ], [ 55.761174764000032, 24.537443949000064 ], [ 55.77368 [...]
+{ "type": "Feature", "properties": { "ISO": "AE-UQ", "NAME_1": "Umm Al Qaywayn" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 55.515162544949412, 25.51325362540209 ], [ 55.520274285000085, 25.52570221600007 ], [ 55.524668816000087, 25.542629299000055 ], [ 55.535655144000032, 25.562404690000051 ], [ 55.551036004000082, 25.578599351000037 ], [ 55.568125847000033, 25.584662177000041 ], [ 55.559580925000034, 25.568304755000042 ], [ 55.548594597000033, 25.554877020000049 ], [ 55.54 [...]
+{ "type": "Feature", "properties": { "ISO": "AE-AJ", "NAME_1": "Ajman" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 55.424495688069278, 25.394520391783214 ], [ 55.438975457000083, 25.412787177000041 ], [ 55.445160352000073, 25.412787177000041 ], [ 55.449554884000065, 25.400620835000041 ], [ 55.455332879000082, 25.399888414000088 ], [ 55.461192254000082, 25.407375393000052 ], [ 55.465668165000068, 25.419623114000046 ], [ 55.472504102000073, 25.412787177000041 ], [ 55.48 [...]
+]
+}