From 59a6279212f3bdbdbe8f88b7b47e702fbb77363e Mon Sep 17 00:00:00 2001 From: Krivchikov Dmitry Date: Sat, 29 Aug 2015 16:24:49 +0300 Subject: [PATCH] =?UTF-8?q?ADD=20=D0=BA=D0=BD=D0=BE=D0=BF=D0=BA=D0=B8=20?= =?UTF-8?q?=D0=BC=D0=B0=D1=81=D1=88=D1=82=D0=B0=D0=B1=D0=B0=20=D0=BD=D0=B0?= =?UTF-8?q?=20=D0=BA=D0=B0=D1=80=D1=82=D0=B5=20=D0=BD=D0=B0=20=D1=81=D1=82?= =?UTF-8?q?=D1=80=D0=B0=D0=BD=D0=B8=D1=86=D0=B5=20=D1=82=D0=BE=D1=87=D0=BA?= =?UTF-8?q?=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/js/mapPoint.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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});