Skip to content

Commit

Permalink
update console-ui and add colormap configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Varner committed May 28, 2024
1 parent 436b1da commit 09574cb
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 4 deletions.
32 changes: 30 additions & 2 deletions console-ui/config.staging.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,43 @@
"io-10m-annual-lulc": {
"assets": [
"supercell"
]
],
"colormap": {
"0": "#000000",
"1": "#419bdf",
"2": "#397d49",
"3": "#000000",
"4": "#7a87c6",
"5": "#e49635",
"6": "#000000",
"7": "#c4281b",
"8": "#a59b8f",
"9": "#a8ebff",
"10": "#616161",
"11": "#e3e2c3"
}
}
},
"MOSAIC_TILER_URL": "https://tiler.staging.modelmywatershed.org",
"MOSAIC_TILER_PARAMS": {
"io-10m-annual-lulc": {
"assets": [
"supercell"
]
],
"colormap": {
"0": "#000000",
"1": "#419bdf",
"2": "#397d49",
"3": "#000000",
"4": "#7a87c6",
"5": "#e49635",
"6": "#000000",
"7": "#c4281b",
"8": "#a59b8f",
"9": "#a8ebff",
"10": "#616161",
"11": "#e3e2c3"
}
}
},
"SHOW_BRAND_LOGO": true,
Expand Down
2 changes: 1 addition & 1 deletion prod.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ titiler_inputs = {

console_ui_inputs = {
app_name = "console"
filmdrop_ui_release = "v5.4.0"
filmdrop_ui_release = "v5.5.0"
deploy_cloudfront = true
domain_alias = "console.prod.modelmywatershed.org"
custom_error_response = [
Expand Down
2 changes: 1 addition & 1 deletion staging.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ titiler_inputs = {

console_ui_inputs = {
app_name = "console"
filmdrop_ui_release = "v5.4.0"
filmdrop_ui_release = "v5.5.0"
deploy_cloudfront = true
domain_alias = "console.staging.modelmywatershed.org"
custom_error_response = [
Expand Down

0 comments on commit 09574cb

Please sign in to comment.