diff --git a/Views/Charts/ViewCharts.cshtml b/Views/Charts/ViewCharts.cshtml index 068dc32..84a2c83 100644 --- a/Views/Charts/ViewCharts.cshtml +++ b/Views/Charts/ViewCharts.cshtml @@ -1,4 +1,5 @@ @using Newtonsoft.Json; +@using EFB.Metar; @model EFB.Models.ViewChartModel; @{ ViewData["Title"] = "Welcome"; @@ -80,6 +81,10 @@ } + +
+

Current Weather

+ @await Metar.GetMETAR(@Model.Charts.ICAO); @@ -99,4 +104,6 @@ } + + \ No newline at end of file