[country_map] use Albers USA projection (#3946)

* [country_map] use Albers USA projection

* Minor touchups

* Adding color scheme
This commit is contained in:
Maxime Beauchemin
2017-11-30 14:09:53 -08:00
committed by GitHub
parent 1ce14df43d
commit 16ab696d7c
5 changed files with 68 additions and 56 deletions

View File

@@ -228,6 +228,7 @@ export const controls = {
['white_black', 'white/black'],
['black_white', 'black/white'],
['dark_blue', 'light/dark blue'],
['pink_grey', 'pink/white/grey'],
],
default: 'blue_white_yellow',
clearable: false,

View File

@@ -993,8 +993,9 @@ export const visTypes = {
},
{
label: t('Options'),
expanded: true,
controlSetRows: [
['select_country'],
['select_country', 'number_format'],
['linear_color_scheme'],
],
},