Apply color customization (#1479)

pull/1481/head
B.Fatih KOZ 2 years ago committed by GitHub
parent 231e54ea5e
commit b4d5114ea2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,6 +12,8 @@
route_points: {!! json_encode($map_features['route_points']) !!},
planned_route_line: {!! json_encode($map_features['planned_route_line']) !!},
metar_wms: {!! json_encode(config('map.metar_wms')) !!},
circle_color: '#056093',
flightplan_route_color: '#8B008B',
});
</script>
@endsection

Loading…
Cancel
Save