#1102 - Исправить карту на странице Контакты.

parent cc2cbeb9
......@@ -21,10 +21,9 @@ ymaps.ready(function () {
var mapMoscow = new ymaps.Map('moscow_map', {
center: [55.713939, 37.56451],
zoom: 16
}, {
searchControlProvider: 'yandex#search'
});
zoom: 16,
controls: ['zoomControl', 'fullscreenControl']
}, {});
mapMoscow.geoObjects
.add(multiRoute);
......@@ -33,10 +32,9 @@ ymaps.ready(function () {
var mapKazan = new ymaps.Map('kazan_map', {
center: [55.747348, 48.744321],
zoom: 16
}, {
searchControlProvider: 'yandex#search'
}),
zoom: 16,
controls: ['zoomControl', 'fullscreenControl']
}, {}),
placemarkOffice = new ymaps.Placemark([55.747348, 48.744321], {}, {
iconLayout: 'default#image',
iconImageHref: 'images/marker.png',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment