mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Fix inclusion/exclusion zone reversal in UI.
This commit is contained in:
parent
1717bc98cb
commit
643d1be6d7
@ -60,10 +60,10 @@ export default function TerrainZonesLayers() {
|
||||
return (
|
||||
<>
|
||||
<LayersControl.Overlay name="Inclusion zones">
|
||||
{exclusion}
|
||||
{inclusion}
|
||||
</LayersControl.Overlay>
|
||||
<LayersControl.Overlay name="Exclusion zones">
|
||||
{inclusion}
|
||||
{exclusion}
|
||||
</LayersControl.Overlay>
|
||||
<LayersControl.Overlay name="Sea zones">{sea}</LayersControl.Overlay>
|
||||
</>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user