diff --git a/app/views/location.ejs b/app/views/location.ejs index acff901..0f8f7f8 100644 --- a/app/views/location.ejs +++ b/app/views/location.ejs @@ -95,6 +95,7 @@ const place = autocomplete.getPlace(); if (place.geometry) { map.fitBounds(place.geometry.viewport); + map.setZoom(map.getZoom() + 1); $("#locationInputData").val(JSON.stringify(place)); } }