/usr/share/metview/etc/GeoToKMLDef is in metview-data 4.8.0-4.
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  | GeoToKML ; Transform Geopoints to KML ; metview
{
	GEOPOINTS 
	[ interface = icon, class = GEOPOINTS, exclusive = true,
	  help            = help_data,
	  help_name       = Geopoints to KML,
	  help_directory  = '/Metview/Defaults',
	  help_class      = OBSFILTER ,
	  help_definition = (OBSFILTER,OUTPUT = GEOPOINTS)
	]
	{
		@ 
	}
	OUTPUT_MODE
	{
		Points  ;  POI 
		Tracks  ;  TRA
		Polygon  ;  POL
	} = POI
	OUTPUT_FORMAT
	{
		KMZ  ;  KMZ
		KML ;  KML 
	} = KML
	AREA
	[
        	help = help_input,
        	input_type = area,
        	input_window = '/Metview/Defaults/Input Window'
	]
	{	
        	*
        	/
	} = 90/-180/-90/180
}
 |