feat(map): control ghost pin movement speed

This commit is contained in:
DCCONSTRUCTIONS
2026-07-29 18:53:00 +03:00
parent 0c3855eac5
commit 2678295ca7
9 changed files with 121 additions and 8 deletions
@@ -119,6 +119,8 @@ export function WorldMapWorkspace({
anchor,
count: current.view.ghostPins.count,
radiusMeters: current.view.ghostPins.radiusMeters,
maximumSpeedMetersPerSecond:
current.view.ghostPins.maximumSpeedMetersPerSecond,
});
current.view.layerVisibility.targets = true;
return current;