This file is indexed.

/usr/share/metview/etc/OdbVisualiserRules 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
%if ODB_PLOT_TYPE = GEO_POINTS %then		
	%unset ODB_X_TYPE
	%unset ODB_Y_TYPE
	%unset ODB_X_VARIABLE
	%unset ODB_Y_VARIABLE
	%unset ODB_X_COMPONENT_VARIABLE
	%unset ODB_Y_COMPONENT_VARIABLE
	%unset ODB_BINNING

%if ODB_PLOT_TYPE = GEO_VECTORS %then		
	%unset ODB_X_TYPE
	%unset ODB_Y_TYPE
	%unset ODB_X_VARIABLE
	%unset ODB_Y_VARIABLE
	%unset ODB_BINNING 

%if ODB_PLOT_TYPE = XY_POINTS %then		
	%unset ODB_LATITUDE_VARIABLE
	%unset ODB_LONGITUDE_VARIABLE
	%unset ODB_X_COMPONENT_VARIABLE
	%unset ODB_Y_COMPONENT_VARIABLE
	%unset ODB_BINNING 
	
%if ODB_PLOT_TYPE = XY_VECTORS %then		
        %unset ODB_LATITUDE_VARIABLE
	%unset ODB_LONGITUDE_VARIABLE
	%unset ODB_BINNING 

%if ODB_PLOT_TYPE = XY_BINNING %then			
        %unset ODB_LATITUDE_VARIABLE
	%unset ODB_LONGITUDE_VARIABLE
	%unset ODB_X_COMPONENT_VARIABLE
	%unset ODB_Y_COMPONENT_VARIABLE