There is no gesture to frame a rectangle on the map and zoom to that area. Shift+drag box-zoom is easy to miss, middle-click does nothing useful, and touch devices have no equivalent at all (pinch only scales around the gesture).
Reproduce: on a desktop, middle-click and drag on the live map or the mission-planning map — the view does not zoom to the rectangle. On a phone or tablet, there is no way to draw an area to zoom into.
Root cause: neither Map.vue nor MissionPlanningView.vue bind an area-zoom gesture. Leaflet's optional boxZoom is Shift+drag only and is not wired for middle-click or a one-finger touch equivalent.
There is no gesture to frame a rectangle on the map and zoom to that area. Shift+drag box-zoom is easy to miss, middle-click does nothing useful, and touch devices have no equivalent at all (pinch only scales around the gesture).
Reproduce: on a desktop, middle-click and drag on the live map or the mission-planning map — the view does not zoom to the rectangle. On a phone or tablet, there is no way to draw an area to zoom into.
Root cause: neither
Map.vuenorMissionPlanningView.vuebind an area-zoom gesture. Leaflet's optionalboxZoomis Shift+drag only and is not wired for middle-click or a one-finger touch equivalent.