Skip to content

Commit

Permalink
Merge pull request #3191 from Geoportail-Luxembourg/fix_minimizer
Browse files Browse the repository at this point in the history
new api template for meteolux
  • Loading branch information
rmichaelis authored Oct 7, 2024
2 parents 8e2f9c4 + 339f95b commit adb4c45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
% if features:
## -*- coding: utf-8 -*-
% for feature in features:
<h3>${feature['attributes']['station']} ({{${feature['attributes']['icao']}}})</h3>
<h3>${feature['attributes']['station']} (${feature['attributes']['icao']})</h3>
<label>${feature['attributes']['weather']}</label>&nbsp;<span>${feature['attributes']['temperature']}°C</span>
% endfor
% endif
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
% if features:
## -*- coding: utf-8 -*-
% for feature in features:
<h3>${feature['attributes']['station']} ({{${feature['attributes']['icao']}}})</h3>
<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>
% endfor
Expand Down

0 comments on commit adb4c45

Please sign in to comment.