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

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


The following commit(s) were added to refs/heads/master by this push:
     new 07058c5  add Liechtenstein to country selection (#8605)
07058c5 is described below

commit 07058c5a124decba654b5e9e4751a715089fc1d9
Author: Caahlo <[email protected]>
AuthorDate: Tue Nov 19 16:06:17 2019 +0100

    add Liechtenstein to country selection (#8605)
    
    add Liechtenstein to country selection and document its municipalities as 
regions
---
 docs/visualization.rst                   | 28 ++++++++++++++++++++++++++++
 superset/assets/src/explore/controls.jsx |  1 +
 2 files changed, 29 insertions(+)

diff --git a/docs/visualization.rst b/docs/visualization.rst
index 5012345..6351847 100644
--- a/docs/visualization.rst
+++ b/docs/visualization.rst
@@ -869,6 +869,34 @@ List of Countries
 | KR-50 | Sejong         |
 +-------+----------------+
 
+* Liechtenstein
+
++-------+----------------+
+| ISO   | Name of region |
++=======+================+
+| LI-01 | Balzers        |
++-------+----------------+
+| LI-02 | Eschen         |
++-------+----------------+
+| LI-03 | Gamprin        |
++-------+----------------+
+| LI-04 | Mauren         |
++-------+----------------+
+| LI-05 | Planken        |
++-------+----------------+
+| LI-06 | Ruggell        |
++-------+----------------+
+| LI-07 | Schaan         |
++-------+----------------+
+| LI-08 | Schellenberg   |
++-------+----------------+
+| LI-09 | Triesen        |
++-------+----------------+
+| LI-10 | Triesenberg    |
++-------+----------------+
+| LI-11 | Vaduz          |
++-------+----------------+
+
 * Morocco
 
 +-------+------------------------------+
diff --git a/superset/assets/src/explore/controls.jsx 
b/superset/assets/src/explore/controls.jsx
index 56265ce..1e5d221 100644
--- a/superset/assets/src/explore/controls.jsx
+++ b/superset/assets/src/explore/controls.jsx
@@ -576,6 +576,7 @@ export const controls = {
       'Italy',
       'Japan',
       'Korea',
+      'Liechtenstein',
       'Morocco',
       'Myanmar',
       'Netherlands',

Reply via email to