From 4d245f31274eb6ba38beb85a09bf717c49601cc4 Mon Sep 17 00:00:00 2001 From: Bilal Catic Date: Tue, 10 Sep 2019 11:49:42 +0200 Subject: [PATCH] add zoom controls on the location map --- app/views/location.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);