diff --git a/js/map/mapController.js b/js/map/mapController.js index 6da6107..75dd875 100644 --- a/js/map/mapController.js +++ b/js/map/mapController.js @@ -212,6 +212,8 @@ lastSelectedPlaceId = state.selectedPlaceId; if (state.selectedPlaceId) { centerOnPlace(state.selectedPlaceId); + } else { + fitToPlaces(filtered); } }