add zoom controls on the location map

This commit is contained in:
Bilal Catic
2019-09-10 11:49:42 +02:00
parent fbbc0952e3
commit 4d245f3127

View File

@@ -49,7 +49,7 @@
restriction: restrictMapPanningToBosniaOnly,
mapTypeControl: false,
panControl: false,
zoomControl: false,
zoomControl: true,
streetViewControl: false
};
map = new google.maps.Map(mapElement, initialMapParams);