This file is indexed.

/usr/share/metview/etc/MapViewRules 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
%if MAP_PROJECTION <> POLAR_STEREOGRAPHIC %then
    %unset MAP_HEMISPHERE
    %unset MAP_VERTICAL_LONGITUDE

%if MAP_PROJECTION <> LAMBERT %then
    %unset MAP_CENTRE_LATITUDE
    %unset MAP_CENTRE_LONGITUDE
    %unset MAP_SCALE
    %unset MAP_STANDARD_LATITUDE_1
    %unset MAP_STANDARD_LATITUDE_2

%if MAP_PROJECTION = OCEAN_SECTION %or MAP_PROJECTION = LAMBERT %then
    %unset MAP_VERTICAL_LONGITUDE

%if MAP_PROJECTION <> PROJ4 %then
    %unset MAP_PROJ4_DEFINITION
    %unset MAP_PROJ4_GLOBAL

%if MAP_PROJ4_GLOBAL = ON %then
	%unset AREA

%if SUBPAGE_METADATA_INFO = OFF %then
    %unset SUBPAGE_METADATA_JAVASCRIPT_PATH
    
%if MAP_PROJECTION = OCEAN_SECTION %or MAP_PROJECTION = LAMBERT %or MAP_PROJECTION = AITOFF %then
    %unset AREA

%include PageFrameRules
%include SubpageFrameRules
%include OverlayControlRules