Add back the "selected only" flight plans layer.

Fixes https://github.com/dcs-liberation/dcs_liberation/issues/2058
This commit is contained in:
Dan Albert
2022-03-07 18:06:30 -08:00
parent ca640ebabe
commit cf7c7d853f
3 changed files with 28 additions and 4 deletions

View File

@@ -80,6 +80,9 @@ export default function LiberationMap() {
<LayersControl.Overlay name="Allied SAM detection range">
<AirDefenseRangeLayer blue={true} detection />
</LayersControl.Overlay>
<LayersControl.Overlay name="Selected blue flight plan">
<FlightPlansLayer blue={true} selectedOnly />
</LayersControl.Overlay>
<LayersControl.Overlay name="All blue flight plans" checked>
<FlightPlansLayer blue={true} />
</LayersControl.Overlay>