Apply color customization (#1479)
This commit is contained in:
@@ -12,6 +12,8 @@
|
|||||||
route_points: {!! json_encode($map_features['route_points']) !!},
|
route_points: {!! json_encode($map_features['route_points']) !!},
|
||||||
planned_route_line: {!! json_encode($map_features['planned_route_line']) !!},
|
planned_route_line: {!! json_encode($map_features['planned_route_line']) !!},
|
||||||
metar_wms: {!! json_encode(config('map.metar_wms')) !!},
|
metar_wms: {!! json_encode(config('map.metar_wms')) !!},
|
||||||
|
circle_color: '#056093',
|
||||||
|
flightplan_route_color: '#8B008B',
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
@endsection
|
@endsection
|
||||||
|
|||||||
Reference in New Issue
Block a user