Skip to content

Commit

Permalink
new template for meteolux
Browse files Browse the repository at this point in the history
  • Loading branch information
rmichaelis committed Oct 7, 2024
1 parent ed42bb6 commit 4dd9f58
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<h1>{{layers.layerLabel | translate}}</h1>
<div ng-repeat="feature in layers.features" class="poi-feature">
<h3>{{feature.attributes.station}} ({{feature.attributes.icao}})</h3>
<label>{{feature.attributes.weather}}</label>&nbsp;<span>{{feature.attributes.temperature}}°C</span>
</div>
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<h1>{{layers.layerLabel | translate}}</h1>
<div ng-repeat="feature in layers.features" class="poi-feature">
<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>
</div>

0 comments on commit 4dd9f58

Please sign in to comment.