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:
@@ -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>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user