Skip to content

Commit 1295630

Browse files
committed
Add FAA weather map to weather page
1 parent 3c632ec commit 1295630

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

Diff for: vzdv-site/templates/airspace/weather.jinja

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
<h2>Weather</h2>
88

9+
<div class="ratio ratio-16x9">
10+
<iframe title="FAA weather map" src="https://www.weather.gov/zse/?&p=&lon=-104&lat=40&zoom=6&map=topo&priority=8&hover&full"></iframe>
11+
</div>
12+
913
<table class="table table-striped table-hover sortable">
1014
<thead>
1115
<tr>

Diff for: vzdv-site/templates/changelog.jinja

+11
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,17 @@
1414

1515
<hr>
1616

17+
<div class="card shadow mb-3">
18+
<div class="card-body">
19+
<h5 class="card-title">2025-01-10</h5>
20+
<div class="card-text">
21+
<ul>
22+
<li>Add FAA weather map to top of weather page</li>
23+
</ul>
24+
</div>
25+
</div>
26+
</div>
27+
1728
<div class="card shadow mb-3">
1829
<div class="card-body">
1930
<h5 class="card-title">2025-01-09</h5>

0 commit comments

Comments
 (0)