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

}
