travel cities

This commit is contained in:
Matt Walsh
2022-09-23 15:12:10 -05:00
parent ed09d683d3
commit 3d7e93947b
9 changed files with 147 additions and 77 deletions

View File

@@ -99,7 +99,7 @@ const navigation = (() => {
currentWeather,
new LatestObservations(1, 'latest-observations'),
new Hourly(2, 'hourly'),
new TravelForecast(3, 'travelForecast', false), // not active by default
new TravelForecast(3, 'travel', false), // not active by default
new RegionalForecast(4, 'regional-forecast'),
new LocalForecast(5, 'local-forecast'),
new ExtendedForecast(6, 'extended-forecast'),