Map color options (#1478)

* Add colors to the maps options

* Update assets build
This commit is contained in:
Nabeel S
2022-08-22 14:05:19 -04:00
committed by GitHub
parent b1ae0240be
commit 231e54ea5e
33 changed files with 17680 additions and 314 deletions

View File

@@ -15,9 +15,12 @@
actual_route_line: {!! json_encode($map_features['actual_route_line']) !!},
actual_route_points: {!! json_encode($map_features['actual_route_points']) !!},
aircraft_icon: '{!! public_asset('/assets/img/acars/aircraft.png') !!}',
flown_route_color: '#067ec1',
circle_color: '#056093',
flightplan_route_color: '#8B008B',
leafletOptions: {
scrollWheelZoom: false,
}
},
});
</script>
@endsection

View File

@@ -116,6 +116,7 @@ and being mindful of the rivets bindings
aircraft_icon: '{!! public_asset('/assets/img/acars/aircraft.png') !!}',
refresh_interval: {{ setting('acars.update_interval', 60) }},
units: '{{ setting('units.distance') }}',
flown_route_color: '#067ec1',
leafletOptions: {
scrollWheelZoom: false,
}