This file is indexed.

/usr/share/metview/etc/ObjectSpec.WmsClient 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
object,
 	class		= WMSCLIENT,
  	can_be_created	= True,
 	definition_file	= '$METVIEW_DIR/share/metview/etc/WmsClientDef',
 	rules_file	= '$METVIEW_DIR/share/metview/etc/WmsClientRules',
	default_name	= WmsClient,
	help_page	= WmsClient,
 	type		= Data,
        icon_box	= Data access,
 	expand		= 75,
 	macro		= wmsclient,
#	editor_type	= ExternalServiceEditor,
 	editor_type	= QtOgcClientEditor,
        pixmap		= '$METVIEW_DIR/share/metview/icons/WMS_CLIENT.icon'

state,
	class		= WMSCLIENT,
	action		= edit/examine,
	service         = wmsclient

# Actions prepare and drop are not defined here. This is to
# make the drop action to be handled by the local application.
# Parameter 'context' indicates that WMSCLIENT needs a context info,
# e.g., geographical info from MapView::CallService
state,
	class		= WMSCLIENT,
	action		= visualise/execute/save,
	context		= 1,
	service		= wmsclient

state,
	class		= WMSCLIENT,
	output_class	= PRASTERLOOP,
	service		= wmsclient


state,
	class   	= PRASTERLOOP,
	action  	= visualise,
	service		= uPlotManager

service,
	cmd		= '$METVIEW_CMD $METVIEW_BIN/WmsClient $METVIEW_QT_APPLICATION_FLAGS',
	fullname = WMS Client,
	maximum  = 0,
	name		=  'wmsclient'