Closed (fixed)
Project:
Weather
Version:
5.x-3.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
9 Sep 2007 at 22:32 UTC
Updated:
10 Sep 2007 at 15:39 UTC
Missing any weather data for one of Australia's major cities .
edit weather.install
add the following line :
db_query("INSERT INTO {weather_icao} VALUES ('YMML', 'Australia', 'Melbourne', -37.674582, 144.841690 )");
This data source should really be dynamic rather than a static source that will require constant updating .
Comments
Comment #1
toddy commentedHi,
thanks for the report, this is fixed in weather 5.x-4.0. I agree that the data for the list should better be dynamic, but I don't see a way currently to implement this. Any ideas?
Regards,
Tobias