We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c632ec commit 1295630Copy full SHA for 1295630
vzdv-site/templates/airspace/weather.jinja
@@ -6,6 +6,10 @@
6
7
<h2>Weather</h2>
8
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
+
13
<table class="table table-striped table-hover sortable">
14
<thead>
15
<tr>
vzdv-site/templates/changelog.jinja
@@ -14,6 +14,17 @@
<hr>
16
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
26
27
28
<div class="card shadow mb-3">
29
<div class="card-body">
30
<h5 class="card-title">2025-01-09</h5>
0 commit comments