diff --git a/ansible/roles/webserver/templates/Config.php.j2 b/ansible/roles/webserver/templates/Config.php.j2 index c3c7bd4b..eac1743d 100644 --- a/ansible/roles/webserver/templates/Config.php.j2 +++ b/ansible/roles/webserver/templates/Config.php.j2 @@ -51,6 +51,8 @@ class Config { # which enhancements to display for day/night const NOAA_DAY_ENHANCEMENTS = '{{ noaa_daytime_enhancements }}'; const NOAA_NIGHT_ENHANCEMENTS = '{{ noaa_nighttime_enhancements }}'; + const METEOR_DAY_ENHANCEMENTS = '{{ meteor_daytime_enhancements }}'; + const METEOR_NIGHT_ENHANCEMENTS = '{{ meteor_nighttime_enhancements }}'; # admin endpoint auth const LOCK_ADMIN = '{{ lock_admin_page|lower }}'; diff --git a/config/settings.yml b/config/settings.yml index 185beac9..04c00427 100644 --- a/config/settings.yml +++ b/config/settings.yml @@ -191,8 +191,8 @@ produce_spectrogram: false #NOTE: the spectrogram option here is available fo noaa_crop_telemetry: false produce_noaa_pristine_image: false produce_noaa_pristine_histogram: false -noaa_daytime_enhancements: 'MSA MSA-precip MCIR MCIR-precip HVC-precip HVCT-precip HVC HVCT ZA therm sea CC HE HF MD BD MB JF JJ LC TA WV NO histeq enhancd-IR' -noaa_nighttime_enhancements: 'MCIR MCIR-precip HVCT ZA therm NO TA sea histeq enhancd-IR' +noaa_daytime_enhancements: 'MSA MSA-precip MCIR MCIR-precip HVC-precip HVCT-precip HVC HVCT ZA therm sea CC HE HF MD BD MB JF JJ LC TA WV NO histeq enhanced-IR' +noaa_nighttime_enhancements: 'MCIR MCIR-precip HVCT ZA therm NO TA sea histeq enhanced-IR' noaa_crop_toptobottom: false noaa_interpolate: false noaa_jpg_image_quality: 90 diff --git a/config/settings_schema.json b/config/settings_schema.json index ac9b909a..4e0fc886 100644 --- a/config/settings_schema.json +++ b/config/settings_schema.json @@ -142,7 +142,7 @@ "noaa_map_state_border_color": { "type": "string" }, "wxtoimg_map_offset": { "type": "number" }, "noaa_thermal_temp_overlay": { "type": "boolean" }, - "noaa_thermal_temp_overlay_location": { "type": "boolean" }, + "noaa_thermal_temp_overlay_location": { "type": "string" }, "noaa_jpg_image_quality": { "type": "number", "minimum": 0,