Skip to content

Commit

Permalink
revert c3 fc change
Browse files Browse the repository at this point in the history
  • Loading branch information
pindge committed May 23, 2022
1 parent be9f239 commit 979ade9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from ows_refactored.land_and_vegetation.fc.band_fc_cfg import bands_fc_3
from ows_refactored.land_and_vegetation.fc.style_fc_cfg import (
styles_fc_c3_masked, styles_fc_c3_unmasked)
style_fc_bs_c3, style_fc_c3_rgb, style_fc_gv_c3, style_fc_ngv_c3)
from ows_refactored.ows_reslim_cfg import reslim_standard

layer = {
Expand Down Expand Up @@ -50,9 +50,11 @@
],
"styling": {
"default_style": "fc_rgb",
# FOR DEV ONLY - DO NOT PROMOTE UNMASKED STYLES TO PROD
"styles": styles_fc_c3_masked + styles_fc_c3_unmasked
# FOR PROD ONLY - DO NOT REMOVE UNMASKED STYLES FROM DEV
# "styles": styles_fc_c3_masked
"styles": [
style_fc_c3_rgb,
style_fc_bs_c3,
style_fc_gv_c3,
style_fc_ngv_c3,
],
},
}
2 changes: 1 addition & 1 deletion prod/services/wms/ows_refactored/ows_reslim_cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@
"dataset_cache_rules": dataset_cache_rules,
},
"wcs": common_wcs_limits,
}
}

0 comments on commit 979ade9

Please sign in to comment.