current conditions LDL
This commit is contained in:
parent
0a6a31217b
commit
4826801491
14 changed files with 80 additions and 346 deletions
|
|
@ -16,7 +16,9 @@ class RegionalForecast extends WeatherDisplay {
|
|||
}
|
||||
|
||||
async getData(weatherParameters) {
|
||||
super.getData();
|
||||
super.getData(weatherParameters);
|
||||
if (!weatherParameters) weatherParameters = this.weatherParameters;
|
||||
|
||||
// pre-load the base map (returns promise)
|
||||
let src = 'images/Basemap2.png';
|
||||
if (weatherParameters.State === 'HI') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue