Skip to content

Commit

Permalink
Merge pull request #3189 from Geoportail-Luxembourg/fix_minimizer
Browse files Browse the repository at this point in the history
Fix minimizer
  • Loading branch information
rmichaelis authored Oct 7, 2024
2 parents 8ddb7ab + 253a573 commit 5b3b593
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
% if features:
## -*- coding: utf-8 -*-
% for feature in features:
<h3>${feature['attributes']['station']} ({{${feature['attributes']['icao']}}})</h3>
<label>${feature['attributes']['weather']}</label>&nbsp;<span>${feature['attributes']['temperature']}°C</span>
% endif
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
% if features:
## -*- coding: utf-8 -*-
% for feature in features:
<h3>${feature['attributes']['station']} ({{${feature['attributes']['icao']}}})</h3>
<label>TAF:</label> <span>${feature['attributes']['taf']}</span></span><br>
<label>Metar:</label> <span>${feature['attributes']['metar']}</span></span>
% endif

0 comments on commit 5b3b593

Please sign in to comment.