Skip to content

Commit

Permalink
add Switzerland to country selection (apache#8592)
Browse files Browse the repository at this point in the history
add Switzerland to country selection and document Swiss cantons as regions
  • Loading branch information
Caahlo authored and mistercrunch committed Nov 18, 2019
1 parent 1ee08c9 commit c87a140
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 0 deletions.
58 changes: 58 additions & 0 deletions docs/visualization.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1308,6 +1308,64 @@ List of Countries
|ES-MU6 | Murcia |
+-------+-----------------------------+

* Switzerland

+-------+-----------------------------+
|ISO | Name of region |
+=======+=============================+
|CH-AG | Aargau |
+-------+-----------------------------+
|CH-AR | Appenzell Ausserrhoden |
+-------+-----------------------------+
|CH-AI | Appenzell Innerrhoden |
+-------+-----------------------------+
|CH-BL | Basel-Landschaft |
+-------+-----------------------------+
|CH-BS | Basel-Stadt |
+-------+-----------------------------+
|CH-BE | Bern |
+-------+-----------------------------+
|CH-FR | Freiburg |
+-------+-----------------------------+
|CH-GE | Genf |
+-------+-----------------------------+
|CH-GL | Glarus |
+-------+-----------------------------+
|CH-GR | Graubünden |
+-------+-----------------------------+
|CH-JU | Jura |
+-------+-----------------------------+
|CH-LU | Luzern |
+-------+-----------------------------+
|CH-NE | Neuenburg |
+-------+-----------------------------+
|CH-NW | Nidwalden |
+-------+-----------------------------+
|CH-OW | Obwalden |
+-------+-----------------------------+
|CH-SH | Schaffhausen |
+-------+-----------------------------+
|CH-SZ | Schwyz |
+-------+-----------------------------+
|CH-SO | Solothurn |
+-------+-----------------------------+
|CH-SG | St. Gallen |
+-------+-----------------------------+
|CH-TI | Tessin |
+-------+-----------------------------+
|CH-TG | Thurgau |
+-------+-----------------------------+
|CH-UR | Uri |
+-------+-----------------------------+
|CH-VD | Waadt |
+-------+-----------------------------+
|CH-VS | Wallis |
+-------+-----------------------------+
|CH-ZG | Zug |
+-------+-----------------------------+
|CH-ZH | Zürich |
+-------+-----------------------------+

* Uk

+-------+------------------------------+
Expand Down
1 change: 1 addition & 0 deletions superset/assets/src/explore/controls.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -583,6 +583,7 @@ export const controls = {
'Russia',
'Singapore',
'Spain',
'Switzerland',
'Thailand',
'Timorleste',
'Uk',
Expand Down

0 comments on commit c87a140

Please sign in to comment.