update OFM build to latest AIRAC and include france, add ADS-L to OGN label in the web interface

pull/827/merge^2
Adrian Batzill 2023-07-29 09:26:58 +02:00
rodzic d0fe0ca98b
commit ac197257d0
2 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -6,8 +6,8 @@ cd tmp
# OFM.. already mbtiles. THe tiles are already nicely aligned - existing tiles = filled tiles.
# So we can just merge all DBs together
AIRAC=2105
for f in ebbu ed efin ehaa ekdk epww esaa lbsr ldzo lggg lhcc li ljla lkaa lovv lrbb lsas lzbb; do
AIRAC=2307
for f in ebbu ed efin ehaa ekdk epww esaa lbsr ldzo lf lggg lhcc li ljla lkaa lovv lrbb lsas lzbb; do
wget https://snapshots.openflightmaps.org/live/${AIRAC}/tiles/${f}/noninteractive/epsg3857/${f}_256.mbtiles
done

Wyświetl plik

@ -390,7 +390,7 @@
</div>
</div>
<div class="form-group">
<label class="control-label col-xs-5">868 Mhz (OGN)</label>
<label class="control-label col-xs-5">868 Mhz (OGN, ADS-L)</label>
<div class="col-xs-7">
<ui-switch ng-model='OGN_Enabled' settings-change></ui-switch>
</div>