add zoom controls on the location map
This commit is contained in:
@@ -49,7 +49,7 @@
|
|||||||
restriction: restrictMapPanningToBosniaOnly,
|
restriction: restrictMapPanningToBosniaOnly,
|
||||||
mapTypeControl: false,
|
mapTypeControl: false,
|
||||||
panControl: false,
|
panControl: false,
|
||||||
zoomControl: false,
|
zoomControl: true,
|
||||||
streetViewControl: false
|
streetViewControl: false
|
||||||
};
|
};
|
||||||
map = new google.maps.Map(mapElement, initialMapParams);
|
map = new google.maps.Map(mapElement, initialMapParams);
|
||||||
|
|||||||
Reference in New Issue
Block a user