[SimBot-commits] CVS: simbot/tools create_wx_station_db.pl, 1.7, 1.8
Status: Abandoned
Brought to you by:
kstange
|
From: Pete P. <fou...@us...> - 2007-02-26 02:43:09
|
Update of /cvsroot/simbot/simbot/tools In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv5108/tools Modified Files: create_wx_station_db.pl Log Message: URLs to custom stations generating METAR reports can now be added to the stations database. Index: create_wx_station_db.pl =================================================================== RCS file: /cvsroot/simbot/simbot/tools/create_wx_station_db.pl,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -p -r1.7 -r1.8 --- create_wx_station_db.pl 14 Jul 2005 00:08:35 -0000 1.7 +++ create_wx_station_db.pl 26 Feb 2007 02:43:00 -0000 1.8 @@ -53,7 +53,8 @@ CREATE TABLE stations ( state STRING, country STRING, latitude REAL, - longitude REAL + longitude REAL, + url STRING ); EOT |