Setting for how often the live map updates #1369 (#1370)

This commit is contained in:
Nabeel S
2021-12-14 12:48:21 -05:00
committed by GitHub
parent 064682b71f
commit 2202d5bf99
2 changed files with 8 additions and 0 deletions

View File

@@ -114,6 +114,7 @@ and being mindful of the rivets bindings
center: ['{{ $center[0] }}', '{{ $center[1] }}'],
zoom: '{{ $zoom }}',
aircraft_icon: '{!! public_asset('/assets/img/acars/aircraft.png') !!}',
refresh_interval: {{ setting('acars.update_interval', 60) }},
units: '{{ setting('units.distance') }}',
leafletOptions: {
scrollWheelZoom: false,