C
C
chelkaz2018-07-25 14:50:29
Yandex maps
chelkaz, 2018-07-25 14:50:29

Yandex maps Error: ymaps.modules: redefinition of route-content__icon what is it?

The maps worked like clockwork, but today it does not load every other time.
I watch in the console

Yandex карты Error: ymaps.modules: redefinition of route-content__icon
what is this?
A simple label output is used:
ymaps.ready(function () {
            var myMap = new ymaps.Map('map', {
                center: [44.50,34.16],
                zoom: 12,
            });
            myMap.behaviors.disable('scrollZoom');
            var myPlacemark = new ymaps.Placemark(myMap.getCenter(), {}, {
                preset: 'islands#redDotIcon'
            });
            myMap.geoObjects.add(myPlacemark);
        });

Answer the question

In order to leave comments, you need to log in

2 answer(s)
W
webix, 2018-07-25
@webix

Same story. And he didn't do anything to the card. I suspect that this is Yandex weird. I think that you need to sit and wait until Yandex fixes the problem

S
Sergey delphinpro, 2018-07-25
@delphinpro

https://yandex.ru/blog/mapsapi/pereklyuchenie-ssyl...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question