Answer the question
In order to leave comments, you need to log in
How to fix Yandex maps?
The code:
<script src="//api-maps.yandex.ru/2.1/?lang=ru_RU" type="text/javascript"></script>
ymaps.ready(function () {
var myMap = new ymaps.Map("ymap", {
center: [56.489291, 84.968917],
zoom: 17
}),
myPlacemark = new ymaps.Placemark([56.489291, 84.968917], {
balloonContentHeader: "",
balloonContentBody: ""
});
myMap.geoObjects.add(myPlacemark);
myMap.behaviors.enable('scrollZoom');
});
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question