@@ -127,6 +127,7 @@ export const useShipMapStore = defineStore('shipMap', () => {
state.ws.instance = null
state.map.removeLayer(state.ws.layerShip)
state.ws.layerShip = null
+ switchZoom()
} else {
initWebSocket()
}