STATIONS ; dummy ; dummy2
{
	#this one was a "bad idea" (vk)
	STATION_TYPE
	[ visible = false ]
	{
		WMO_STATION
		EPS_STATION
		LOCATION
		NOT_USED
	} = NOT_USED


#	-- old name for backwards compatibility --
#	Note that it appears that although libMars uses the last
#	name in each list (as specified in ObjectList), MetviewUI
#	uses the second name... hence the duplication.

	SEARCH_STATIONS_DATABASE
	[ label = 'Station type' ]
	{
		YES - WMO_STATION ; WMO ; WMO_STATION ; WMO
		NO - LOCATION ; NO ; LOCATION ; NO
	} = WMO

	SEARCH_KEY {
		NAME
		IDENT
		WMO_BLOCK
		POSITION
		AREA
	} = NAME

	NAME
		[
			 help = help_external,
			 help_module = stbase,
			 help_icon   = help_station,
			 help_param  = NAME,
			 help_verb   = INPUT,
			 help_answer_verb = INPUT
		]
	{
		@
		/
	} = Heathrow

	POSITION
		[ help = help_input, help_icon = 'help_point', input_type = point ]
	{
		*
		/
	} = 51.38/-0.78

	HEIGHT
	{
		*
	} = 0



	THRESHOLD
	[ label = 'Tolerance' ]
	{
		*
	} = 0.1

#	-- old name for backwards compatibility --
#	THRESHOLD
#	[ visible = false ]
#	{
#		*
#	}

	IDENT
		[
			 help = help_external,
			 help_module = stbase,
			 help_icon   = help_station,
			 help_verb   = INPUT,
			 help_param  = IDENT,
			 help_answer_verb = INPUT
		]
	{
		*
	} = 03772   #-- London/Heathrow is also "an EPS station"

	WMO_BLOCK
		[
			 help = help_external,
			 help_module = stbase,
			 help_icon   = help_station,
			 help_verb   = INPUT,
			 help_param  = WMO_BLOCK,
			 help_answer_verb = INPUT
		]
	{
		*
	} = 03

	AREA
		[ help = help_input, help_icon = 'help_map', input_type = area ]
	{
		*
		/
	} = 52/-1/51/0
}
