Merge branch 'release-candidate' into features/redgreen-unit

This commit is contained in:
MarcoJayUsai
2025-03-22 09:18:16 +01:00
16 changed files with 393 additions and 108 deletions

View File

@@ -13,6 +13,7 @@ import {
faWifi,
faHourglass,
faInfo,
faObjectGroup,
} from "@fortawesome/free-solid-svg-icons";
import { OlDropdownItem, OlDropdown } from "../components/oldropdown";
import { OlLabelToggle } from "../components/ollabeltoggle";
@@ -166,8 +167,8 @@ export function Header() {
<FaFloppyDisk className={`absolute -top-3 text-2xl`} />
<FaCheck
className={`
absolute left-[9px] top-[-6px] text-2xl text-olympus-900
`}
absolute left-[9px] top-[-6px] text-2xl text-olympus-900
`}
/>
<FaCheck className={`absolute left-3 top-0 text-green-500`} />
</div>
@@ -328,6 +329,13 @@ export function Header() {
className={""}
tooltip={"Hide/show units acquisition rings"}
/>
<OlRoundStateButton
onClick={() => getApp().getMap().setOption("clusterGroundUnits", !mapOptions.clusterGroundUnits)}
checked={mapOptions.clusterGroundUnits}
icon={faObjectGroup}
className={""}
tooltip={"Enable/disable ground unit clustering"}
/>
</div>
<OlLabelToggle