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

parent cc2cbeb9
...@@ -21,10 +21,9 @@ ymaps.ready(function () { ...@@ -21,10 +21,9 @@ ymaps.ready(function () {
var mapMoscow = new ymaps.Map('moscow_map', { var mapMoscow = new ymaps.Map('moscow_map', {
center: [55.713939, 37.56451], center: [55.713939, 37.56451],
zoom: 16 zoom: 16,
}, { controls: ['zoomControl', 'fullscreenControl']
searchControlProvider: 'yandex#search' }, {});
});
mapMoscow.geoObjects mapMoscow.geoObjects
.add(multiRoute); .add(multiRoute);
...@@ -33,10 +32,9 @@ ymaps.ready(function () { ...@@ -33,10 +32,9 @@ ymaps.ready(function () {
var mapKazan = new ymaps.Map('kazan_map', { var mapKazan = new ymaps.Map('kazan_map', {
center: [55.747348, 48.744321], center: [55.747348, 48.744321],
zoom: 16 zoom: 16,
}, { controls: ['zoomControl', 'fullscreenControl']
searchControlProvider: 'yandex#search' }, {}),
}),
placemarkOffice = new ymaps.Placemark([55.747348, 48.744321], {}, { placemarkOffice = new ymaps.Placemark([55.747348, 48.744321], {}, {
iconLayout: 'default#image', iconLayout: 'default#image',
iconImageHref: 'images/marker.png', 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