/usr/share/metview/etc/MAXISRules is in metview-data 5.0.0~beta.1-1build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 | %if AXIS_GRID <> ON %then
%unset AXIS_GRID_THICKNESS
%unset AXIS_GRID_REFERENCE_THICKNESS
%unset AXIS_GRID_REFERENCE_COLOUR
%unset AXIS_GRID_REFERENCE_LEVEL
%unset AXIS_GRID_LINE_STYLE
%unset AXIS_GRID_COLOUR
%unset AXIS_GRID_REFERENCE_LINE_STYLE
%unset AXIS_MINOR_GRID
%unset AXIS_MINOR_GRID_THICKNESS
%unset AXIS_MINOR_GRID_LINE_STYLE
%unset AXIS_MINOR_GRID_COLOUR
%if AXIS_TICK_LABEL <> ON %or AXIS_TICK_LABEL_TYPE <> NUMBER %then
%unset AXIS_TICK_LABEL_FORMAT
%if AXIS_MONTHS_LABEL <> ON %or AXIS_TYPE <> DATE %then
%unset AXIS_MONTHS_LABEL_COMPOSITION
%unset AXIS_MONTHS_LABEL_COLOUR
%unset AXIS_MONTHS_LABEL_HEIGHT
%unset AXIS_MONTHS_LABEL_QUALITY
%if AXIS_MINOR_TICK <> ON %then
%unset AXIS_MINOR_TICK_COLOUR
%unset AXIS_MINOR_TICK_THICKNESS
%unset AXIS_MINOR_TICK_COUNT
%unset AXIS_MINOR_GRID
%unset AXIS_MINOR_GRID_THICKNESS
%unset AXIS_MINOR_GRID_LINE_STYLE
%unset AXIS_MINOR_GRID_COLOUR
%if AXIS_MINOR_GRID <> ON %then
%unset AXIS_MINOR_GRID_THICKNESS
%unset AXIS_MINOR_GRID_LINE_STYLE
%unset AXIS_MINOR_GRID_COLOUR
%if AXIS_TICK_LABEL <> ON %or AXIS_TICK_LABEL_TYPE <> LABEL_LIST %then
%unset AXIS_TICK_LABEL_LIST
%if AXIS_TICK_LABEL <> ON %then
%unset AXIS_TICK_LABEL_HEIGHT
%unset AXIS_TICK_LABEL_ORIENTATION
%unset AXIS_TICK_LABEL_COLOUR
%unset AXIS_TICK_LABEL_FIRST
%unset AXIS_TICK_LABEL_TYPE
%unset AXIS_TICK_LABEL_FREQUENCY
%unset AXIS_TICK_LABEL_POSITION
%unset AXIS_TICK_LABEL_LAST
%unset AXIS_TICK_LABEL_FONT_STYLE
%unset AXIS_TICK_LABEL_FONT
%if AXIS_TICK <> ON %then
%unset AXIS_TICK_POSITION
%unset AXIS_TICK_COLOUR
%unset AXIS_TICK_SIZE
%unset AXIS_TICK_THICKNESS
%if AXIS_TICK <> ON %or AXIS_TYPE <> DATE %and AXIS_TYPE <> GEOLINE %and AXIS_TYPE <> REGULAR %then
%unset AXIS_TICK_INTERVAL
%if AXIS_TIP_TITLE <> ON %then
%unset AXIS_TIP_TITLE_COLOUR
%unset AXIS_TIP_TITLE_QUALITY
%unset AXIS_TIP_TITLE_TEXT
%unset AXIS_TIP_TITLE_HEIGHT
%if AXIS_TYPE <> DATE %or AXIS_YEARS_LABEL <> ON %then
%unset AXIS_YEARS_LABEL_HEIGHT
%unset AXIS_YEARS_LABEL_QUALITY
%unset AXIS_YEARS_LABEL_COLOUR
%if AXIS_DAYS_LABEL <> BOTH %and AXIS_DAYS_LABEL <> DAY %and AXIS_DAYS_LABEL <> NUMBER %or AXIS_TYPE <> DATE %then
%unset AXIS_DAYS_SUNDAY_LABEL_COLOUR
%unset AXIS_DAYS_LABEL_HEIGHT
%unset AXIS_DAYS_LABEL_COMPOSITION
%unset AXIS_DAYS_LABEL_COLOUR
%unset AXIS_DAYS_LABEL_QUALITY
%unset AXIS_DAYS_LABEL_POSITION
%if AXIS_HOURS_LABEL <> ON %or AXIS_TYPE <> DATE %then
%unset AXIS_HOURS_LABEL_COLOUR
%unset AXIS_HOURS_LABEL_HEIGHT
%unset AXIS_HOURS_LABEL_QUALITY
%if AXIS_TYPE <> DATE %then
%unset AXIS_HOURS_LABEL
%unset AXIS_DAYS_LABEL
%unset AXIS_YEARS_LABEL
%unset AXIS_MONTHS_LABEL
%unset AXIS_DATE_TYPE
%if AXIS_TITLE <> ON %then
%unset AXIS_TITLE_TEXT
%unset AXIS_TITLE_FONT_STYLE
%unset AXIS_TITLE_HEIGHT
%unset AXIS_TITLE_ORIENTATION
%unset AXIS_TITLE_FONT
%unset AXIS_TITLE_COLOUR
%if AXIS_LINE <> ON %then
%unset AXIS_LINE_THICKNESS
%unset AXIS_LINE_STYLE
%unset AXIS_LINE_COLOUR
%if AXIS_TYPE <> POSITION_LIST %then
%unset AXIS_TICK_POSITION_LIST
|