/usr/share/metview/etc/CartesianViewDef 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 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 | CARTESIANVIEW; CartesianTransformation; MagicsPlusPlus Object
{
MAP_PROJECTION
{
cartesian
tephigram
taylor
} = cartesian
X_AUTOMATIC
[ help = help_script, help_script_command = 'echo "Only active when data is present. This option will be deactivated if there is no data at visualisation time."' ]
{
on
off
} = off
X_AXIS_TYPE {
regular
date
logarithmic
geoline
} = regular
X_MIN {
*
} = 0
X_MAX {
*
} = 100
X_MIN_LATITUDE
{
*
} = -90
X_MAX_LATITUDE
{
*
} = 90
X_MIN_LONGITUDE
{
*
} = -180
X_MAX_LONGITUDE
{
*
} = 180
X_DATE_MIN {
@
} = 2011-01-01
X_DATE_MAX {
@
} = 2011-01-31
X_AUTOMATIC_REVERSE
[ help = help_script, help_script_command = 'echo "Will reverse axis."' ]
{
on
off
} = off
Y_AUTOMATIC
[ help = help_script, help_script_command = 'echo "Only active when data is present. This option will be deactivated if there is no data at visualisation time."' ]
{
on
off
} = off
Y_AXIS_TYPE {
regular
date
logarithmic
geoline
} = regular
Y_MIN {
*
} = 0
Y_MAX {
*
} = 100
Y_MIN_LATITUDE
{
*
} = -90
Y_MAX_LATITUDE
{
*
} = 90
Y_MIN_LONGITUDE
{
*
} = -180
Y_MAX_LONGITUDE
{
*
} = 180
Y_DATE_MIN {
@
} = 2011-01-01
Y_DATE_MAX {
@
} = 2011-01-31
Y_AUTOMATIC_REVERSE
[ help = help_script, help_script_command = 'echo "Will reverse axis."' ]
{
on
off
} = off
HORIZONTAL_AXIS [interface = icon,
class = MAXIS, missing = ignored,
help = help_data,
help_name = Horizontal Axis,
help_directory = '/System/Defaults',
help_class = MAXIS,
help_definition = ( MAXIS, AXIS_ORIENTATION ='HORIZONTAL' )
]
{
@
}
VERTICAL_AXIS [interface = icon,
class = MAXIS, missing = ignored,
help = help_data,
help_name = Vertical Axis,
help_directory = '/System/Defaults',
help_class = MAXIS,
help_definition = ( MAXIS , AXIS_ORIENTATION ='VERTICAL', AXIS_POSITION='LEFT')
]
{
@
}
THERMO_GRID [ visible = false,
interface = icon,
class = MTHERMOGRID,
missing = ignored,
help = help_data,
help_name = Thermo Grid,
help_directory = '/System/Defaults',
help_class = MTHERMOGRID,
help_definition = ( MTHERMOGRID )
]
{
@
}
TAYLOR_GRID [interface = icon,
class = MTAYLOR, missing = ignored,
help = help_data,
help_name = Taylor Grid,
help_directory = '/System/Defaults',
help_class = MTAYLOR,
help_definition = ( MTAYLOR )
]
{
@
}
SUBPAGE_CLIPPING
{
ON
OFF
} = OFF
SUBPAGE_X_POSITION
{
@
} = 7.5
SUBPAGE_Y_POSITION
{
@
} = 7
SUBPAGE_X_LENGTH
{
@
} = 85
SUBPAGE_Y_LENGTH
{
@
} = 80
SUBPAGE_VERTICAL_AXIS_WIDTH
{
@
} =1
SUBPAGE_HORIZONTAL_AXIS_HEIGHT
{
@
} =1
%include PageFrameDef
%include SubpageFrameDef
}
|