diff --git a/public/js/mapPoint.js b/public/js/mapPoint.js index a45867f..fdc028a 100644 --- a/public/js/mapPoint.js +++ b/public/js/mapPoint.js @@ -42,7 +42,7 @@ ymaps.ready(function () { * @returns true */ function init(lat, lng) { - myMap = L.map('map', {zoomControl: false}).setView([lat, lng], defaultZoom); + myMap = L.map('map', {zoomControl: true}).setView([lat, lng], defaultZoom); markers = new L.MarkerClusterGroup({showCoverageOnHover: false, maxClusterRadius: 45}); layers['quest'] = L.tileLayer('http://otile1.mqcdn.com/tiles/1.0.0/osm/{z}/{x}/{y}.png', {attribution: 'Map data © OpenStreetMap contributors, CC-BY-SA, Imagery © Mapbox', maxZoom: 18});