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

[superset] branch master updated: fix: Add mexico back to country map (#18219)

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

erikrit 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 7f3453f  fix: Add mexico back to country map (#18219)
7f3453f is described below

commit 7f3453f3ea4d5185c3a5f2c1d8738f474817600f
Author: Erik Ritter <er...@airbnb.com>
AuthorDate: Fri Jan 28 13:04:53 2022 -0800

    fix: Add mexico back to country map (#18219)
---
 .../plugins/legacy-plugin-chart-country-map/src/countries.ts            | 2 ++
 1 file changed, 2 insertions(+)

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 b2be211..4b76d83 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
@@ -47,6 +47,7 @@ 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';
@@ -104,6 +105,7 @@ export const countries = {
   liechtenstein,
   lithuania,
   malaysia,
+  mexico,
   morocco,
   myanmar,
   netherlands,