########################################################## # This script is copyright(c) 1998-2000 by HAMweather, LLC, all rights reserved. # It is subject to the license agreement that can be found at the following # URL: http://www.hamweather.com/install/licenseinfo.html ######################################################### # begin wx types_icons %weather = ("SUNNY", "sunny$gd_ext", "SHWRS", "rain$gd_ext", "PTCLDY", "pcloudy$gd_ext", "PCLDY", "pcloudy$gd_ext", "MCLDY","mcloudy$gd_ext", "MOCLDY", "mcloudy$gd_ext", "FAIR", "pcloudy$gd_ext", "CLEAR", "sunny$gd_ext", "RAIN", "rain$gd_ext", "SNOW", "snow$gd_ext", "CLOUDY", "cloudy$gd_ext", "CLDY" ,"cloudy$gd_ext", "MISTY", "rain$gd_ext", "WINDY", "wind$gd_ext", "TSTRMS","tstorm$gd_ext", "SNOSHW", "snowshowers$gd_ext", "RNSNOW", "rainsnow$gd_ext", "HAZE", "pcloudy$gd_ext", "FOG", "fog$gd_ext", "DRIZZLE", "drizzle$gd_ext", ); # end wx types_icons # values are stored as follows: # Display name => [Find Name, Map X, Map Y] %city_names_pos = ('find_name' => 0, 'map_x' => 1, 'map_y' => 2); # begin city_names %city_names = ( ); # end city_names 1;