diff --git a/app/views/location.ejs b/app/views/location.ejs index 7b2af97..57a339a 100644 --- a/app/views/location.ejs +++ b/app/views/location.ejs @@ -49,7 +49,7 @@ restriction: restrictMapPanningToBosniaOnly, mapTypeControl: false, panControl: false, - zoomControl: false, + zoomControl: true, streetViewControl: false }; map = new google.maps.Map(mapElement, initialMapParams);