You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
search_controll.events.add('resultselect', function () {
/*$map.geoObjects.removeAll(); - Вот тут */
save_map();
});
/// Geo location button
var geo_control = $map.controls.get('geolocationControl');
geo_control.events.add('locationchange', function () {
/*$map.geoObjects.removeAll(); - и Вот тут */
save_map();
});
При использовании поиска на карте удаляются все метки
Создаю в записях больше одной метки, а остается последняя введенная.
The text was updated successfully, but these errors were encountered: