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 20:07:03 UTC

[superset] branch etr2460--fix-mexico created (now da475b7)

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

erikrit pushed a change to branch etr2460--fix-mexico
in repository https://gitbox.apache.org/repos/asf/superset.git.


      at da475b7  fix: Add mexico back to country map

This branch includes the following new commits:

     new da475b7  fix: Add mexico back to country map

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[superset] 01/01: fix: Add mexico back to country map

Posted by er...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

erikrit pushed a commit to branch etr2460--fix-mexico
in repository https://gitbox.apache.org/repos/asf/superset.git

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

    fix: Add mexico back to country map
---
 .../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,