PARAMSHARE ; ParamShare; PARAMSHARE
{
	COLOUR {
		%include MagicsColours.txt
	}
	STYLE {
		SOLID; SOLID
		DASH; DASH
		DOT; DOT
		CHAIN_DOT; CHAIN_DOT
		CHAIN_DASH; CHAIN_DASH
	}
}

MOBS; Magics; Automatically generated
{
	OBS_DISTANCE_APART[ help_text = 'Minimum distance between the centre of any two observations in cm' ]
	{
		*
	} = 1.0

	OBS_LEVEL[ help_text = 'Pressure level to select observations from in hPa' ]
	{
		*
	} = 500
	
	OBS_COLOUR [ help = help_colour,interface = colour, help_text='Observation Colour' ]
	{ 
		&PARAMSHARE&COLOUR
	} = BLACK

	OBS_SIZE[ help_text = 'size of a single onservation in cm' ]
	{
		*
	} = 0.2

	OBS_RING_SIZE[ help_text = 'Size of the station ring  in cm' ]
	{
		*
	} = 0.2

	OBS_PRESENT_WEATHER [ help_text = 'Turn On/off the present weather' ]
 	{
		ON;  ON
		OFF; OFF
	} = ON

	OBS_PRESENT_WEATHER_COLOUR [ help = help_colour,interface = colour, help_text='Colour used to display  the present weather' ]
	{ 
		&PARAMSHARE&COLOUR
	} = AUTOMATIC

	OBS_PRESSURE [ help_text = 'Turn On/off the pressure' ]
 	{
		ON;  ON
		OFF; OFF
	} = ON

	OBS_PRESSURE_COLOUR [ help = help_colour,interface = colour, help_text='Colour used to display the pressure' ]
	{ 
		&PARAMSHARE&COLOUR
	} = AUTOMATIC

	OBS_UPPER_AIR_PRESSURE [ help_text = 'Turn On/off the upper air pressure level (satob)' ]
 	{
		ON;  ON
		OFF; OFF
	} = OFF

	OBS_UPPER_AIR_PRESSURE_COLOUR [ help = help_colour,interface = colour, help_text='Colour used to display the upper air pressure level' ]
	{ 
		&PARAMSHARE&COLOUR
	} = AUTOMATIC

	OBS_PRESSURE_TENDENCY [ help_text = 'Turn On/off the pressure tendency' ]
 	{
		ON;  ON
		OFF; OFF
	} = ON

	OBS_PRESSURE_TENDENCY_COLOUR [ help = help_colour,interface = colour, help_text='Colour used to display the pressure tendency' ]
	{ 
		&PARAMSHARE&COLOUR
	} = AUTOMATIC

	OBS_STATION_RING [ help_text = 'Turn On/off the station ring' ]
 	{
		ON;  ON
		OFF; OFF
	} = ON

	OBS_STATION_RING_COLOUR [ help = help_colour,interface = colour, help_text='Colour used to display the station ring' ]
	{ 
		&PARAMSHARE&COLOUR
	} = AUTOMATIC

	OBS_TEMPERATURE [ help_text = 'Turn On/off the Air temperature' ]
 	{
		ON;  ON
		OFF; OFF
	} = ON

	OBS_TEMPERATURE_COLOUR [ help = help_colour,interface = colour, help_text='Colour  used to display the Air temperature' ]
	{ 
		&PARAMSHARE&COLOUR
	} = AUTOMATIC

	OBS_THICKNESS [ help_text = 'Turn On/off the Thickness' ]
 	{
		ON;  ON
		OFF; OFF
	} = ON

	OBS_THICKNESS_COLOUR [ help = help_colour,interface = colour, help_text='Colour  used to display the thickness' ]
	{ 
		&PARAMSHARE&COLOUR
	} = AUTOMATIC

	OBS_HEIGHT [ help_text = 'Turn On/off the height (geopotential)' ]
 	{
		ON;  ON
		OFF; OFF
	} = ON

	OBS_HEIGHT_COLOUR [ help = help_colour,interface = colour, help_text='Colour  used to display  the height information' ]
	{ 
		&PARAMSHARE&COLOUR
	} = AUTOMATIC

	OBS_IDENTIFICATION [ help_text = 'Turn On/off the station identification' ]
 	{
		ON;  ON
		OFF; OFF
	} = OFF

	OBS_IDENTIFICATION_COLOUR [ help = help_colour,interface = colour, help_text='Colour  used to display  the station identification' ]
	{ 
		&PARAMSHARE&COLOUR
	} = AUTOMATIC

	OBS_CLOUD [ help_text = 'Turn On/off the cloud' ]
 	{
		ON;  ON
		OFF; OFF
	} = ON

	OBS_LOW_CLOUD [ help_text = 'Turn On/off the low cloud' ]
 	{
		ON;  ON
		OFF; OFF
	} = ON

	OBS_LOW_CLOUD_COLOUR [ help = help_colour,interface = colour, help_text='Colour used to display the low cloud' ]
	{ 
		&PARAMSHARE&COLOUR
	} = AUTOMATIC

	OBS_MEDIUM_CLOUD [ help_text = 'Turn On/off the medium cloud' ]
 	{
		ON;  ON
		OFF; OFF
	} = ON

	OBS_MEDIUM_CLOUD_COLOUR [ help = help_colour,interface = colour, help_text='Colour used to display the  medium cloud' ]
	{ 
		&PARAMSHARE&COLOUR
	} = AUTOMATIC

	OBS_HIGH_CLOUD [ help_text = 'Turn On/off the high cloud' ]
 	{
		ON;  ON
		OFF; OFF
	} = ON

	OBS_HIGH_CLOUD_COLOUR [ help = help_colour,interface = colour, help_text='Colour used to display the high cloud' ]
	{ 
		&PARAMSHARE&COLOUR
	} = RED

	OBS_DEWPOINT [ help_text = 'Turn On/off the dewpoint' ]
 	{
		ON;  ON
		OFF; OFF
	} = ON

	OBS_DEWPOINT_COLOUR [ help = help_colour,interface = colour, help_text='Colour used to display the dewpoint' ]
	{ 
		&PARAMSHARE&COLOUR
	} = RED

	OBS_SEA_TEMPERATURE [ help_text = 'Turn On/off the sea temperature' ]
 	{
		ON;  ON
		OFF; OFF
	} = ON

	OBS_SEA_TEMPERATURE_COLOUR [ help = help_colour,interface = colour, help_text='Colour sed to display the sea temperature' ]
	{ 
		&PARAMSHARE&COLOUR
	} = BLACK

	OBS_WAVES [ help_text = 'Turn On/off the waves and swell information' ]
 	{
		ON;  ON
		OFF; OFF
	} = ON

	OBS_WAVES_COLOUR [ help = help_colour,interface = colour, help_text='Colour used to display  the waves and swell' ]
	{ 
		&PARAMSHARE&COLOUR
	} = BLACK

	OBS_PAST_WEATHER [ help_text = 'Turn On/off the pas Weather level (satob)' ]
 	{
		ON;  ON
		OFF; OFF
	} = ON

	OBS_PAST_WEATHER_COLOUR [ help = help_colour,interface = colour, help_text='Colour  used to display  the past weather' ]
	{ 
		&PARAMSHARE&COLOUR
	} = RED

	OBS_TIME [ help_text = 'Turn On/off the observation time' ]
 	{
		ON;  ON
		OFF; OFF
	} = OFF

	OBS_TIME_COLOUR [ help = help_colour,interface = colour, help_text='Colour used to display the observation time' ]
	{ 
		&PARAMSHARE&COLOUR
	} = AUTOMATIC

	OBS_VISIBILITY [ help_text = 'Turn On/off the visibility' ]
 	{
		ON;  ON
		OFF; OFF
	} = ON

	OBS_VISIBILITY_COLOUR [ help = help_colour,interface = colour, help_text='Colour  used to display  the visibility' ]
	{ 
		&PARAMSHARE&COLOUR
	} = AUTOMATIC

	OBS_WIND [ help_text = 'Turn On/off the wind' ]
 	{
		ON;  ON
		OFF; OFF
	} = ON

	OBS_WIND_COLOUR [ help = help_colour,interface = colour, help_text='Colour used to display wind' ]
	{ 
		&PARAMSHARE&COLOUR
	} = AUTOMATIC

	OBS_WIND_PROJECTED [ help_text = 'if on (default), the wind will be reprojected according to the projection used in the map.' ]
	{ 
		ON;  ON
		OFF; OFF
	} = ON
}
