comparison config.weather.example @ 418:e904b453a06a

weather: Show weather station coordinates and Google Maps link in the station list search.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 08 Jan 2017 00:04:02 +0200
parents 259f093c9503
children 3566fdca974b
comparison
equal deleted inserted replaced
417:3c42ad35e157 418:e904b453a06a
33 33
34 34
35 ### 35 ###
36 ### Messages 36 ### Messages
37 ### 37 ###
38 set weather_msg_list_station [list "\002@station@\002 ( http://www.google.fi/maps/@@c_lat@,@c_long@,15z )"]
39
40
38 set weather_msg_result [list "\002@station@\002, mitattu klo @ctime@: \002@temp@°C\002"] 41 set weather_msg_result [list "\002@station@\002, mitattu klo @ctime@: \002@temp@°C\002"]
39 lappend weather_msg_result ", @weather1@" 42 lappend weather_msg_result ", @weather1@"
40 lappend weather_msg_result ", keli @weather2@" 43 lappend weather_msg_result ", keli @weather2@"
41 lappend weather_msg_result ", tien pinta @road_temp@°C" 44 lappend weather_msg_result ", tien pinta @road_temp@°C"
42 lappend weather_msg_result ", kosteus \002@humidity@%\002" 45 lappend weather_msg_result ", kosteus \002@humidity@%\002"