/usr/share/metview/etc/ObjectSpec.GeoToKML 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 | ################################################################################
#
# ObjectSpec.GeoToKML
#
object,
class = GeoToKML,
icon_box = Data processing,
can_be_created = True,
definition_file = '$METVIEW_DIR/share/metview/etc/GeoToKMLDef',
rules_file = '$METVIEW_DIR/share/metview/etc/GeoToKMLRules',
default_name = Geopoints to KML,
help_page = Geopoints_to_KML,
type = Data,
expand = 75,
macro = geo_to_kml,
editor_type = SimpleEditor,
pixmap = '$METVIEW_DIR/share/metview/icons/GeoToKML.icon'
#state,
# class = GeoToKML,
# action = examine,
# service = '(xterm -e view \"%s\")'
state,
class = GeoToKML,
output_class = KML,
service = GeoToKML
service,
cmd = '$METVIEW_CMD $METVIEW_BIN/GeoToKML',
name = GeoToKML
|