M
M
Malakhov-web2020-12-01 02:06:32
Yandex maps
Malakhov-web, 2020-12-01 02:06:32

Many tags on Yandex Map how to connect?

Hello.
Colleagues, there is a question, for multiple adding labels to the map, Yandex recommends this method https://yandex.ru/dev/maps/jsbox/2.1/object_manager/
Data is transferred from the data.json file to the ajax parameter through the sv-url,

$.ajax({
        url: "data.json"
    }).done(function(data) {
        objectManager.add(data);
    });

While I'm digging the yakart dock, tell me
How can I transfer it there without creating a file on the server, for example, with a regular object {} ?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question